]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed/restore.c
18Jun08
[bacula/bacula] / bacula / src / filed / restore.c
2008-03-18 Kern Sibbaldkes Apply doc fix from bug #1062.
2008-02-25 Eric Bollengierebl Commit accurate patch project.
2008-02-13 Kern SibbaldPlugin restore works
2008-02-12 Kern SibbaldPlugin updates
2008-02-12 Kern SibbaldPlugin update
2008-02-10 Kern SibbaldFirst cut of plugin restore code
2008-02-09 Kern Sibbaldkes Remove a redundant jcr argument to find_files...
2008-02-09 Kern Sibbaldkes Remove a redundant jcr argument to find_files...
2008-02-07 Kern SibbaldPlugin update
2008-01-28 Kern SibbaldA bit of crypto cleanup. More later.
2007-09-09 Kern Sibbaldkes Suppress chown and chmod error messages if the...
2007-08-06 Kern Sibbaldkes Correct seg fault when switching tape drives durin...
2007-07-13 Eric Bollengierebl apply Frank Sweetser patch for macosX
2007-07-12 Kern SibbaldAdd rctx prefix to Mac OS X references
2007-06-19 Kern Sibbaldkes Fix bad return in FD when encryption signature...
2007-06-16 Kern Sibbaldkes Remove a few malloc()s from the encryption code.
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-05-28 Kern Sibbaldkes Minor refactoring of restore decryption code.
2007-05-06 Kern Sibbaldkes Start implementing bstrerror() in place of strerror().
2007-05-04 Kern Sibbaldkes Change console Job name from *Console* to -Console...
2007-05-03 Kern Sibbaldkes First cut strip path. The data should be passed...
2007-05-02 Kern SibbaldTentative fix for missing digest signature in bug 807.
2007-04-29 Landon Fullerbackup.c: Send the cryptographic session data for all...
2007-04-29 Landon FullerFix handling of unexpected stream data, preventing...
2007-04-29 Landon FullerSanity check the encryption context before attempting...
2007-04-24 Kern Sibbaldkes Make pm_strxxx() routines handle input of NULL...
2007-02-16 Kern SibbaldTweak
2007-02-16 Kern Sibbaldkes Fix encryption deblocking bug, which caused some...
2007-02-16 Kern Sibbaldkes Add FD event sequence order prepared by Eric ...
2006-12-21 Eric Bollengierebl fix compilation bug by adding #ifdef HAVE_LIBZ
2006-12-13 Kern Sibbaldkes Implement code that should properly set that a...
2006-12-11 Kern SibbaldFix bad variable initialization
2006-12-10 Landon FullerFix job byte reporting -- the digest code runs in verif...
2006-12-09 Landon FullerThis commit fixes backup and restore of HFS+ resource...
2006-12-06 Kern Sibbaldkes Put make_catalog_backup SQL_BINDIR in an environme...
2006-12-04 Landon FullerRe-implemented the block-preserving encryption restore...
2006-12-03 Kern Sibbaldsplit long lines
2006-12-03 Kern Sibbaldkes Move unserial code in restore.c to a subroutine...
2006-11-28 Landon FullerFixed two bugs, the first of which is mine:
2006-11-25 Landon FullerExtraction must be disabled here, as it can not be...
2006-11-25 Eric Bollengierebl add \n to error message
2006-11-25 Kern Sibbaldkes Add Landon's refactor of restore Feature request...
2006-11-21 Kern SibbaldUpdate copyright
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-11-05 Robert NelsonFixed problems with encryption when combined with compr...
2006-11-02 Landon FullerProvide a more helpful error message when no private...
2006-06-30 Kern Sibbald- I removed a size_t from the jcr.h definition.
2006-06-30 Robert NelsonFix 64 bit build problems.
2006-06-24 Kern Sibbald- Turn on new bsnprintf() code.
2006-06-24 Kern Sibbald- Eliminate crypto type punning problems by eliminating...
2006-06-14 Kern Sibbald- Remove xpg4 lib from FreeBSD build as it is no longer...
2006-04-28 Kern Sibbald- Start implementing Christopher's St.Bernard code.
2006-03-14 Kern Sibbald- Add more jcr methods and make mutex and use_count...
2006-02-19 Landon FullerDon't attempt signature validation on non-files
2006-01-17 Landon FullerImplement restore decryption support.
2006-01-17 Landon FullerSupport for FD-side file encryption.
2006-01-16 Landon FullerUse crypto_strerror()
2006-01-16 Landon FullerFix a logic error in the restoration code that could...
2006-01-16 Landon Fuller- Add support for testing the availability of a PEM...
2006-01-14 Landon Fuller- Rename "crypto_recipients" to "crypto_session" to...
2005-12-07 Kern Sibbald- Modify most restore error messages to be queued so...
2005-12-04 Landon FullerMerge the Bacula Encryption branch to HEAD.
2005-11-13 Kern SibbaldRemove the USE_WIN32STREAMEXTRACTION #defines (always on)
2005-11-07 Thorsten EngelWin32 BackupStream decomposition "alpha version"
2005-11-04 Kern SibbaldTweak #ifdefing a bit in new Win32 stream code.
2005-11-02 Thorsten Engelsupport for WIN32 backup stream restores on platforms...
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-07-08 Kern Sibbald- Correct typo in Copyright
2005-06-10 Kern Sibbald- Start removing #ifdef HAVE_TLS by sneaky tricks.
2005-03-08 Kern Sibbald- Copy latest config.sub and config.guess from autoconf.
2005-02-17 Kern SibbaldMinor doc tweaks
2005-01-12 Kern SibbaldIntegrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2005-01-07 Kern SibbaldApply Preben's cleanup.patch which puts back much of the
2004-12-22 Kern SibbaldIntegrate Preben's restore patch.
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-12-13 Kern SibbaldIntegrate Tim Oberfoell <oberfoell@web.de> patch to...
2004-12-12 Kern SibbaldIntegrated Preben 'Peppe' Guldberg <peppe@wielders...
2004-12-09 Kern Sibbald- Integrated Preben 'Peppe' Guldberg <peppe@wielders...
2004-10-04 Kern Sibbald- Fix backspace to first character in conio.c
2004-07-27 Kern SibbaldFirst cut berrno unified Unix/Win32 errno handling
2004-07-16 Kern SibbaldMore DCR changes
2004-07-07 Kern SibbaldUse dcr more in SD + int to bool conversions
2004-07-01 Kern SibbaldAdd regex to FileSet + fix ACL crash + gnome1 Makefile...
2004-06-12 Kern SibbaldApply Time Oberfoell's ACL patch
2004-02-18 Kern SibbaldAdd const for Solaris' C++ compiler
2004-01-17 Kern SibbaldAdd maximum network buffer size directive
2003-11-07 Kern SibbaldFix: clock diff, Dan's patch, Nic's patch, segfault
2003-10-06 Kern SibbaldFix bad bsr generation, make restore forward space...
2003-07-11 Kern SibbaldDoc updates + fixed win32 crash in idcache cleanups...
2003-07-06 Kern SibbaldFix breaks in bextract + in restore print only volumes...
2003-06-27 Kern SibbaldFinal touches to Win32 code
2003-06-26 Kern SibbaldUpdate config + write own fgets() + ...
2003-06-25 Kern SibbaldImplement Win32 data detection code
2003-06-09 Kern SibbaldBig reorganization of restore code into lib/attr.c
2003-05-31 Kern SibbaldSee kes-1.31
2003-05-21 Kern SibbaldFinish Win32 backup add DESTDIR to autostart code
2003-05-17 Kern SibbaldUse rentrant mysql lib, eliminate race in sql_list...
2003-05-15 Kern SibbaldBSDI changes, auto Win API detection
2003-05-10 Kern SibbaldMisc cleanups
next