Kern Sibbald [Mon, 16 May 2005 07:25:05 +0000 (07:25 +0000)]
- Add Scratch to PoolType in PostgreSQL make...tables and do not
permit NULL PoolTypes. Fix for bug 319 reported by Eric.
- Update LICENSE.
- Add quotes around filename in parse_config error message. Bug
reported by Eric.
Kern Sibbald [Sun, 15 May 2005 19:35:00 +0000 (19:35 +0000)]
- Set reconnect flag in MySQL packet to 1 to ensure that connection
is re-established. MySQL 5 changed default to 0. Fixes bug report.
- Fix Scratch pool handling as reported in a bug by Eric Bollengier
by applying his patch.
- Remove delete job in favor of delete jobid.
- Add = NULL to configfile definitions as reported by Eric in a bug
report.
- Update winbacula.nsi.in to reflect new manual file structure.
Jo Simoens [Sat, 14 May 2005 01:00:14 +0000 (01:00 +0000)]
I think I managed to adapt to the new CVS situation.
In the beginning of the file I made a major change. Please have a look at it.
Further down it's mostly minor typos.
Kern Sibbald [Tue, 10 May 2005 12:56:24 +0000 (12:56 +0000)]
- Add cancel() to Dir Python scripting.
- Re-correct bug in parse-config error handling.
- Reorganization of use_command in SD to permit
waiting and multiple drive autochanger support.
Kern Sibbald [Mon, 9 May 2005 11:51:20 +0000 (11:51 +0000)]
- Fix bug in changing tape pools after first backup. Reported
by Peter Sjoberg.
- Enhance mtx-changer to use Working Directory as temp.
- Remove all but initial setup locking of Res in SD.
Kern Sibbald [Sat, 7 May 2005 10:43:02 +0000 (10:43 +0000)]
- Optimize File pruning to eliminate one database call.
- Fix bug that prevented File pruning from working.
- Implement a cstrlen() which returns the character
length of a UTF-8 string.
Kern Sibbald [Fri, 6 May 2005 15:54:59 +0000 (15:54 +0000)]
- Move test for MaxStartDelay as suggested by Peter.
- Implement Python methods (I had to read the Python source
code).
- Implement run() method in Director.
- Add Priority and Scheduled time to Job report.
- Add JobInit and JobRun events.
- Add Priority as Python read/write attribute to Job.
- Correct typo in bsmtp reported by Jo.
Kern Sibbald [Mon, 2 May 2005 18:36:19 +0000 (18:36 +0000)]
- Thorsten Engel finished his work on Win32 Unicode. We
now have a single executable that runs on all Win32 machines.
- Move job initialization code after job scheduling so that
Verify jobs check for the prior JobId after they are really
started rather than before.
Kern Sibbald [Mon, 2 May 2005 13:23:27 +0000 (13:23 +0000)]
- Fix lib/fnmatch.c so that it does proper testing before folding.
- More documentation -- at tls and ansi labels chapters.
- Fix fileset_convert.pl to handle empty Exclude statements.
- Turn regex back off in Win32
- Remove a few HAVE_TLS #ifdefs
- Implement final Python style interface. More implemention to
be done, but the interface should change little if at all.
- Update Web header to include google search in the search
box -- thanks to input from Michel Meyers.
- Fix md5sum so that it builds with the new openssl stuff.
- Take some enhancements to the md5sum test program proposed
by a user.
- Make SD re-open a device with the right permissions if
it was previously opened with something different. This
should allow reading read-only Volumes under all circumstances.
- Implement restore of a single directory.