From 05084565ee1ff88f7bbced2e98dfe079379b8b6d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 14 Jul 2005 10:14:09 +0000 Subject: [PATCH] Remove old commented out code from configure.in - Add baculavssfd.mak file for building VSS version of Win32 FD. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2196 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/autoconf/configure.in | 6 ------ bacula/kes-1.37 | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 6b0fcac01e..9c90075a20 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -851,7 +851,6 @@ AC_ARG_WITH(dir-password, if test "x$dir_password" = "x" ; then if test "x$OPENSSL" = "xnone" ; then -# key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'` key=`autoconf/randpass 33` else key=`openssl rand -base64 33` @@ -871,7 +870,6 @@ AC_ARG_WITH(fd-password, if test "x$fd_password" = "x" ; then if test "x$OPENSSL" = "xnone" ; then -# key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'` key=`autoconf/randpass 37` else key=`openssl rand -base64 33` @@ -891,7 +889,6 @@ AC_ARG_WITH(sd-password, if test "x$sd_password" = "x" ; then if test "x$OPENSSL" = "xnone" ; then -# key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'` key=`autoconf/randpass 41` else key=`openssl rand -base64 33` @@ -911,7 +908,6 @@ AC_ARG_WITH(mon-dir-password, if test "x$mon_dir_password" = "x" ; then if test "x$OPENSSL" = "xnone" ; then -# key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" abcdefghijklmnopqrst | awk '{getline} {print} {exit}'` key=`autoconf/randpass 33` else key=`openssl rand -base64 33` @@ -931,7 +927,6 @@ AC_ARG_WITH(mon-fd-password, if test "x$mon_fd_password" = "x" ; then if test "x$OPENSSL" = "xnone" ; then -# key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" tsrqponmlkjihgfedcba | awk '{getline} {print} {exit}'` key=`autoconf/randpass 37` else key=`openssl rand -base64 33` @@ -951,7 +946,6 @@ AC_ARG_WITH(mon-sd-password, if test "x$mon_sd_password" = "x" ; then if test "x$OPENSSL" = "xnone" ; then -# key=`date | uuencode /dev/stdout | tr "\"@\\\`\\ \\=\\,\\(\\)\\#\\.\\!\\-$'" 123456789uvwxyzabcdef | awk '{getline} {print} {exit}'` key=`autoconf/randpass 41` else key=`openssl rand -base64 33` diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index ab43533f58..17dd042045 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -4,6 +4,11 @@ General: Changes to 1.37.29: +14Jul05 +- Remove old commented out code from configure.in +- Add baculavssfd.mak file for building VSS version of + Win32 FD. +- Correct date (year) in vss.cpp and vss_generic.cpp 13Jul05 - I finally found and squashed the elusive SD crash. I needed to initialize the used volume list before -- 2.39.5