rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] rdiff-backup ./CHANGELOG rdiff_backup/Security.py


From: dean gaudet
Subject: [Rdiff-backup-commits] rdiff-backup ./CHANGELOG rdiff_backup/Security.py
Date: Sun, 29 Jan 2006 21:36:03 +0000

CVSROOT:        /cvsroot/rdiff-backup
Module name:    rdiff-backup
Branch:         
Changes by:     dean gaudet <address@hidden>    06/01/29 21:36:03

Modified files:
        .              : CHANGELOG 
        rdiff_backup   : Security.py 

Log message:
        Fix a security violation when restoring from a remote repository.
        (Patch from Charles Duffy.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/rdiff-backup/CHANGELOG.diff?tr1=1.180&tr2=1.181&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/rdiff-backup/rdiff_backup/Security.py.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: rdiff-backup/CHANGELOG
diff -u rdiff-backup/CHANGELOG:1.180 rdiff-backup/CHANGELOG:1.181
--- rdiff-backup/CHANGELOG:1.180        Fri Jan 20 16:24:24 2006
+++ rdiff-backup/CHANGELOG      Sun Jan 29 21:36:03 2006
@@ -8,7 +8,10 @@
 A few minor changes to help rdiff-backup back up to an SMB/CIFS share.
 Thanks to Cengiz Gunay for testing.
 
-Fix an off-by-1 error in the "--remove-older-than nB" time specification.
+Fix a traceback due to an off-by-1 error in "--remove-older-than nB".
+
+Fix a security violation when restoring from a remote repository.
+(Patch from Charles Duffy.)
 
 
 New in v1.1.5 (2006/01/01)
Index: rdiff-backup/rdiff_backup/Security.py
diff -u rdiff-backup/rdiff_backup/Security.py:1.30 
rdiff-backup/rdiff_backup/Security.py:1.31
--- rdiff-backup/rdiff_backup/Security.py:1.30  Fri Nov  4 22:41:13 2005
+++ rdiff-backup/rdiff_backup/Security.py       Sun Jan 29 21:36:03 2006
@@ -143,6 +143,7 @@
                                  "user_group.gid2gname"])
        if sec_level == "read-only" or sec_level == "all":
                l.extend(["fs_abilities.get_readonly_fsa",
+                                 "restore.MirrorStruct.get_increment_times",
                                  
"restore.MirrorStruct.set_mirror_and_rest_times",
                                  "restore.MirrorStruct.set_mirror_select",
                                  "restore.MirrorStruct.initialize_rf_cache",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]