]> git.sur5r.net Git - bacula/bacula/commit
- Change cats/sql.c to elimate %-*s format, which I think is turned
authorKern Sibbald <kern@sibbald.com>
Mon, 24 Jul 2006 13:43:18 +0000 (13:43 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 24 Jul 2006 13:43:18 +0000 (13:43 +0000)
commitfcec1775659a2d0a1fffeb0aa7ff83af4be2b23f
tree4f96081efa530192bd7c39a9bbac4be0ba06d80e
parentec665c932fe8243793f5de3f90fad24e8b09aa07
- Change cats/sql.c to elimate %-*s format, which I think is turned
  off in bsnprintf.
- Add Comment field to llist of a volume.
- Allow true/false in some yes/no questions.
- Implement update volume enable=(on|off|true|false|archived|0|1|2)
- Remove a few /n's when scanning commands from another daemon. This
  permits adding additional fields later.
- Modify dbcheck to handle ctl-d and to delete Log table entries.
- Update README.mingw

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3175 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/kernstodo
bacula/kes-1.39
bacula/src/cats/sql.c
bacula/src/cats/sql_list.c
bacula/src/dird/run_conf.c
bacula/src/dird/ua_update.c
bacula/src/filed/authenticate.c
bacula/src/filed/job.c
bacula/src/tools/dbcheck.c
bacula/src/win32/README.mingw32