]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed/restore.c
Redone comments
[bacula/bacula] / bacula / src / filed / restore.c
2009-09-07 Marco van WieringenRedone comments
2009-09-07 Marco van WieringenMove restore struct defintions to seperate include...
2009-09-07 Marco van WieringenMove finderinfo restore into seperate function so we...
2009-09-07 Marco van WieringenLoose #ifdef and use const bool wrapper for some cleane...
2009-09-07 Marco van WieringenThis patch should fix bug #1366
2009-09-07 Marco van WieringenThis patch should fix bug #1365
2009-09-03 Eric BollengierFix #1364 and #1363 about compression buffer error.
2009-08-15 Eric Bollengierfix couple of segfault in acl/xattr code
2009-08-15 Marco van WieringenLets first output statistics before freeing them. Saves...
2009-08-15 Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-14 Marco van WieringenLets first output statistics before freeing them. Saves...
2009-08-14 Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-11 Eric BollengierMerge branch 'master' into bat_slot
2009-08-09 Marco van WieringenChanges due to code review by Kern added.
2009-08-09 Marco van WieringenAdded support for counting xattr errors and only print...
2009-08-09 Marco van WieringenAdded support for counting acl errors and only print...
2009-08-09 Marco van WieringenImported patch from older git tree.
2009-07-04 Marco van WieringenChange checking for acl and xattr support from first...
2009-06-28 Marco van WieringenFix missing case for NetBSD xattr restores.
2009-02-28 Marco van Wieringen- Implemented xattr support for Solaris 9 and above...
2008-12-10 Eric Bollengierebl Rename all STREAM_ACL_..._T into STREAM_ACL_..
2008-11-26 Kern Sibbaldkes Apply Marco's Extended attribute support patch.
2008-10-18 Kern SibbaldFix extract typo
2008-10-17 Kern SibbaldApply Bastian Friedrich's ACL patch to eliminate ACL
2008-10-04 Kern Sibbaldkes Refactor restore code to create a close_previous_s...
2008-09-14 Kern SibbaldUpdate technotes and kernstodo
2008-09-11 Kern Sibbaldkes Set the default FD timeout to 3 minutes (previousl...
2008-08-30 Kern Sibbaldkes Another try at fixing Vbackup. It looks much bette...
2008-07-30 Kern Sibbaldkes Raise some restore debug levels.
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
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.
next