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 [r1-0]
Date: Sun, 29 Jan 2006 21:32:17 +0000

CVSROOT:        /cvsroot/rdiff-backup
Module name:    rdiff-backup
Branch:         r1-0
Changes by:     dean gaudet <address@hidden>    06/01/29 21:32:17

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?only_with_tag=r1-0&tr1=1.147.2.16&tr2=1.147.2.17&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/rdiff-backup/rdiff_backup/Security.py.diff?only_with_tag=r1-0&tr1=1.25.2.2&tr2=1.25.2.3&r1=text&r2=text

Patches:
Index: rdiff-backup/CHANGELOG
diff -u rdiff-backup/CHANGELOG:1.147.2.16 rdiff-backup/CHANGELOG:1.147.2.17
--- rdiff-backup/CHANGELOG:1.147.2.16   Fri Jan 20 16:30:19 2006
+++ rdiff-backup/CHANGELOG      Sun Jan 29 21:32:17 2006
@@ -3,6 +3,8 @@
 
 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.0.4 (2006/01/15)
 --------------------------
Index: rdiff-backup/rdiff_backup/Security.py
diff -u rdiff-backup/rdiff_backup/Security.py:1.25.2.2 
rdiff-backup/rdiff_backup/Security.py:1.25.2.3
--- rdiff-backup/rdiff_backup/Security.py:1.25.2.2      Sun Oct 23 06:52:47 2005
+++ rdiff-backup/rdiff_backup/Security.py       Sun Jan 29 21:32:17 2006
@@ -139,6 +139,7 @@
        if sec_level == "read-only" or sec_level == "all":
                l.extend(["fs_abilities.get_fsabilities_readonly",
                                  "fs_abilities.get_fsabilities_restoresource",
+                                 "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]