]> git.sur5r.net Git - bacula/bacula/history - bacula/src
Start RESTORE_OBJECT code
[bacula/bacula] / bacula / src /
2010-08-02 Kern SibbaldStart RESTORE_OBJECT code
2010-08-02 Marco van WieringenFixed postgresql grant script which I seem to have...
2010-08-02 Eric Bollengierfix grant_postgresql_privileges doesn t grant permissio...
2010-08-02 Marco van WieringenFix stupid inverted logic
2010-08-02 Marco van WieringenMake the batch insert functions return bool instead...
2010-08-02 Eric Bollengiertweak def file
2010-08-02 Eric BollengierAdd lock position info to volume manager
2010-08-02 Eric BollengierPermits to use lock manager with file/line from outside
2010-08-02 Marco van WieringenAdded empty db_check_backend_thread_safe to dbi backend.
2010-08-02 Kern SibbaldChange cryptic aop name
2010-08-02 Marco van WieringenFix some typos and some forgotten things. Now the code...
2010-08-02 Marco van WieringenMake sql_insert_id a atomic function which executes...
2010-08-02 Marco van WieringenDrop have_insert_id in mdb as its always true for all...
2010-08-02 Marco van WieringenLets call it COMMIT and not END as that seems to be...
2010-08-02 Marco van WieringenFix typo in sql.
2010-08-02 Kern SibbaldTweak update version+date
2010-08-02 Marco van WieringenFirst attempt at making things multi-threaded and make...
2010-08-02 Marco van WieringenAs we have a multithreaded application let tell that...
2010-08-02 Eric BollengierFix bscan segfault with new comment field
2010-08-02 Marco van WieringenCreating a database as an other user and giving grants...
2010-08-02 Marco van WieringenCreate user in the right database for Ingres.
2010-08-02 Marco van WieringenDo all Ingres operations as the user invoking the scrip...
2010-08-02 Marco van WieringenFix username argument to sql for Ingres grants.
2010-08-02 Kern SibbaldRework SD mount.c locking again
2010-08-02 Kern SibbaldReplace ASSERT in block.c with fail Job
2010-08-02 Marco van WieringenMake the Ingres grant script work.
2010-08-02 Kern SibbaldUse uint32_t for max_concurrent_jobs
2010-08-02 Marco van WieringenFix grant script to set grants on correct sequence...
2010-08-02 Kern SibbaldFix bug #1542 File Daemon outputs usage message to...
2010-08-02 James HarperApply James' rename events patch
2010-08-02 Marco van WieringenFix typo
2010-08-02 James HarperApply James' plugin patch
2010-08-02 Marco van WieringenAdded limit_filter which rewrites queries which use...
2010-08-02 Kern SibbaldAdd make_def64
2010-08-02 Kern SibbaldFix win32/lib/bacula.defs as pointed out by James
2010-08-02 Marco van WieringenDrop Ingres specific versions of queries with #ifdefs
2010-08-02 Stefan Reddigfixed syntax LIMIT/NULL behavior/improved tests
2010-08-02 Marco van WieringenChange Ingres drop script so we can run any form of...
2010-08-02 Kern SibbaldSimplify db_check_max_connections code and ifdeffing
2010-08-02 Kern SibbaldFix SQL warning message about concurrency pointed out...
2010-08-02 Kern SibbaldFix compiler warning
2010-08-02 Kern SibbaldAdd jobs running to status of daemons
2010-08-02 Eric BollengierUse file and line for rwlock and lmgr in db_lock()
2010-08-02 Eric BollengierAdd File and Line info to rw_lock for lmgr
2010-08-02 Marco van WieringenFix compiler warning.
2010-08-02 Marco van WieringenFix database locking calling db_lock and returning...
2010-08-02 James HarperApply James' wide char patch
2010-08-02 James HarperPatch from James
2010-08-02 Kern SibbaldReduce compiler warnings for Win32 plugins + tweak...
2010-08-02 James HarperAdd bVarVssDllHandle so that a plugin can get GetProcAd...
2010-08-02 Marco van WieringenAdd missing db_unlock to bvfs_update_cache.
2010-08-02 Kern SibbaldTweak version date
2010-08-02 Eric BollengierFix #1532 about permission on binaries
2010-08-02 Eric BollengierFix #1526 about verify jobs and runscript
2010-08-02 Kern SibbaldAdd 5 minute timout to alert directive -- fixes bug...
2010-08-02 Kern SibbaldAdd bEventInitializeVSS as requested by James
2010-08-02 Kern SibbaldReduce compiler warnings on Windows build
2010-08-02 Kern SibbaldAdd doc + make some compat subroutines static
2010-08-02 Kern SibbaldFix Win64 build
2010-08-02 Kern SibbaldCorrect mkdir in installer
2010-08-02 James HarperSystem State plugin update
2010-08-02 Kern SibbaldTweak: comments
2010-08-02 Kern SibbaldTweak: comments
2010-08-02 Kern SibbaldAdd bat=no make option on Win32
2010-08-02 James HarperSecond plugin patch
2010-08-02 James HarperSystem State plugin first cut
2010-08-02 Stefan Reddigsyntax fix, test improved, empty results fixed
2010-08-02 Eric BollengierAdd read_vol_list mutex to lockmgr prio
2010-08-02 Eric BollengierFix #1527 about deadlock during migration
2010-08-02 Marco van WieringenWhen including term.h we don't need prototypes for...
2010-08-02 Kern SibbaldTweak: set non-zero level on debug line
2010-08-02 Kern SibbaldAnother fix for OpenSSLv1
2010-08-02 Kern SibbaldFix tls.c for OpenSSLv1
2010-08-02 Kern SibbaldAdd plugin Exclude interface
2010-08-02 Kern SibbaldTweak: filed/job.c comments
2010-08-02 Eric BollengierAdd TODO in bvfs
2010-08-02 Eric BollengierFix #1511 when trying to insert more than 50.000 direct...
2010-08-02 Kern SibbaldFix plugin load not to stop if one plugin bad -- pointe...
2010-08-02 Dirk H BartleyThis adds the ability to once again have classes that...
2010-08-02 Kern SibbaldAdd Base and Copy to ua_dotcmds.c for Levels and Types...
2010-08-02 Kern SibbaldMore devlock work
2010-08-02 Kern SibbaldFirst cut new device lock code
2010-08-02 Eric BollengierFix bug in bvfs_update function, should work much bette...
2010-08-02 Kern SibbaldTweak: cross-tools + VSS
2010-08-02 Kern SibbaldTweak: win32 bpipe
2010-08-02 Eric BollengierUses a dedicated connection when running bvfs_update...
2010-08-02 Kern SibbaldAdd first cut at Win32 bpipe
2010-08-02 Kern SibbaldTweak: add sqlite3 FIXME
2010-08-02 Kern SibbaldSwitch from termlib to ncurses
2010-08-02 Kern SibbaldSecond correct fix to bug #1524 verify fails after...
2010-08-02 Kern SibbaldFix bug #1524 verify fails after adding or removing...
2010-08-02 Kern SibbaldTweak: sql_get doc + vol-cat-test
2010-08-02 Kern SibbaldTweak: update version date
2010-08-02 Kern SibbaldApply fix suggested by Andreas in bug #1502 for mediavi...
2010-08-02 Marco van WieringenLets not generate the ingres code automatically when...
2010-08-02 Kern SibbaldCread subroutines to add exclusion for plugins
2010-08-02 Kern SibbaldTweak: fix compiler warning
2010-08-02 Dirk H BartleyThis adds sql debugging to these classes that Eric...
2010-08-02 Dirk H BartleyThis is a 1/2 fix of the issue. It allows for the sorti...
2010-08-02 Kern SibbaldCreate AddExclude entry point for plugins
next