]> git.sur5r.net Git - bacula/bacula/commitdiff
Update projects file
authorKern Sibbald <kern@sibbald.com>
Fri, 22 Feb 2008 14:13:23 +0000 (14:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 22 Feb 2008 14:13:23 +0000 (14:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6462 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/projects

index 08d472f6c75b3d5c0e08266a39642dda0510b4d4..4342fb730b3016f7bafe17193940e641e5e9b59c 100644 (file)
@@ -1,7 +1,7 @@
                 
 Projects:
                      Bacula Projects Roadmap 
-                    Status updated 24 January 2008
+                    Status updated 22 February 2008
 
 Items Completed:
 
@@ -1208,6 +1208,32 @@ Item 1:   enable/disable compression depending on storage device (disk/tape)
          be well defined.
 
 
+Item 1: Backup and Restore of Windows Encrypted Files through raw encryption functions
+
+  Origin: Michael Mohr, SAG  Mohr.External@infineon.com
+  
+  Date:   22 February 2008
+  
+  Status:
+
+  What:   Make it possible to backup and restore Encypted Files from and
+          to Windows systems without the need to decrypt it by using the raw encryption
+          functions API 
+          (see: http://msdn2.microsoft.com/en-us/library/aa363783.aspx)
+
+          that is provided for that reason by Microsoft.
+          If a file ist encrypted could be examined by evaluating the 
+          FILE_ATTRIBUTE_ENCRYTED flag of the GetFileAttributes
+          function.
+
+  Why:    Without the usage of this interface the fd-daemon running
+          under the system account can't read encypted Files because
+          the key needed for the decrytion is missed by them. As a result 
+          actually encrypted files are not backed up
+          by bacula and also no error is shown while missing these files.
+
+  Notes:  ./.
+
 
 ========== Already implemented ================================