]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed
Fix broken editing code
[bacula/bacula] / bacula / src / filed /
2009-09-03 Eric BollengierFix #1364 and #1363 about compression buffer error.
2009-09-01 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-09-01 Kern SibbaldEliminate xattr.c compiler warning
2009-08-31 Marco van WieringenExclude OSX resource forks from saving using the xattr...
2009-08-25 Kern SibbaldSuppress some error messages generated after cancelling...
2009-08-21 Eric BollengierMerge branch 'master' of ssh://ricozz@bacula.git.source...
2009-08-21 Kern SibbaldAdd commas in num files for estimate command
2009-08-15 Marco van WieringenNo need to flush the members of the xattr link cache...
2009-08-15 Eric Bollengierfix couple of segfault in acl/xattr code
2009-08-15 Marco van WieringenSome small fixes to the counting and some small relayou...
2009-08-15 Marco van WieringenLets first output statistics before freeing them. Saves...
2009-08-15 Marco van WieringenFix merge conflict leftover
2009-08-15 Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-14 Marco van WieringenSome small fixes to the counting and some small relayou...
2009-08-14 Marco van WieringenLets first output statistics before freeing them. Saves...
2009-08-14 Marco van WieringenFix merge conflict leftover
2009-08-14 Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-14 Marco van WieringenLoose void pointer and use C++ supported declaration...
2009-08-14 Marco van WieringenMove global variables into jcr private xattr data struc...
2009-08-11 Eric BollengierMerge branch 'master' into bat_slot
2009-08-09 Kern SibbaldFix compiler warnings in acl and xattr code
2009-08-09 Marco van WieringenFixed references to xattr_link_cache_entry to use xattr...
2009-08-09 Marco van WieringenChanges due to code review by Kern added.
2009-08-09 Marco van WieringenMove enum from protos.h to filed.h and move defines...
2009-08-09 Marco van WieringenAdded some more ENOENT supressing.
2009-08-09 Marco van WieringenSmall indent change
2009-08-09 Marco van WieringenSmall change to comments
2009-08-09 Marco van WieringenRenamed cleanup goto target into bail_out which is...
2009-08-09 Marco van WieringenAdded comment on entry points
2009-08-09 Marco van WieringenAdded missing ENOENT switch case.
2009-08-09 Marco van WieringenFix problem with counting xattr and returning a non...
2009-08-09 Marco van WieringenLoose default_stream parameter.
2009-08-09 Marco van WieringenChanged snprintf to bsnprintf
2009-08-09 Marco van WieringenUse bstrncpy instead of strncpy
2009-08-09 Marco van WieringenFixed Jmsg4 to Mmsg4
2009-08-09 Marco van WieringenFixed 2 typos.
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 WieringenSmall changes to ifdef layout.
2009-08-09 Marco van WieringenFixed typo where I moved some code into the switch...
2009-08-09 Marco van WieringenMoved the berrno as a local variable of the function...
2009-08-09 Marco van WieringenMake sure it compiles and moved the berrno as a local...
2009-08-09 Marco van WieringenMoved list of supported xattr to start of per OS implem...
2009-08-09 Marco van WieringenFixed typo
2009-08-09 Marco van WieringenImported patch from older git tree.
2009-07-30 Eric BollengierAllow restore from multiple storage
2009-07-23 Kern SibbaldFix int/int32_t problem in accurate_add_file
2009-07-15 Kern SibbaldAdd back bootstrap to FD
2009-07-14 Kern SibbaldTweak debug print in accurate
2009-07-14 Eric Bollengierebl Should fix #1323
2009-07-14 Kern SibbaldMore cleanup of bootstrap
2009-07-09 Marco van WieringenChanged ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn...
2009-07-05 Eric Bollengierebl Fix compilation bug
2009-07-05 Marco van WieringenSmall change to allow the compiler to optimize it easie...
2009-07-04 Marco van WieringenChange checking for acl and xattr support from first...
2009-07-02 Eric BollengierMake estimate command accurate compatible. Should fix...
2009-06-28 Marco van WieringenFix missing case for NetBSD xattr restores.
2009-06-25 Kern SibbaldModify xattr.c and acl.c not to fail the job on errors...
2009-06-23 Marco van WieringenFix 2 rather big bugs in the xattr and acl code and...
2009-06-17 Kern SibbaldFix bug #1305 make errors obtaining acl during backup...
2009-05-26 Eric Bollengierebl Apply Steve Polyack patch to add DirSourceAddress...
2009-05-14 Kern SibbaldAllow specification of base daemon resource name.
2009-05-07 Kern Sibbaldkes Fix typo in Solaris acl code.
2009-04-28 Kern SibbaldCheck for job_canceled() in fd_plugin code
2009-04-27 Marco van WieringenAdded fix for bug #1275 where acl or xattr data is...
2009-04-16 Kern SibbaldFix bug #1246 Sometimes access denied with VSS enabled...
2009-04-02 Marco van WieringenLets only count non acl xattr in the first place that...
2009-04-02 Marco van WieringenFixed problem in xattr and acl code trying to send...
2009-03-29 Kern SibbaldAttempt to fix bat seg faults
2009-03-29 Kern SibbaldApply James' accurate debug patch + use read_record...
2009-03-29 Kern Sibbaldkes Correct bacula32.def entry point as specified...
2009-03-28 Kern SibbaldDirectly mark all files saved by plugin as being seen...
2009-03-28 Kern SibbaldAdd checks on the plugin version and the plugin license...
2009-03-28 Kern SibbaldModify plugin checkFile to return bRC_Seen to cause...
2009-03-25 Kern Sibbaldkes Added the following to provide solutions to the...
2009-03-24 Eric Bollengierebl Use MTIMEONLY fileset option in accurate check
2009-03-15 Kern Sibbaldjh Fix by James Harper to print error code when attem...
2009-03-12 Eric Bollengierebl Remove TCABD reference
2009-03-07 Kern SibbaldPrevent bls from printing binary data when a plugin...
2009-03-07 Kern Sibbaldkes Prepare to add JS_Warnings termination status.
2009-03-06 Kern Sibbaldkes Fix the Win32 build.
2009-02-28 Marco van Wieringen- Implemented xattr support for Solaris 9 and above...
2009-02-20 Marco van WieringenUse acl_data_len instead of seperate var for length...
2009-02-18 Kern SibbaldEnsure that libtool directory always cleaned + reduce
2009-02-09 Kern Sibbaldkes Free name item in guid_to_name.c when already...
2009-02-06 Marco van WieringenFixed two typos while implementing new Solaris xattr...
2009-01-24 Kern SibbaldFail a job that references a plugin if no Plugin Direct...
2009-01-18 Kern SibbaldApply acl_solaris_update.patch submitted by Marco ...
2009-01-11 Kern SibbaldAttempt to explicitly call gmake when needed, or if...
2008-12-20 Kern Sibbald20Dec08
2008-12-16 Kern SibbaldCorrect missing return in Darwin code.
2008-12-11 Kern Sibbaldkes Fix configure to do minimum Win32 configure so...
2008-12-10 Eric Bollengierebl Rename all STREAM_ACL_..._T into STREAM_ACL_..
2008-12-09 Eric Bollengierebl Add a new lock manager that can detect deadlock...
2008-12-04 Peter BuschmanCorrected missing references that were causing static...
2008-12-01 Kern SibbaldAdd position arg to Darwin getxattr
2008-12-01 Kern SibbaldApply Marco's Darwin xattr patches
2008-11-30 Kern SibbaldKludge Darwin build
2008-11-30 Kern SibbaldKludge Darwin build problem
2008-11-30 Kern SibbaldFix type conversion casting
next