]> git.sur5r.net Git - bacula/bacula/commitdiff
Prevent bls from printing binary data when a plugin stream
authorKern Sibbald <kern@sibbald.com>
Sat, 7 Mar 2009 21:11:32 +0000 (21:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 7 Mar 2009 21:11:32 +0000 (21:11 +0000)
     encountered. This fixes bug #1238

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8509 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/fd_plugins.c
bacula/src/filed/fd_plugins.h
bacula/src/stored/bls.c
bacula/src/version.h
bacula/technotes-2.5

index 5f4084fee1d15ef8b45410b651c31d57b8170686..3b54d81cd49ad76546e08612abbf29e292868e41 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index 9072c94df6c888a15ebb89ab24936c2a2fe17296..42dc47d34b711c9aa16504204348035bf55e199c 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index b5b936b0ea596c4d17ac7a7bd6c73141f9713850..5f4117de69ce2d146d75c3639703d63c2a00b715 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -407,7 +407,7 @@ static bool record_cb(DCR *dcr, DEV_RECORD *rec)
          num_files++;
       }
    } else if (rec->Stream == STREAM_PLUGIN_NAME) {
-      Pmsg1(000, "Plugin name: %s\n", rec->data);
+      Pmsg0(000, "Plugin stream\n");
    }
       
    return true;
index 8f2a36bd0a12347cf2a34932ba3ec6bcca4d76af..eb5c4c2d2f6ccc40365c22255b1a094fd4595289 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.5.41"
-#define BDATE   "06 March 2009"
-#define LSMDATE "06Mar09"
+#define BDATE   "07 March 2009"
+#define LSMDATE "07Mar09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
index 487c0ba4e54ff8dcf6adcb18d1e46f354b75025a..fc11943e10eb6f674d24d12f6ea7ba271d993ce2 100644 (file)
@@ -26,6 +26,8 @@ mixed priorities
 
 General:
 07Mar09
+kes  Prevent bls from printing binary data when a plugin stream
+     encountered. This fixes bug #1238
 kes  Prepare to add JS_Warnings termination status.
 kes  Attempt to resolve bwx-console Win32 crash. Not likely to
      work.