]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
20 years agoCater for grant_sqlite_privileges
Dan Langille [Thu, 18 Dec 2003 17:32:19 +0000 (17:32 +0000)]
Cater for grant_sqlite_privileges

20 years agoreplace references to sqlite scripts with generic bacula scripts.
Dan Langille [Thu, 18 Dec 2003 17:12:14 +0000 (17:12 +0000)]
replace references to sqlite scripts with generic bacula scripts.

20 years agoignore weird-files2
Dan Langille [Thu, 18 Dec 2003 17:10:22 +0000 (17:10 +0000)]
ignore weird-files2

20 years agoRemove calls to sql_table_name()
Dan Langille [Thu, 18 Dec 2003 17:05:31 +0000 (17:05 +0000)]
Remove calls to sql_table_name()
Add table name to sql_insert_id() calls.

20 years agouse bstrncpy instead of strcpy. Simlarly for bstrncat.
Dan Langille [Thu, 18 Dec 2003 17:04:33 +0000 (17:04 +0000)]
use bstrncpy instead of strcpy.  Simlarly for bstrncat.
Alter my_postgresql_currval to take a table name.

20 years agoreplace sql_table_name() with an extra parameter on sql_insert_id().
Dan Langille [Thu, 18 Dec 2003 17:03:13 +0000 (17:03 +0000)]
replace sql_table_name() with an extra parameter on sql_insert_id().

20 years agonumornull becomes edit_num_or_null
Dan Langille [Thu, 18 Dec 2003 17:01:35 +0000 (17:01 +0000)]
numornull becomes edit_num_or_null
and takes uint32_t instead of int

20 years agoadd missing fi
Dan Langille [Thu, 18 Dec 2003 17:00:23 +0000 (17:00 +0000)]
add missing fi

20 years agocater for grant_sqlite_privileges
Dan Langille [Thu, 18 Dec 2003 16:59:15 +0000 (16:59 +0000)]
cater for grant_sqlite_privileges

20 years agogrant sqlite privileges
Dan Langille [Thu, 18 Dec 2003 13:35:29 +0000 (13:35 +0000)]
grant sqlite privileges

20 years agoAdd skeleton SuSe platform files
Kern Sibbald [Thu, 18 Dec 2003 12:26:27 +0000 (12:26 +0000)]
Add skeleton SuSe platform files

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

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

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

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

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

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

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

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

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.

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.

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.

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

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)

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

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

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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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.

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

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.

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

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

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

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

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

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

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

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

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.

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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