]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/kes18Nov02
Update FLA
[bacula/docs] / docs / techlogs / 2003 / kes18Nov02
1               Technical notes on version 1.27 18Nov02  
2                      18 and 19 November 2002
3                        Kern Sibbald
4
5 General:
6 - Did a number of cleanups of string copying to limit the length
7   and prevent buffer overflows.
8
9 Changes submitted this submission:
10 - Added a mutex arount the gethostbyname() so that multiple simultaneous
11   jobs get the correct address.
12 - Added the MaxVolJobs to the Media alter tables script for MySQL (forgot it).
13 - Changed arg to db_find_job_start_time to be POOLMEM for returning the string.
14 - Add the new VolUseDuration and MaxVolJobs to all the db_ routines.
15 - Use bstrncpy() in most places in the db_ routines to prevent a bad 
16   database from crashing Bacula (self protection).
17 19Nov02
18 - Added the Bacula version to each job output so that I can more easily tell
19   what version a user is running.
20 - Allowed commas to separate the options on an Include line. A subtle bug
21   prevented this from working previously.
22 - Add Used to list of Volume Statuses that can be recycled.
23 - Make a single copy of mark_media_purged() in ua_purge.c