summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/win_acls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception in win_acls.py when backing up Windows -> Linux.joshn2009-10-011-0/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1059 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix exception when unable to read a Windows ACL to clear it.joshn2009-05-161-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1056 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Provide backwards compatibility with non-unicode version of Windows ACL file.joshn2009-05-161-2/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1055 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Use Unicode for paths internally to add support for Unicode on Windows.joshn2009-04-091-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1053 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for Python 2.2 in win_acls.pyowsla2008-11-241-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@965 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add error handling and logging to Windows ACL support; fixes Windows backup toowsla2008-10-021-49/+91
| | | | | | | | SMB share. Improve test in fs_abilities to determine if Windows ACLs are supported. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@944 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve handling of Windows ACLs by switching to API functions whichowsla2008-09-301-6/+40
| | | | | | | understand inherited ACEs; fixes support for Windows 2000. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@942 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-0/+199
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@904 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109