]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
20 years agoUpdate Cygwin build version documentation + increment Bacula version
Kern Sibbald [Thu, 18 Dec 2003 07:10:26 +0000 (07:10 +0000)]
Update Cygwin build version documentation + increment Bacula version

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

20 years agoAdd back config.h.in, which is needed by ./configure -- apparently
Kern Sibbald [Thu, 18 Dec 2003 06:54:17 +0000 (06:54 +0000)]
Add back config.h.in, which is needed by ./configure -- apparently

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

20 years agoIntegration with Dan's PostgreSQL code
Kern Sibbald [Wed, 17 Dec 2003 21:38:21 +0000 (21:38 +0000)]
Integration with Dan's PostgreSQL code

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

20 years agoadd do_all script
Kern Sibbald [Wed, 17 Dec 2003 21:23:26 +0000 (21:23 +0000)]
add do_all script

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

20 years agoUpdate from week away
Kern Sibbald [Wed, 17 Dec 2003 18:40:53 +0000 (18:40 +0000)]
Update from week away

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

20 years agoTest unified diff
Kern Sibbald [Wed, 17 Dec 2003 14:49:34 +0000 (14:49 +0000)]
Test unified diff

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

20 years agoUpdate kernstodo and test syncmail
Kern Sibbald [Wed, 17 Dec 2003 14:45:17 +0000 (14:45 +0000)]
Update kernstodo and test syncmail

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

20 years agoDefine the DelCandidates, temp, and temp1 tables differently on PostgreSQL.
Dan Langille [Fri, 12 Dec 2003 16:18:55 +0000 (16:18 +0000)]
Define the DelCandidates, temp, and temp1 tables differently on PostgreSQL.
Remove the GROUP BY on uar_list_temp and uar_sel_fileset

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

20 years agoFine tuning of the PostgreSQL items needed for regression testing.
Dan Langille [Fri, 12 Dec 2003 16:15:51 +0000 (16:15 +0000)]
Fine tuning of the PostgreSQL items needed for regression testing.

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

20 years agoAdd numornull which retuns NULL if the value is zero, or the value.
Dan Langille [Fri, 12 Dec 2003 16:12:25 +0000 (16:12 +0000)]
Add numornull which retuns NULL if the value is zero, or the value.
This function was needed because Job.{PoolId|FileSetId|ClientId} are
foreign keys.

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

20 years agoremove GROUP BY on db_get_job_volume_names. REVIEW.
Dan Langille [Fri, 12 Dec 2003 16:09:56 +0000 (16:09 +0000)]
remove GROUP BY on db_get_job_volume_names.  REVIEW.

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

20 years agoAdd this for symmetry
Dan Langille [Fri, 12 Dec 2003 16:08:33 +0000 (16:08 +0000)]
Add this for symmetry

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

20 years agoWhen creating a new Job, don't grab the JobId in advance.
Dan Langille [Fri, 12 Dec 2003 16:06:19 +0000 (16:06 +0000)]
When creating a new Job, don't grab the JobId in advance.
Add calls to sql_table_name before each call to INSERT_DB.
special case the creation of new Media for PostgreSQL.  (review later)

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

20 years agoStart including postgres_ext.h for max field name value
Dan Langille [Fri, 12 Dec 2003 15:58:28 +0000 (15:58 +0000)]
Start including postgres_ext.h for max field name value
bug fixes arising from regression testing.
Add my_postgresql_currval

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

20 years agoAdjust some field names to their correct values.
Dan Langille [Fri, 12 Dec 2003 15:57:17 +0000 (15:57 +0000)]
Adjust some field names to their correct values.
Add missing default values.
Allow for null values on job.{clientid|starttime|endtime}
Add database changes for 1.33

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

20 years agoFix broken DDL
Dan Langille [Fri, 12 Dec 2003 15:48:24 +0000 (15:48 +0000)]
Fix broken DDL

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

20 years agoadd PostgreSQL support
Dan Langille [Fri, 12 Dec 2003 15:47:59 +0000 (15:47 +0000)]
add PostgreSQL support

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

20 years agohardcode the database name for PostgreSQL
Dan Langille [Fri, 12 Dec 2003 15:46:16 +0000 (15:46 +0000)]
hardcode the database name for PostgreSQL

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

