]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed/xattr.c
Some small fixes to the counting and some small relayout of small code sniplets.
[bacula/bacula] / bacula / src / filed / xattr.c
2009-08-14 Marco van WieringenSome small fixes to the counting and some small relayou...
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 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 WieringenAdded support for counting xattr 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 WieringenMoved list of supported xattr to start of per OS implem...
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-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-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-25 Kern Sibbaldkes Added the following to provide solutions to the...
2009-03-06 Kern Sibbaldkes Fix the Win32 build.
2009-02-28 Marco van Wieringen- Implemented xattr support for Solaris 9 and above...
2009-01-18 Kern SibbaldApply acl_solaris_update.patch submitted by Marco ...
2008-12-16 Kern SibbaldCorrect missing return in Darwin code.
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-26 Kern SibbaldUpdate
2008-11-26 Kern SibbaldAdd missing files for xattr and eliminate a few compile...