]> git.sur5r.net Git - bacula/bacula/commit
11Apr06
authorKern Sibbald <kern@sibbald.com>
Tue, 11 Apr 2006 16:23:37 +0000 (16:23 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 11 Apr 2006 16:23:37 +0000 (16:23 +0000)
commit46bce52552eae85045a274ed9a223149b6c1b9f5
tree7d81e1d1e9060be3984d14a9e46dabad606a6757
parent72793864faf51f142aee05bbe2f5131642eaad35
11Apr06
- More work on migration.
- Implement wild program in tools directory for testing
  wild-cards. Almost identical to the regex program.
- Up port VSS single thread locking code.
- Replace N_(..) by NT_(...) to inhibit translation of
  commands.
- Modify Makefile to change the permissions on Working Directory
  to 770 if the directory is created.
- Do not fail the Makefile if changing the permissions or
  owner/group on WorkingDir fails.
- Remove early selection of Scratch Volumes in the recycling
  algorithm.
- Correct the old recycling algorithm so that Scratch Volumes
  are selected when looking for a Volume in the changer.
- Correct a typo in the Verify SQL reported by Joe Park.
10Apr06
- Remove automatic case folding on Windows FDs. You must
  explictly use the 'Ignore Case = yes' option.
- Remove the code added to 1.38.6 and 1.38.7 that pulls a
  scratch volume in an Autochanger early in the 'recycling'
  algorithm.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2895 91ce42f0-d328-0410-95d8-f526ca767f89
32 files changed:
bacula/Makefile.in
bacula/kes-1.38
bacula/kes-1.39
bacula/src/cats/sql_update.c
bacula/src/dird/expand.c
bacula/src/dird/migrate.c
bacula/src/dird/next_vol.c
bacula/src/dird/run_conf.c
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_dotcmds.c
bacula/src/dird/ua_label.c
bacula/src/dird/ua_output.c
bacula/src/dird/ua_prune.c
bacula/src/dird/ua_purge.c
bacula/src/dird/ua_restore.c
bacula/src/dird/ua_run.c
bacula/src/dird/ua_select.c
bacula/src/dird/ua_status.c
bacula/src/dird/ua_tree.c
bacula/src/dird/ua_update.c
bacula/src/dird/verify.c
bacula/src/filed/filed.h
bacula/src/filed/filed_conf.h
bacula/src/filed/job.c
bacula/src/filed/pythonfd.c
bacula/src/findlib/find.c
bacula/src/findlib/find.h
bacula/src/stored/btape.c
bacula/src/stored/pythonsd.c
bacula/src/tools/Makefile.in
bacula/src/tools/wild.c [new file with mode: 0644]
bacula/src/version.h