]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Add new/changed entry points to Win32 build
authorKern Sibbald <kern@sibbald.com>
Sat, 14 Apr 2007 20:02:35 +0000 (20:02 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 14 Apr 2007 20:02:35 +0000 (20:02 +0000)
kes  Create unaccepted-projects for projects that are not accepted.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4553 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/projects
bacula/src/win32/cats/bacula_cats.def
bacula/src/win32/dll/bacula.def
bacula/technotes-2.1
bacula/unaccepted-projects [new file with mode: 0644]

index fdd666486509c567c25a73aca07d03699323588e..1e370d6970e31b8ddfbde4e84b21a979e7491b87 100644 (file)
@@ -1,7 +1,7 @@
                 
 Projects:
                      Bacula Projects Roadmap 
-                    Status updated 26 January 2007
+                    Status updated 14 April 2007
                    After re-ordering in vote priority
 
 Items Completed:
index 86de11ee68e9c82057df6f5513f6a9a8fb67bcfb..e19b6cdfec8f64a801dfcf869a38d846c878623a 100644 (file)
@@ -49,7 +49,7 @@ _Z24db_find_failed_job_sinceP3JCRP4B_DBP7JOB_DBRPcRi
 ; bdb_get.c:\r
 ; sql_get.c:\r
 _Z15db_get_pool_idsP3JCRP4B_DBPiPPj\r
-_Z16db_get_media_idsP3JCRP4B_DBjPiPPj\r
+_Z16db_get_media_idsP3JCRP4B_DBP9MEDIA_DBRPiPPj\r
 _Z17db_get_client_idsP3JCRP4B_DBPiPPj\r
 _Z17db_get_job_recordP3JCRP4B_DBP7JOB_DBR\r
 _Z18db_get_pool_recordP3JCRP4B_DBP8POOL_DBR\r
index 4eb6fc70e18e84f55402d9f8e488dd43f0b87985..3f866ae39b60e4f8b0e01593c54036b3bdc85361 100644 (file)
@@ -80,7 +80,7 @@ _Z22get_win32_drivelettersP6FF_PKTPc
 
 ; find_one.c:
 _Z13find_one_fileP3JCRP6FF_PKTPFiS2_PvbES3_Pcjb
-_Z17has_file_changedP3JCRP6FF_PKT
+_Z16has_file_changedP3JCRP6FF_PKT
 
 
 ; fstype.c:
@@ -153,12 +153,12 @@ _Z13bnet_get_peerP5BSOCKPci
 _Z13bnet_strerrorP5BSOCK
 _Z13is_bnet_errorP5BSOCK
 _Z14bnet_wait_dataP5BSOCKi
-_Z15bnet_tls_clientP11TLS_ContextP5BSOCK
+_Z15bnet_tls_clientP11TLS_ContextP5BSOCKP5alist
 _Z15bnet_tls_serverP11TLS_ContextP5BSOCKP5alist
 _Z17bnet_sig_to_asciiP5BSOCK
 _Z19bnet_wait_data_intrP5BSOCKi
 _Z20bnet_set_buffer_sizeP5BSOCKji
-_Z21bnet_despool_to_bsockP5BSOCKPFvlEl
+_Z21bnet_despool_to_bsockP5BSOCKPFvlEl
 _Z28bnet_suppress_error_messagesP5BSOCKb
 _Z8bnet_sigP5BSOCKi
 _Z9bnet_recvP5BSOCK
@@ -190,7 +190,7 @@ _ZN5BSOCK5closeEv
 _ZN5BSOCK5fsendEPKcz
 _ZN5BSOCK6signalEi
 _ZN5BSOCK7destroyEv
-
+_ZN5BSOCK7despoolEPFvlEl
 
 ; bsys.c:
 _Z11bmicrosleepll
@@ -390,6 +390,7 @@ _Z8term_msgv
 _Z9close_msgP3JCR
 _Z9get_tracev
 _Z9set_tracei
+_Z11set_db_typePKc
 
 ; openssl.c:
 
index fc74edd7ac5b4f74d1cdbe67da902f9ef2a65472..100b1cfbcf7534e3097d5b8cf075c1cc003e6e24 100644 (file)
@@ -2,6 +2,8 @@
 
 General:
 14Apr07
+kes  Add new/changed entry points to Win32 build
+kes  Create unaccepted-projects for projects that are not accepted.
 kes  Simplify locking in the reservations system.
 kes  Add more debug code in reservations.
 kes  Make sure error condition on reserving a volume is handled correctly.
diff --git a/bacula/unaccepted-projects b/bacula/unaccepted-projects
new file mode 100644 (file)
index 0000000..f9757d4
--- /dev/null
@@ -0,0 +1,32 @@
+  
+  This file contains Feature Requests that either were not
+  accepted because the project manager veto'ed them (not Bacula
+  philosophy, impossible to implement, ...) or that did not have
+  adequate support by the Bacula community.
+
+Item 1:   Allow Jobdefs to inherit from other Jobdefs
+   Origin: Darien Hager <darien@etelos.com>
+   Date:   10 April 2007
+   Status: Initial Request
+
+   What:   Allow JobDefs to inherit/modify settings from other JobDefs
+
+   Why:    Makes setting up jobs much easier for situations with many  
+clients doing similar work
+
+   Notes:
+
+Example: User has several JobDefs which all need Messages=standard,  
+Type=Backup, and settings for "Rerun Failed Levels" and "Max * Time".  
+This feature would allow those "common" properties to be within a  
+single JobDef which each child JobDefs inherits from, before the  
+final Job definitions sets further specifics such as Client.
+
+Currently the documentation leaves open the possibility that this can  
+be done, but tests with Bacula 2.0.1 suggest that JobDefs entries  
+cannot themselves have a JobDefs property.
+
+Technical caveat: Should probably include rudimentary checks against  
+a cyclic relationship, such as a limit to the number of allowed layers.
+
+See also: "Job Groups or hierarchy" Feb 6 2007