From 43a553ebaa35eba99d68a57c669507f8fba92642 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 9 Jul 2005 13:55:35 +0000 Subject: [PATCH] Implement TLS in gnome console and wx-console. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2183 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 15 ++++++++------- bacula/kes-1.37 | 2 ++ bacula/src/console/console.c | 1 - bacula/src/version.h | 4 ++-- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/bacula/kernstodo b/bacula/kernstodo index b64e7e9d02..94a37d23b1 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -24,13 +24,6 @@ Autochangers: For 1.37: - update volume=xxx --- add status=Full -- After rename - 04-Jul 13:01 MainSD: Rufus.2005-07-04_01.05.02 Warning: Director wanted Volume - "DLT-13Feb04". - Current Volume "DLT-04Jul05" not acceptable because: - 1997 Volume "DLT-13Feb04" not in catalog. - 04-Jul 13:01 MainSD: Please mount Volume "DLT-04Jul05" on Storage Device - "HP DLT 80" (/dev/nst0) for Job Rufus.2005-07-04_01.05.02 - Remove old spool files on startup. - Exclude SD spool/working directory. - Finish TLS implementation. @@ -1346,3 +1339,11 @@ Block Position: 0 - Review all items in "restore". - Fix PostgreSQL GROUP BY problems in restore. - Fix PostgreSQL sql problems in bugs. +- After rename + 04-Jul 13:01 MainSD: Rufus.2005-07-04_01.05.02 Warning: Director wanted Volume + "DLT-13Feb04". + Current Volume "DLT-04Jul05" not acceptable because: + 1997 Volume "DLT-13Feb04" not in catalog. + 04-Jul 13:01 MainSD: Please mount Volume "DLT-04Jul05" on Storage Device + "HP DLT 80" (/dev/nst0) for Job Rufus.2005-07-04_01.05.02 + diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index 4a821b655f..3c649f87ab 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -4,6 +4,8 @@ General: Changes to 1.37.28: +09Jul05 +- Implement TLS in gnome console and wx-console. 08Jul05 - Correct a NULL pointer reference in the mount command. - Correct typo in Copyright diff --git a/bacula/src/console/console.c b/bacula/src/console/console.c index 3d9b0b5b2b..af82ec5e78 100644 --- a/bacula/src/console/console.c +++ b/bacula/src/console/console.c @@ -306,7 +306,6 @@ static int tls_pem_callback(char *buf, int size, const void *userdata) buf[0] = 0; return 0; #endif - } diff --git a/bacula/src/version.h b/bacula/src/version.h index 4ca58bef97..1c9d61a0e4 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #undef VERSION #define VERSION "1.37.28" -#define BDATE "08 July 2005" -#define LSMDATE "08Jul05" +#define BDATE "09 July 2005" +#define LSMDATE "09Jul05" /* Debug flags */ #undef DEBUG -- 2.39.5