summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/user_group.py
Commit message (Expand)AuthorAgeFilesLines
* Fix user_group.py to run on native Windows, which lacks grp and pwd Pythonowsla2008-06-271-5/+9
* Misc changes, passes all tests nowbescoto2005-10-251-1/+3
* Try read/write fsync for cygwin, also add --preserve-numerical-idsbescoto2005-10-201-86/+116
* fix missing space in a log messagedgaudet2005-06-191-1/+1
* Fix for when 64 bit uids read from FS, but only 16 bit ones supportedbescoto2005-04-131-2/+2
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-0/+28
* Added mapping by name (not id) for ACLs.bescoto2003-09-161-1/+1
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-3/+6
* Added user_group module and associated testsbescoto2003-09-041-0/+154