summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/eas_acls.py
Commit message (Expand)AuthorAgeFilesLines
* Gah. Fix unicode support for linux systems where the destination Python insta...joshn2009-06-041-4/+10
* Some older systems don't support unicode, so check for support before using it.joshn2009-04-181-15/+20
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-15/+24
* Don't crash when filesystem can't set ACL.owsla2009-03-021-1/+9
* Support comments in rdiff-backup's ACL files and quote the quoting characterowsla2008-12-191-1/+1
* Throttle verbosity of listattr() warningsowsla2008-11-131-1/+1
* Properly handle EINVAL "Invalid argument" errors when setting extendedowsla2008-11-121-1/+1
* Workaround for broken support for symlink extended attributes in pyxattr <owsla2008-11-111-0/+2
* Handle ELOOP ("Too many levels of symbolic links") error when reading extendedowsla2008-11-091-3/+6
* Support extended attributes on symbolic linksowsla2008-09-271-6/+6
* On Mac OS X, read the com.apple.FinderInfo extended attribute since it is theowsla2008-09-261-3/+2
* Ignore Extended Attributes which have Unicode characters outside the currentowsla2008-07-221-1/+5
* Catch EPERM error when trying to write extended attributes.owsla2008-07-131-2/+2
* Catch another reasonable error when reading extended attributes.owsla2008-07-031-1/+1
* Actually make rdiff-backup robust to failure to read an ACL because theowsla2008-06-231-5/+7
* Whoops. There is no such thing as a 'ListError' in python -- was confusedowsla2008-06-121-5/+5
* Make rdiff-backup robust to failure to read the extended attributes or ACLowsla2008-06-111-7/+20
* Improve Unicode support when logging in eas_acls.py (Fix from Saptarshi Guha)owsla2008-04-241-3/+3
* Fix typo.owsla2008-04-081-1/+1
* __str__ method for ACL's shouldn't fail on empty onesowsla2008-01-201-0/+1
* Be quieter about the xattr warningsowsla2008-01-071-1/+1
* Warn if can't write extended attribute.owsla2007-08-091-0/+2
* Handle exception when trying to clear extended attributes on a file thatowsla2007-07-161-11/+16
* listxattr() can also throw EPERM error if not supported.owsla2007-07-111-1/+2
* FIFOs don't have extended attributes -- don't try to access them.owsla2007-06-101-1/+2
* Sockets don't have extended attributes -- don't try to access them.owsla2007-02-271-1/+1
* Allow for preservation of FinderInfo for folders and fix typo in Time.pyowsla2007-01-251-2/+3
* typo fix for OSX Extended Attributes patch (from Andrew Ferguson)dgaudet2006-11-051-1/+1
* Mac OS X Extended Attributes support. (Patch from Andrew Ferguson.)dgaudet2006-11-051-3/+13
* false negative acl compare fixbescoto2005-12-121-1/+1
* Some refactoring of metadata codebescoto2005-11-031-62/+16
* Misc changes, passes all tests nowbescoto2005-10-251-11/+2
* Refactored fs_abilities, also don't quote if case-insensitive->case-insensitivebescoto2005-10-241-0/+11
* Fix for bug #13576, destination system should not need posix1ebescoto2005-08-101-27/+60
* Log EACCES from listxattr rather than raising an exception -- this can happendgaudet2005-07-021-0/+3
* debian bug#306798: SELinux security attributes can not be removed anddgaudet2005-06-281-1/+10
* bug#13475: correct an UpdateError when backing up hardlinks with EAsdgaudet2005-06-281-6/+2
* Fix from Paul P Komkoff Jr for uid typo in text_to_entrytuple.dgaudet2005-06-191-1/+1
* Final changes for 0.13.3bescoto2003-10-141-7/+7
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-13/+58
* Added mapping by name (not id) for ACLs.bescoto2003-09-161-122/+183
* Added acl list <-> posix1e.ACL conversionbescoto2003-09-151-0/+46
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-251-25/+34
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-34/+202
* Mostly tweaks to get the test cases to workbescoto2003-07-161-2/+44
* Many changes - added extended attribute support and file systembescoto2003-06-301-0/+185