-/*
- * Bacula Catalog Database routines written specifically
- * for Bacula. Note, these routines are VERY dumb and
- * do not provide all the functionality of an SQL database.
- * The purpose of these routines is to ensure that Bacula
- * can limp along if no real database is loaded on the
- * system.
- *
- * Kern Sibbald, January MMI
- *
- * Version $Id$
- *
- */
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2008 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.
(FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
Switzerland, email:ftf@fsfeurope.org.
*/
+/*
+ * Bacula Catalog Database routines written specifically
+ * for Bacula. Note, these routines are VERY dumb and
+ * do not provide all the functionality of an SQL database.
+ * The purpose of these routines is to ensure that Bacula
+ * can limp along if no real database is loaded on the
+ * system.
+ *
+ * Kern Sibbald, January MMI
+ *
+ * Version $Id$
+ *
+ */
/* The following is necessary so that we do not include
free(DBId);
}
-static POOLMEM *make_filename(B_DB *mdb, char *name)
+static POOLMEM *make_filename(B_DB *mdb, const char *name)
{
char sep;
POOLMEM *dbf;
-/*
- *
- * Bacula interface to Python for the Storage Daemon
- *
- * Kern Sibbald, January MMV
- *
- * Version $Id$
- *
- */
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2005-2006 Free Software Foundation Europe e.V.
+ Copyright (C) 2005-2008 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.
(FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
Switzerland, email:ftf@fsfeurope.org.
*/
+/*
+ *
+ * Bacula interface to Python for the Storage Daemon
+ *
+ * Kern Sibbald, January MMV
+ *
+ * Version $Id$
+ *
+ */
#include "bacula.h"
struct s_vars {
const char *name;
- const char *fmt;
+ char *fmt;
};
static struct s_vars getvars[] = {
Technical notes on version 2.4
General:
+03Jul08
+kes Remove const char that causes problems with Python, which has
+ older 'incorrect' headers.
+kes Add const char in dbd.c to avoid compiler warnings.
02Jul08
kes Fix mtx-changer to detect both versions of Ubuntu (Debian)
mt. This fixes bug #1116.