]> git.sur5r.net Git - bacula/docs/commit
kes Begin work on new GUI console.
authorKern Sibbald <kern@sibbald.com>
Sat, 7 Oct 2006 21:09:43 +0000 (21:09 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 7 Oct 2006 21:09:43 +0000 (21:09 +0000)
commit353715e98b19a0314c90bbfee2a2f70518c080e3
treed2575eb992c85816dbdb51ec6d77e0d756a08438
parente2acd5e6bf7baadc0b4c0e02e8668010138a6ac2
kes  Begin work on new GUI console.
kes  Make configure look in non-standard MySQL library directory
     for Solaris.
kes  Make mtx-changer automatically configure the autochanger wait
     procedure for Solaris, FreeBSD, and Linux.  Previously, only Linux
     was implemented.
kes  Correct drop_sqlite_tables.in script to not delete the database.
kes  When writing to a log file, close and reopen the file descriptor
     if there is an error writing the file.
kes  Modify the autochanger loaded?, load, and unload commands to print
     the full text of any mtx output if there is an error.  Helps to
     ease diagnosis of autochanger problems.
kes  Correct a few Win32 errno returns in the VSS code so that hopefully
     a resonable Win32 error message will be printed.
kes  Convert a few strcat()... to bstrncat() in the Win32 code.