]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes15Jun02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes15Jun02
1               Technical notes on version 1.22 15June02
2                        15 June 2002
3                        Kern Sibbald
4
5 General:
6 - Implemented a Bootstrap file parser and matcher.
7 - Implemented first cut of bootstrap code in bextract  
8
9 Changes submitted this submission:
10 - Started clarifying different termination codes.
11 - Added M_ERROR_TERM to immediately terminate the daemon -- no dump.
12   Also changed a few termination codes as appropriate.
13 - Fixed create_jobmedia_record() to include all the fields such as
14   StartFile/EndFile, StartBlock/EndBlock.
15 - Print user friendly message when query mode ends.
16 - Fixed ls style print routines (bextract, bls, restore) to check
17   buffer size, to print the link if any, and to used edit_uint64()
18   instead of %lld.
19 - Moved scan_to_eol() and s_err() to lex.c to avoid dragging in 
20   parse_conf.c for new bsr scanning code.
21 - New files: bsr.h, parse_bsr.c and match_bsr.c. parse_bsr.c parses
22   a Bootstrap file, and match_bsr.c matches a bsr against a tape.
23 - use strcasecmp() in several places instead of lcase().
24 - Add first cut of bootstrap to bextract.
25 - Added File Size limit -- writes EOF after limit exeeded.