]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes14Sep02
Add mini-clean target to main docs Makefile
[bacula/docs] / docs / techlogs / 2002 / kes14Sep02
1               Technical notes on version 1.26 14Sep02  
2                       14 September 2002
3                        Kern Sibbald
4
5 General:
6 - Better key generation on non OpenSSL systems.
7 - 64 bit file address support if available.
8 - Implement autochanger for reading
9 - Lots of cleanup of tape reading code.
10 - Automatically create all Pool resources when Bacula starts.
11 - Implement bscan.c
12 - Implement autochanger use via the Console commands "add" and "label"
13 - Begin implementation of a regression script 
14 - Write bootstrap after ever job
15
16 Changes submitted this submission:
17 - After noticing that the non OpenSSL random key generator was
18   not good on Solaris, John wrote a very nice randpass generator.
19 - Integrated John's makeSessionKey for generating the FD->SD
20   authorization.
21 - Statically link tools (doesn't work on Solaris).
22 - Document how to debug Bacula (new chapter in the manual)
23 - Remove unneeded printing of error message in sql_get.c
24 - Free SD description config record (previous oversight)
25 - Bash spaces when sending Director names, and unbash them when 
26   received.
27 - Ensure no divide by zero in rate computation in backup.c
28 - Implement WriteBootstrap in backup.c
29 - Allow tape reading to request volume information for any
30   volume.
31 - Create all Pool resources at startup.
32 - Show only Backup jobs in Restore listing of last 20 Jobs.
33 - Handle 64 bit stat packets in restore.
34 - Don't do shell expansion on store_dir in config if string 
35   starts with |.  This is used for piping the program for the
36   WriteBootstrap.
37 - Ignore SIGHUP -- DéjàGnu was triggering this. 
38 - Implement autochanger for reading, many changes to 
39   acquire_device_for_read()
40 - Implement callback for reading Volume. Implement in bextract,
41   bls, and bscan.
42 - Implement bscan
43 - Add count to bsr.
44 - Fix Volume in bsr.
45 - Move autochanger code to new subroutine in mount.c