]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Fix handling of unexpected stream data, preventing the leaking of session context.
[bacula/bacula] / bacula / kernstodo
index 6543dc8233c28d7a790d3686110fb6805b139b28..a03728d99454e7ec47cfcce48ada020fdea6f1ed 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     12 November 2006
+                     27 April 2007
 
 Major development:      
 Project                     Developer
@@ -41,9 +41,20 @@ Document:
 - Document more precisely how to use master keys -- especially
   for disaster recovery.
  
+Professional Needs:
+- Migration from other vendors
+  - Date change
+  - Path change
+- Filesystem types
+- Backup conf/exe (all daemons) 
+- Backup up system state
+- Detect state change of system (verify)
 
 Priority:
-- Implement 4th argument to make_catalog_backup that passes hostname.
+- Please mount volume "xxx" on Storage device ... should also list
+  Pool and MediaType in case user needs to create a new volume.
+- Implement wait_for_sysop() message display in wait_for_device(), which
+now prints warnings too often.
 
 - the director seg faulted when I omitted the pool directive from a 
 job resource.  I was experimenting and thought it redundant that I had 
@@ -95,7 +106,6 @@ started the director.
   does not match -- it may have been updated by another job.
 - Look at moving the Storage directive from the Job to the
   Pool in the default conf files.
-- Test FIFO backup/restore -- make regression
 - Doc items
 - Test Volume compatibility between machine architectures
 - Encryption documentation
@@ -129,8 +139,6 @@ Projects:
   - Incremental backup -- rsync, Stow
 
 
-
-
 For next release:
 - Look at mondo/mindi
 - Don't restore Solaris Door files:
@@ -1690,7 +1698,6 @@ Block Position: 0
   the DB?
 - Look at using posix_fadvise(2) for backups -- see bug #751.
   Possibly add the code at findlib/bfile.c:795
-
 /* TCP socket options */
 #define TCP_NODELAY             1       /* Turn off Nagle's algorithm. */
 #define TCP_MAXSEG              2       /* Limit MSS */
@@ -1705,6 +1712,7 @@ Block Position: 0
 #define TCP_INFO                11      /* Information about this connection. */
 #define TCP_QUICKACK            12      /* Block/reenable quick acks */
 #define TCP_CONGESTION          13      /* Congestion control algorithm */
-
 - Fix bnet_connect() code to set a timer and to use time to
   measure the time.
+- Implement 4th argument to make_catalog_backup that passes hostname.
+- Test FIFO backup/restore -- make regression