]> git.sur5r.net Git - bacula/bacula/history - bacula/src/filed/xattr.c
Fix bug #1806 failure to save second and more xattr.
[bacula/bacula] / bacula / src / filed / xattr.c
2012-01-03 Marco van WieringenFix bug #1806 failure to save second and more xattr.
2010-07-25 Kern SibbaldChange license from GPLv2 to AGPLv3
2010-07-22 Marco van WieringenFix bug #1610 handle empty xattr values on Linux and...
2010-07-19 Kern SibbaldAdd xattr seg fault protection suggested by Marco for...
2010-02-21 Kern SibbaldReplace MIN by code as recommended by Marco to avoid...
2010-02-18 Kern SibbaldDiscard prev regress test results
2009-12-27 Marco van WieringenMerge branch 'master' into mvw/plugin-changes
2009-12-27 Marco van WieringenFix problem with freeing the data after we switched...
2009-12-26 Marco van WieringenLets use a xattr specific constant and not the stdio...
2009-12-26 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-12-26 Marco van WieringenMerge branch 'master' into mvw/plugin-changes
2009-12-26 Marco van WieringenLets not mix initialized stack variable with uninitiali...
2009-12-26 Marco van WieringenAdded some handling of EPERM and EOPNOTSUPP which seem...
2009-12-26 Marco van WieringenLets not orphan the buffer returned by extattr_namespac...
2009-12-21 Marco van WieringenTry to fix problem on FreeBSD with unsupported extended...
2009-10-23 Eric BollengierMerge branch 'master' into basejobv3
2009-10-21 Marco van WieringenMerge branch 'mvw/regress-updates'
2009-10-20 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-10-18 Marco van WieringenFix typo
2009-10-17 Eric BollengierMerge remote branch 'sf/master' into purge
2009-10-17 Marco van WieringenMerge branch 'master' into mvw/1361
2009-10-16 Eric BollengierMerge branch 'master' into basejobv3
2009-10-16 Eric BollengierMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-10-16 Marco van WieringenMerge branch 'mvw/xattr-overhaul'
2009-10-15 Marco van WieringenLets free the variable in the right part of the loop.
2009-10-15 Marco van WieringenUse bfree_and_null
2009-10-15 Marco van WieringenMerge branch 'master' into mvw/xattr-overhaul
2009-10-15 Marco van WieringenChange bsnprintf to normal strncpy
2009-10-11 Marco van WieringenReset the variable after freeing it so we don't free...
2009-10-11 Marco van WieringenSmall update to cache the current attrspace we are...
2009-10-11 Marco van WieringenFixed ifdefs
2009-10-11 Marco van WieringenMerge branch 'master' into mvw/xattr-overhaul
2009-10-10 Marco van WieringenAdd posix acls stored in xattrs on FreeBSD
2009-10-10 Marco van WieringenRemoved last direct message output by replacing Qmsg...
2009-10-09 Marco van WieringenAdd comment on OpenBSD not supporting the extattr funct...
2009-10-09 Marco van WieringenFix ifdefs
2009-10-09 Marco van WieringenChange strcmp to bstrcmp
2009-10-09 Marco van WieringenFix some comments
2009-10-09 Marco van WieringenAdd support when extattr_get_file is supported but...
2009-10-07 Marco van WieringenAs things are no longer as generic rename the generic...
2009-10-07 Marco van WieringenJust as with serializing first unserialize all xattr...
2009-10-07 Marco van Wieringendelete the alist in the destroy function
2009-10-07 Marco van WieringenImplement the extattr xBSD interface
2009-10-07 Marco van WieringenUse extattr interface for all xBSD filesystems. Added...
2009-10-07 Marco van WieringenAs it seems FreeBSD doesn't have the llistxattr or...
2009-10-05 Eric BollengierMerge commit 'sf/master' into basejobv3
2009-10-05 Marco van WieringenFixed inverted logic
2009-09-02 Eric BollengierMerge branch 'master' into basejobv3
2009-09-01 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-09-01 Kern SibbaldEliminate xattr.c compiler warning
2009-08-31 Eric BollengierMerge branch 'master' into basejobv3
2009-08-31 Marco van WieringenExclude OSX resource forks from saving using the xattr...
2009-08-24 Eric BollengierMerge branch 'master' into basejobv3
2009-08-15 Marco van WieringenNo need to flush the members of the xattr link cache...
2009-08-15 Marco van WieringenSome small fixes to the counting and some small relayou...
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 WieringenFix merge conflict leftover
2009-08-14 Marco van WieringenAdd all acl and xattr related variables which are eithe...
2009-08-14 Eric BollengierMerge branch 'master' into basejobv3
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...