20 years agogrant select on sequences
Dan Langille [Fri, 12 Dec 2003 15:45:43 +0000 (15:45 +0000)]
grant select on sequences

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

20 years agoget regression tests working by hardcoding a bacula database name for PostgreSQL
Dan Langille [Fri, 12 Dec 2003 15:43:34 +0000 (15:43 +0000)]
get regression tests working by hardcoding a bacula database name for PostgreSQL

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

20 years ago- Add sql_table_name which keeps track of the table name being updated.
Dan Langille [Fri, 12 Dec 2003 15:41:11 +0000 (15:41 +0000)]
- Add sql_table_name which keeps track of the table name being updated.
  This is needed by PostgreSQL.  macro does nothing under MySQL/SQLite
- Add table_name to the PostgreSQL db structure
- remove LastID from the PostgreSQL structure as it is no longer needed
- ensure sql_num_rows, sql_affected_rows, and sql_num_fields return
  unsigned values

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

20 years agocater for create_bacula_database and grant_bacula_privileges
Dan Langille [Fri, 12 Dec 2003 15:36:16 +0000 (15:36 +0000)]
cater for create_bacula_database and grant_bacula_privileges

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

20 years agoignore create_bacula_database
Dan Langille [Fri, 12 Dec 2003 15:35:43 +0000 (15:35 +0000)]
ignore create_bacula_database

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

20 years agoSupply a PostgreSQL option
Dan Langille [Fri, 12 Dec 2003 15:33:51 +0000 (15:33 +0000)]
Supply a PostgreSQL option

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

20 years agoFor generic creation of a database
Dan Langille [Thu, 11 Dec 2003 19:55:10 +0000 (19:55 +0000)]
For generic creation of a database

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

20 years agoUse ' instead of " when quoting strings.
Dan Langille [Wed, 10 Dec 2003 22:49:27 +0000 (22:49 +0000)]
Use ' instead of " when quoting strings.
PostgreSQL cannot handle " and thinks they are attributes.
MySQL can handle ' and so can SQLite.

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

20 years agoIt is maxvolbytes, not mavvolbytes
Dan Langille [Wed, 10 Dec 2003 21:52:33 +0000 (21:52 +0000)]
It is maxvolbytes, not mavvolbytes

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

20 years agoAdd some more missing postgresql.in files
Dan Langille [Wed, 10 Dec 2003 19:18:47 +0000 (19:18 +0000)]
Add some more missing postgresql.in files

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

20 years agoAdd drop_postgresql_tables and update_postgresql_tables
Dan Langille [Wed, 10 Dec 2003 19:12:37 +0000 (19:12 +0000)]
Add drop_postgresql_tables and update_postgresql_tables

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

20 years agouse -f -
Dan Langille [Wed, 10 Dec 2003 19:11:36 +0000 (19:11 +0000)]
use -f -
use \c not /c for selecting the database.

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

20 years agoUse -f -
Dan Langille [Wed, 10 Dec 2003 19:10:54 +0000 (19:10 +0000)]
Use -f -

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

20 years agoFor symmetry, add this file. At present, all it does is update the version table.
Dan Langille [Wed, 10 Dec 2003 19:09:37 +0000 (19:09 +0000)]
For symmetry, add this file.  At present, all it does is update the version table.

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

20 years agoensure the postgresql *.in files get processed
Dan Langille [Wed, 10 Dec 2003 18:41:30 +0000 (18:41 +0000)]
ensure the postgresql *.in files get processed

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

20 years agoAdd PostgreSQL Support.
Dan Langille [Tue, 9 Dec 2003 22:18:46 +0000 (22:18 +0000)]
Add PostgreSQL Support.
correct typo: DaemonGroup => Storage Daemon Group

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

20 years agoAdd PostgreSQL support
Dan Langille [Tue, 9 Dec 2003 22:06:10 +0000 (22:06 +0000)]
Add PostgreSQL support

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

20 years agoIgnore Makefile bacula-dir bacula-fd bacula-sd
Dan Langille [Tue, 9 Dec 2003 22:04:13 +0000 (22:04 +0000)]
Ignore Makefile bacula-dir bacula-fd bacula-sd

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

20 years agoignore configure.lineno
Dan Langille [Tue, 9 Dec 2003 22:03:11 +0000 (22:03 +0000)]
ignore configure.lineno

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

