summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/win_acls.py
Commit message (Expand)AuthorAgeFilesLines
* Fix exception in win_acls.py when backing up Windows -> Linux.joshn2009-10-011-0/+8
* Fix exception when unable to read a Windows ACL to clear it.joshn2009-05-161-0/+1
* Provide backwards compatibility with non-unicode version of Windows ACL file.joshn2009-05-161-2/+8
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-2/+2
* Fix for Python 2.2 in win_acls.pyowsla2008-11-241-0/+1
* Add error handling and logging to Windows ACL support; fixes Windows backup toowsla2008-10-021-49/+91
* Improve handling of Windows ACLs by switching to API functions whichowsla2008-09-301-6/+40
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-0/+199