]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kernstodo
Add dummy #define for CRYPTO_CIPHER_MAX_BLOCK_SIZE
[bacula/bacula] / bacula / kernstodo
index b2a4fb393bfc79fb83bb7d0e1cd24f785ca551f6..a857ee2233856893db9307f1830194dde3796d78 100644 (file)
@@ -1,5 +1,5 @@
                     Kern's ToDo List
-                     26 December 2005
+                     11 January 2006
 
 Major development:      
 Project                     Developer
@@ -15,8 +15,6 @@ Document:
 - %d and %v only valid on Director, not for ClientRunBefore/After.
 
 Priority:
-- Implement status that shows why a job is being held in reserve, or
-  rather why none of the drives are suitable.
 - Implement a way to disable a drive (so you can use the second
   drive of an autochanger, and the first one will not be used or
   even defined).
@@ -29,10 +27,6 @@ For 1.39:
 - Queue warning/error messages during restore so that they
   are reported at the end of the report rather than being
   hidden in the file listing ...
-- A Volume taken from Scratch should take on the retention period
-  of the new pool.
-- Correct doc for Maximum Changer Wait (and others) accepting only
-  integers.
 - Fix Maximum Changer Wait (and others) to accept qualifiers.
 - Look at -D_FORTIFY_SOURCE=2
 - Add Win32 FileSet definition somewhere
@@ -1271,3 +1265,14 @@ Block Position: 0
 === Done
 - Make sure that all do_prompt() calls in Dir check for
   -1 (error) and -2 (cancel) returns.
+- Fix foreach_jcr() to have free_jcr() inside next().
+  jcr=jcr_walk_start();
+  for ( ; jcr; (jcr=jcr_walk_next(jcr)) )
+  ...
+  jcr_walk_end(jcr);
+- A Volume taken from Scratch should take on the retention period
+  of the new pool.
+- Correct doc for Maximum Changer Wait (and others) accepting only
+  integers.
+- Implement status that shows why a job is being held in reserve, or
+  rather why none of the drives are suitable.