20 years agoSupport for PostgreSQL.
Dan Langille [Tue, 9 Dec 2003 22:00:36 +0000 (22:00 +0000)]
Support for PostgreSQL.

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

20 years agoSupport for PostgreSQL
Dan Langille [Tue, 9 Dec 2003 21:58:58 +0000 (21:58 +0000)]
Support for PostgreSQL

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

20 years agoignore Makefile bacula btraceback fd startit startmysql stopit stopmysql
Dan Langille [Tue, 9 Dec 2003 21:57:59 +0000 (21:57 +0000)]
ignore Makefile bacula btraceback fd startit startmysql stopit stopmysql

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

20 years agoModifications to take advantage of PostgreSQL support.
Dan Langille [Tue, 9 Dec 2003 21:28:50 +0000 (21:28 +0000)]
Modifications to take advantage of PostgreSQL support.

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

20 years agoAdd PostgreSQL support. Coding and testing is incomplete.
Dan Langille [Tue, 9 Dec 2003 21:27:09 +0000 (21:27 +0000)]
Add PostgreSQL support.  Coding and testing is incomplete.

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

20 years agolast changes
Kern Sibbald [Tue, 9 Dec 2003 17:47:39 +0000 (17:47 +0000)]
last changes

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

20 years agoFix new calling sequence of db_find_next_volume() in bdb_find.c
Kern Sibbald [Tue, 9 Dec 2003 10:22:09 +0000 (10:22 +0000)]
Fix new calling sequence of db_find_next_volume() in bdb_find.c

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

20 years agoFix overzelous VolCatFiles updating by removing from askdir.c and doing only when...
Kern Sibbald [Mon, 8 Dec 2003 20:58:07 +0000 (20:58 +0000)]
Fix overzelous VolCatFiles updating by removing from askdir.c and doing only when appropriate

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

20 years agoAdd new MediaAddressing column to Media record
Kern Sibbald [Mon, 8 Dec 2003 17:45:58 +0000 (17:45 +0000)]
Add new MediaAddressing column to Media record

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

20 years agoDocumentation updates
Kern Sibbald [Mon, 8 Dec 2003 16:17:51 +0000 (16:17 +0000)]
Documentation updates

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

20 years agoAdd new 2003/1.27 directory and contents
Kern Sibbald [Sun, 7 Dec 2003 20:18:58 +0000 (20:18 +0000)]
Add new 2003/1.27 directory and contents

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

20 years agoUpdate ReleaseNotes
Kern Sibbald [Sun, 7 Dec 2003 20:10:45 +0000 (20:10 +0000)]
Update ReleaseNotes

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

20 years agoNew file + typo correction
Kern Sibbald [Sun, 7 Dec 2003 14:40:54 +0000 (14:40 +0000)]
New file + typo correction

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

20 years agotest
Kern Sibbald [Sun, 7 Dec 2003 13:06:59 +0000 (13:06 +0000)]
test

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

20 years agotest
Kern Sibbald [Sun, 7 Dec 2003 13:04:33 +0000 (13:04 +0000)]
test

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

20 years agoRemove fast block rejection. Fix label overwrite on multiple concurrent jobs
Kern Sibbald [Sun, 7 Dec 2003 12:45:58 +0000 (12:45 +0000)]
Remove fast block rejection. Fix label overwrite on multiple concurrent jobs

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

20 years agoRemove conio.c from console link for moment
Kern Sibbald [Sun, 7 Dec 2003 06:18:46 +0000 (06:18 +0000)]
Remove conio.c from console link for moment

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

20 years agoTest
Kern Sibbald [Sat, 6 Dec 2003 22:41:37 +0000 (22:41 +0000)]
Test

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

20 years agoTest
Kern Sibbald [Sat, 6 Dec 2003 22:09:00 +0000 (22:09 +0000)]
Test

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

20 years agoTest Dan's emailer
Kern Sibbald [Sat, 6 Dec 2003 21:54:05 +0000 (21:54 +0000)]
Test Dan's emailer

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

20 years agoadd conio.c + fix bsendmsg seg fault some pm_strcpy() cleanups
Kern Sibbald [Sat, 6 Dec 2003 16:34:21 +0000 (16:34 +0000)]
add conio.c + fix bsendmsg seg fault some pm_strcpy() cleanups

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

