summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
Commit message (Expand)AuthorAgeFilesLines
* back out the symlink permission setting feature change -- leave it onlydgaudet2006-11-051-6/+1
* Set symlink permissions properly. (Patch from Andrew Ferguson.)dgaudet2006-11-051-1/+6
* Fix for "Directory not empty" bugbescoto2005-11-221-1/+1
* Fix for bug #14799 - autodetect whether destination handles highbit permsbescoto2005-10-201-1/+1
* short-term (?) kludge so missing carbonfile data doesn't cause crashbescoto2005-10-191-0/+7
* Avoid lchown requirementbescoto2005-09-071-1/+6
* Stop python v2.2 from choking on device filesbescoto2005-09-011-2/+4
* Further fix so we can restore backups with mirror_metadata filesbescoto2005-08-171-0/+5
* Updated inctest - before it would compare increment attributes too strictlybescoto2005-08-141-2/+4
* Added lchown to cmodule so rdiff-backup can preserve symlink uid/gidbescoto2005-08-111-5/+5
* Fix for bug#13613 - 64->32bit utime overflow errorbescoto2005-08-101-5/+13
* Keith Edmunds's patch adding --create-full-pathbescoto2005-08-081-0/+5
* patch#4136: OSX filename/rsrc has been deprecated for some time, and as of OSXdgaudet2005-06-301-2/+2
* bug#13476: must always compare device numbers when we compare inodedgaudet2005-06-281-2/+2
* bug#12726: fix regressing of devices while running as non-root -- zerodgaudet2005-06-191-6/+12
* cmp_attribs (used in testing only) is failing on symlinks and devicesdgaudet2005-06-191-2/+3
* Fixed Popple's symlink bug which threatened source directorybescoto2005-04-061-0/+4
* Some final changes for 0.13.5bescoto2005-03-281-2/+1
* Check all groups for permissionbescoto2004-05-181-2/+2
* NFS rmtree update by Perdaensbescoto2004-05-161-1/+3
* Fixes for --compare, --compare-at-time switchesbescoto2004-01-301-5/+16
* Checked in John Goerzen's carbonfile patchbescoto2004-01-281-1/+54
* Mainly fix for spurious backing up because of uname/gnamebescoto2003-11-041-4/+6
* Final changes for 0.13.3bescoto2003-10-141-4/+9
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-22/+30
* Added TODO item, default to None on rpath uname/gname checkbescoto2003-10-121-2/+4
* New hard link system should use less memorybescoto2003-10-121-0/+1
* Mostly another unreadable regress fixbescoto2003-09-281-1/+1
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-6/+10
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-15/+48
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-4/+1
* Fixed various --restrict options, some refactoringbescoto2003-08-271-2/+4
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-251-13/+8
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-231-0/+8
* Specify socket type as SOCK_STREAMbescoto2003-08-141-1/+1
* Mainly updates for python 2.3bescoto2003-08-041-4/+8
* Final changes for 0.13.0 (small test changes, Fedora spec packaging)bescoto2003-07-221-1/+3
* When copying attributes, set permission after copy resource forkbescoto2003-07-211-2/+2
* More fixes from Daniel Hazelbaker, mostly related to resource forksbescoto2003-07-191-0/+1
* Oops, missed another append('rsrc') loop, this time in fs_abilitiesbescoto2003-07-191-3/+6
* May have fixed recursion bug in resource forks; added another testbescoto2003-07-191-2/+5
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-181-4/+37
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-3/+34
* Added ctime support (although it is not used)bescoto2003-06-301-0/+8
* Many changes - added extended attribute support and file systembescoto2003-06-301-4/+35
* Making lines shorter... whee..bescoto2003-06-241-14/+8
* Comment clarificationbescoto2003-06-241-2/+2
* fsync_delete now follows global fsync settingbescoto2003-04-071-1/+1
* Make no preserve hard links disable inode comparisonbescoto2003-04-061-2/+6
* --windows-mode now implies that permissions will not be changedbescoto2003-04-051-1/+1