20 years agoUpdate release notes
Kern Sibbald [Tue, 2 Dec 2003 19:52:20 +0000 (19:52 +0000)]
Update release notes

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

20 years agokernstodo updates
Kern Sibbald [Fri, 28 Nov 2003 19:51:10 +0000 (19:51 +0000)]
kernstodo updates

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

20 years agoFix update catalog problems + Mark bscan Vols as Archive
Kern Sibbald [Fri, 28 Nov 2003 18:25:45 +0000 (18:25 +0000)]
Fix update catalog problems + Mark bscan Vols as Archive

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

20 years agoImplement saving last 10 jobs run
Kern Sibbald [Fri, 28 Nov 2003 14:59:02 +0000 (14:59 +0000)]
Implement saving last 10 jobs run

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

20 years agoAdd new tape tests
Kern Sibbald [Tue, 25 Nov 2003 17:24:30 +0000 (17:24 +0000)]
Add new tape tests

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

20 years agoNew tree commands lsmark+estimate
Kern Sibbald [Tue, 25 Nov 2003 13:51:23 +0000 (13:51 +0000)]
New tree commands lsmark+estimate

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

20 years agoAdd TwoEOF directive + enhance fill command
Kern Sibbald [Sun, 23 Nov 2003 09:17:44 +0000 (09:17 +0000)]
Add TwoEOF directive + enhance fill command

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

20 years agoAutochanger test, FastSpaceForward implement+test
Kern Sibbald [Sat, 22 Nov 2003 08:26:04 +0000 (08:26 +0000)]
Autochanger test, FastSpaceForward implement+test

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

20 years agoImplement InChanger code + fix Volume ordering
Kern Sibbald [Thu, 20 Nov 2003 10:07:36 +0000 (10:07 +0000)]
Implement InChanger code + fix Volume ordering

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

20 years agoRtn oldest Lastwritten for find_next_vol+remove bad ASSERT+add more SD status if...
Kern Sibbald [Wed, 19 Nov 2003 17:56:19 +0000 (17:56 +0000)]
Rtn oldest Lastwritten for find_next_vol+remove bad ASSERT+add more SD status if debug

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

20 years agoUpdate tests
Kern Sibbald [Wed, 19 Nov 2003 17:49:08 +0000 (17:49 +0000)]
Update tests

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

20 years agoUpdate to cygwin 1.5.5+add slots=1,3... code
Kern Sibbald [Tue, 18 Nov 2003 21:05:27 +0000 (21:05 +0000)]
Update to cygwin 1.5.5+add slots=1,3... code

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

20 years agoFix Vol info update + add Drive and InChanger to Media rec
Kern Sibbald [Sat, 15 Nov 2003 20:25:58 +0000 (20:25 +0000)]
Fix Vol info update + add Drive and InChanger to Media rec

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

20 years agoUpdate smtp to bsmtp and console to bconsole
Kern Sibbald [Thu, 13 Nov 2003 13:49:12 +0000 (13:49 +0000)]
Update smtp to bsmtp and console to bconsole

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

20 years agoFix segfault from double free or RestoreBootstrap; add L_NONE for restore and admin...
Kern Sibbald [Tue, 11 Nov 2003 21:55:36 +0000 (21:55 +0000)]
Fix segfault from double free or RestoreBootstrap; add L_NONE for restore and admin jobs

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

20 years agomake bconsole and bstmp
Kern Sibbald [Mon, 10 Nov 2003 18:05:36 +0000 (18:05 +0000)]
make bconsole and bstmp

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

20 years agoSee kes-1.33 09Nov03 for details; fix multiple slots, | in Include
Kern Sibbald [Sun, 9 Nov 2003 20:07:39 +0000 (20:07 +0000)]
See kes-1.33 09Nov03 for details; fix multiple slots, | in Include

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

20 years agoEliminate extra space in message
Kern Sibbald [Fri, 7 Nov 2003 13:54:49 +0000 (13:54 +0000)]
Eliminate extra space in message

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

20 years agoCorrect yes in run command after adding new aliases
Kern Sibbald [Fri, 7 Nov 2003 13:49:32 +0000 (13:49 +0000)]
Correct yes in run command after adding new aliases

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

20 years agoUpdate configure to get Dan's changes
Kern Sibbald [Fri, 7 Nov 2003 13:30:29 +0000 (13:30 +0000)]
Update configure to get Dan's changes

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

20 years agoFix week position typo causing wrong volume to be printed
Kern Sibbald [Fri, 7 Nov 2003 11:36:37 +0000 (11:36 +0000)]
Fix week position typo causing wrong volume to be printed

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

20 years agoFix: clock diff, Dan's patch, Nic's patch, segfault
Kern Sibbald [Fri, 7 Nov 2003 10:29:25 +0000 (10:29 +0000)]
Fix: clock diff, Dan's patch, Nic's patch, segfault

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

20 years agoAdd incremental backup test
Kern Sibbald [Tue, 4 Nov 2003 10:15:49 +0000 (10:15 +0000)]
Add incremental backup test

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

20 years agoCorrect version
Kern Sibbald [Mon, 3 Nov 2003 09:22:58 +0000 (09:22 +0000)]
Correct version

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

20 years ago1.32d status dir fix
Kern Sibbald [Mon, 3 Nov 2003 09:18:22 +0000 (09:18 +0000)]
1.32d status dir fix

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

20 years agoFinal changes
Kern Sibbald [Wed, 29 Oct 2003 20:46:53 +0000 (20:46 +0000)]
Final changes

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

20 years agoFinal changes
Kern Sibbald [Wed, 29 Oct 2003 15:08:42 +0000 (15:08 +0000)]
Final changes

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

20 years agoFinal changes
Kern Sibbald [Wed, 29 Oct 2003 15:08:41 +0000 (15:08 +0000)]
Final changes

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

20 years agoFix truncated status msg, scroll only on writing text in Gnome2 console
Kern Sibbald [Sun, 26 Oct 2003 15:08:31 +0000 (15:08 +0000)]
Fix truncated status msg, scroll only on writing text in Gnome2 console

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

20 years agoMore changes
Kern Sibbald [Sat, 25 Oct 2003 19:45:41 +0000 (19:45 +0000)]
More changes

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

20 years agoYet more 1.32c changes
Kern Sibbald [Sat, 25 Oct 2003 18:46:44 +0000 (18:46 +0000)]
Yet more 1.32c changes

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

20 years agoFix DiskToCatalog seg fault
Kern Sibbald [Sat, 25 Oct 2003 16:55:17 +0000 (16:55 +0000)]
Fix DiskToCatalog seg fault

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

20 years agoLast fix to gnome2-console
Kern Sibbald [Sat, 25 Oct 2003 14:51:26 +0000 (14:51 +0000)]
Last fix to gnome2-console

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

20 years agoupdate cvsignore
Kern Sibbald [Sat, 25 Oct 2003 14:35:48 +0000 (14:35 +0000)]
update cvsignore

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

20 years agoWindows tweaks + fix glade error
Kern Sibbald [Sat, 25 Oct 2003 14:21:25 +0000 (14:21 +0000)]
Windows tweaks + fix glade error

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

20 years agoGlade tweak
Kern Sibbald [Sat, 25 Oct 2003 12:40:17 +0000 (12:40 +0000)]
Glade tweak

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

20 years agoDocumentation
Kern Sibbald [Sat, 25 Oct 2003 12:33:06 +0000 (12:33 +0000)]
Documentation

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

20 years agotree.c optimizations
Kern Sibbald [Sat, 25 Oct 2003 11:48:06 +0000 (11:48 +0000)]
tree.c optimizations

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

20 years agoput back old make_catalog_backup.in
Kern Sibbald [Sat, 25 Oct 2003 10:39:32 +0000 (10:39 +0000)]
put back old make_catalog_backup.in

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

20 years agoOptimize tree.c a bit, take Scott's spec & patch
Kern Sibbald [Sat, 25 Oct 2003 10:34:34 +0000 (10:34 +0000)]
Optimize tree.c a bit, take Scott's spec & patch

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

20 years agoError msgs + doc
Kern Sibbald [Fri, 24 Oct 2003 20:04:13 +0000 (20:04 +0000)]
Error msgs + doc

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

20 years agoDoc updates + fix Gnome2 scrolling + eliminate multiple JobIds in restore listing
Kern Sibbald [Fri, 24 Oct 2003 17:31:08 +0000 (17:31 +0000)]
Doc updates + fix Gnome2 scrolling + eliminate multiple JobIds in restore listing

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