]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
20 years agoFix run pool problem + remove bad ASSERTs
Kern Sibbald [Tue, 27 Jan 2004 21:00:46 +0000 (21:00 +0000)]
Fix run pool problem + remove bad ASSERTs

20 years agoAdd bsock timers to authentication
Kern Sibbald [Mon, 26 Jan 2004 15:33:10 +0000 (15:33 +0000)]
Add bsock timers to authentication

20 years agovarious see kes-1.33
Kern Sibbald [Sat, 24 Jan 2004 16:19:05 +0000 (16:19 +0000)]
various see kes-1.33

20 years agoSetIP command + CloseOnPoll + Full,Inc,Diff Pools + more access control checks
Kern Sibbald [Thu, 22 Jan 2004 22:59:31 +0000 (22:59 +0000)]
SetIP command + CloseOnPoll + Full,Inc,Diff Pools + more access control checks

20 years agoOptimize restore for diferential backups + add *all* ACL value
Kern Sibbald [Sat, 17 Jan 2004 21:01:05 +0000 (21:01 +0000)]
Optimize restore for diferential backups + add *all* ACL value

20 years agoAdd maximum network buffer size directive
Kern Sibbald [Sat, 17 Jan 2004 16:27:38 +0000 (16:27 +0000)]
Add maximum network buffer size directive

20 years agoFirst cut Console ACLs
Kern Sibbald [Sat, 17 Jan 2004 14:10:22 +0000 (14:10 +0000)]
First cut Console ACLs

20 years agoAdd IP address to BSOCK + authentication sets console + tweak run argument handling...
Kern Sibbald [Fri, 16 Jan 2004 11:46:31 +0000 (11:46 +0000)]
Add IP address to BSOCK + authentication sets console + tweak run argument handling + add device/Volume to SD error messages

20 years agoImplement first cut of multiple consoles
Kern Sibbald [Thu, 15 Jan 2004 14:03:43 +0000 (14:03 +0000)]
Implement first cut of multiple consoles

20 years agoNumerous restore tree changes
Kern Sibbald [Thu, 15 Jan 2004 10:44:26 +0000 (10:44 +0000)]
Numerous restore tree changes

20 years agoMake mark run *MUCH* faster in restore tree + update copyright on changed files
Kern Sibbald [Tue, 13 Jan 2004 14:09:41 +0000 (14:09 +0000)]
Make mark run *MUCH* faster in restore tree + update copyright on changed files

20 years agoUpdate Irix bacula-fd script
Kern Sibbald [Tue, 13 Jan 2004 09:28:32 +0000 (09:28 +0000)]
Update Irix bacula-fd script

20 years agoFix win32 directory permission restore problems
Kern Sibbald [Mon, 12 Jan 2004 21:56:07 +0000 (21:56 +0000)]
Fix win32 directory permission restore problems

20 years agoCorrect src/lib/var.c for Alpha machine
Kern Sibbald [Sun, 11 Jan 2004 14:04:01 +0000 (14:04 +0000)]
Correct src/lib/var.c for Alpha machine

20 years agoReplace bsd_queue with dlist in lib/watchdog
Kern Sibbald [Sun, 11 Jan 2004 09:16:29 +0000 (09:16 +0000)]
Replace bsd_queue with dlist in lib/watchdog

20 years agoAdd Scott's new spec file
Kern Sibbald [Sat, 10 Jan 2004 21:58:48 +0000 (21:58 +0000)]
Add Scott's new spec file

20 years agoDoc updates + first cut Volume polling code
Kern Sibbald [Sat, 10 Jan 2004 13:32:42 +0000 (13:32 +0000)]
Doc updates + first cut Volume polling code

20 years agoFix typo in btape + minor updates to doc
Kern Sibbald [Thu, 8 Jan 2004 17:10:48 +0000 (17:10 +0000)]
Fix typo in btape + minor updates to doc

20 years agoUse Dan's start sequence for autostart scripts
Kern Sibbald [Wed, 7 Jan 2004 10:44:48 +0000 (10:44 +0000)]
Use Dan's start sequence for autostart scripts

20 years agoUpdate version
Kern Sibbald [Tue, 6 Jan 2004 20:05:48 +0000 (20:05 +0000)]
Update version

20 years agoFix week of month scheduler calculation
Kern Sibbald [Tue, 6 Jan 2004 20:04:48 +0000 (20:04 +0000)]
Fix week of month scheduler calculation

20 years agoFix order of selection of next volume
Kern Sibbald [Mon, 5 Jan 2004 16:50:38 +0000 (16:50 +0000)]
Fix order of selection of next volume

20 years agoFix cancel of job waiting on mount to be a bit cleaner
Kern Sibbald [Sun, 4 Jan 2004 14:38:38 +0000 (14:38 +0000)]
Fix cancel of job waiting on mount to be a bit cleaner

20 years agoUpdate version
Kern Sibbald [Sat, 3 Jan 2004 22:53:32 +0000 (22:53 +0000)]
Update version

20 years agoEliminate bsd_queue conflict with winnt.h
Kern Sibbald [Sat, 3 Jan 2004 22:49:47 +0000 (22:49 +0000)]
Eliminate bsd_queue conflict with winnt.h

20 years agoFix seg fault due to premature db close in mysql
Kern Sibbald [Sat, 3 Jan 2004 22:41:39 +0000 (22:41 +0000)]
Fix seg fault due to premature db close in mysql

20 years agoWhen writing to the media table, update the lastwritten field iff non-zero.
Dan Langille [Sat, 3 Jan 2004 22:34:23 +0000 (22:34 +0000)]
When writing to the media table, update the lastwritten field iff non-zero.

20 years agoRemove "not null" and "default current_timestamp" from
Dan Langille [Sat, 3 Jan 2004 22:33:24 +0000 (22:33 +0000)]
Remove "not null" and "default current_timestamp" from
media.{firstwritten|lastwritten|labeldate}

20 years agoCreate the bacula user.
Dan Langille [Sat, 3 Jan 2004 22:29:46 +0000 (22:29 +0000)]
Create the bacula user.

20 years agoUse the command line utility dropdb instead of the psql command
Dan Langille [Sat, 3 Jan 2004 22:26:34 +0000 (22:26 +0000)]
Use the command line utility dropdb instead of the psql command
drop database.  The latter cannot be used because we would be using
the database we are dropping.

20 years agoFix unsigned/int warnings in MySQL + Correct Version table name in update...
Kern Sibbald [Sat, 3 Jan 2004 22:11:19 +0000 (22:11 +0000)]
Fix unsigned/int warnings in MySQL + Correct Version table name in update...

20 years agoAllow purge of JobId from Vol + keep SD from looping requesting new Vol at end of...
Kern Sibbald [Sat, 3 Jan 2004 21:50:43 +0000 (21:50 +0000)]
Allow purge of JobId from Vol + keep SD from looping requesting new Vol at end of Volume -- Phil's bug

20 years agoWrite PID, then drop privileges
Dan Langille [Fri, 2 Jan 2004 17:21:21 +0000 (17:21 +0000)]
Write PID, then drop privileges

20 years agoUse sd_user for Storage Daemon.
Dan Langille [Fri, 2 Jan 2004 14:12:34 +0000 (14:12 +0000)]
Use sd_user for Storage Daemon.
Reported by: Lars Koller

20 years agoFix stray */ + install bsmtp with user x permission
Kern Sibbald [Fri, 2 Jan 2004 09:38:37 +0000 (09:38 +0000)]
Fix stray */ + install bsmtp with user x permission

20 years agoFix configure print FD user + new bacula.spec + make RunAfterJob non-fatal
Kern Sibbald [Thu, 1 Jan 2004 21:19:52 +0000 (21:19 +0000)]
Fix configure print FD user + new bacula.spec + make RunAfterJob non-fatal

20 years agoFix Win32 FD crash
Kern Sibbald [Wed, 31 Dec 2003 09:14:22 +0000 (09:14 +0000)]
Fix Win32 FD crash

20 years agowhitespace changes only : column alignments
Dan Langille [Tue, 30 Dec 2003 13:20:46 +0000 (13:20 +0000)]
whitespace changes only : column alignments

20 years agoFirst cut at putting PostgreSQL into manual
Kern Sibbald [Mon, 29 Dec 2003 23:03:20 +0000 (23:03 +0000)]
First cut at putting PostgreSQL into manual

20 years agoMove btraceback.gdb to scriptdir on install + hammer DB Version update
Kern Sibbald [Mon, 29 Dec 2003 20:43:00 +0000 (20:43 +0000)]
Move btraceback.gdb to scriptdir on install + hammer DB Version update

20 years agoOoops, missed the other URL. Fixed.
Dan Langille [Mon, 29 Dec 2003 20:31:44 +0000 (20:31 +0000)]
Ooops, missed the other URL.  Fixed.

20 years agoFix the URL for that patch. The missing portion has been committed.
Dan Langille [Mon, 29 Dec 2003 20:29:29 +0000 (20:29 +0000)]
Fix the URL for that patch.  The missing portion has been committed.

20 years agoFix btape test for TWO EOF + use driver idea of file in fsf_dev
Kern Sibbald [Mon, 29 Dec 2003 19:58:48 +0000 (19:58 +0000)]
Fix btape test for TWO EOF + use driver idea of file in fsf_dev

20 years agonew devel_bacula + fixes to conio/console
Kern Sibbald [Mon, 29 Dec 2003 17:03:36 +0000 (17:03 +0000)]
new devel_bacula + fixes to conio/console

20 years agoUpdate README + echo source directory used
Kern Sibbald [Mon, 29 Dec 2003 17:01:15 +0000 (17:01 +0000)]
Update README + echo source directory used

20 years agoFix watchdog crash in btape+detect more Device config problems in btape test + fix...
Kern Sibbald [Mon, 29 Dec 2003 11:57:37 +0000 (11:57 +0000)]
Fix watchdog crash in btape+detect more Device config problems in btape test + fix infinite loops in fsf due to bad config + correct for system dependences in backspace at EOM

20 years agoFix last_jobs list crash for utilities + fix sql_get.c select
Kern Sibbald [Mon, 29 Dec 2003 09:35:27 +0000 (09:35 +0000)]
Fix last_jobs list crash for utilities + fix sql_get.c select

20 years agoFix typo in comment.
Dan Langille [Sun, 28 Dec 2003 21:51:47 +0000 (21:51 +0000)]
Fix typo in comment.

20 years agoFix conio.c on FreeBSD + fix string concat on FreeBSD
Kern Sibbald [Sun, 28 Dec 2003 14:32:58 +0000 (14:32 +0000)]
Fix conio.c on FreeBSD + fix string concat on FreeBSD

20 years agoMisc ...
Kern Sibbald [Sun, 28 Dec 2003 09:52:58 +0000 (09:52 +0000)]
Misc ...

20 years agoDon't require default level
Kern Sibbald [Sat, 27 Dec 2003 14:04:40 +0000 (14:04 +0000)]
Don't require default level

20 years agoAdd default job level to bacula-dir.conf.in
Kern Sibbald [Sat, 27 Dec 2003 13:34:16 +0000 (13:34 +0000)]
Add default job level to bacula-dir.conf.in

20 years agoFinish JobDefs implementation + fix Makefile.in cats directory scripts
Kern Sibbald [Sat, 27 Dec 2003 13:14:12 +0000 (13:14 +0000)]
Finish JobDefs implementation + fix Makefile.in cats directory scripts

20 years agoDefine foreach_res() + work on jobdefs + bstrftime_nc
Kern Sibbald [Fri, 26 Dec 2003 17:37:54 +0000 (17:37 +0000)]
Define foreach_res() + work on jobdefs + bstrftime_nc

20 years agoFix over-zellous restriction of chars in Names
Kern Sibbald [Fri, 26 Dec 2003 14:36:51 +0000 (14:36 +0000)]
Fix over-zellous restriction of chars in Names

20 years agoFix static console conf + restrict chars in Resource Names + prevent infinite loop...
Kern Sibbald [Fri, 26 Dec 2003 10:38:47 +0000 (10:38 +0000)]
Fix static console conf + restrict chars in Resource Names + prevent infinite loop when MTFSF turned on but not supported by OS

20 years agoUpdate FreeBSD tape driver options
Kern Sibbald [Thu, 25 Dec 2003 10:32:14 +0000 (10:32 +0000)]
Update FreeBSD tape driver options

20 years agoAdd install of static-bconsole if it exists
Kern Sibbald [Wed, 24 Dec 2003 23:54:51 +0000 (23:54 +0000)]
Add install of static-bconsole if it exists

20 years agoUpdate for new restore
Kern Sibbald [Wed, 24 Dec 2003 20:26:58 +0000 (20:26 +0000)]
Update for new restore

20 years agoSee kes-1.33; restore fixes, cleanups, must update regress
Kern Sibbald [Wed, 24 Dec 2003 20:26:29 +0000 (20:26 +0000)]
See kes-1.33; restore fixes, cleanups, must update regress

20 years agoAdd more error messages to bsmtp
Kern Sibbald [Tue, 23 Dec 2003 22:48:38 +0000 (22:48 +0000)]
Add more error messages to bsmtp

20 years agoAdd new files from Nic
Kern Sibbald [Tue, 23 Dec 2003 20:58:05 +0000 (20:58 +0000)]
Add new files from Nic

20 years agoNic's watchdog code + cleanup jcr locking/use_count
Kern Sibbald [Tue, 23 Dec 2003 20:23:15 +0000 (20:23 +0000)]
Nic's watchdog code + cleanup jcr locking/use_count

20 years agoremove comments expressing doubt. adjust whitespace
Dan Langille [Tue, 23 Dec 2003 16:50:35 +0000 (16:50 +0000)]
remove comments expressing doubt. adjust whitespace

20 years agoAdd my_postgresql_max_length which caculates the maximum width for all values in...
Dan Langille [Tue, 23 Dec 2003 16:44:32 +0000 (16:44 +0000)]
Add my_postgresql_max_length which caculates the maximum width for all values in a field.

20 years agoStore an array of POSTGRESQL_FIELD, one for each field.
Dan Langille [Tue, 23 Dec 2003 16:41:31 +0000 (16:41 +0000)]
Store an array of POSTGRESQL_FIELD, one for each field.

20 years agowhitespace changes
Dan Langille [Tue, 23 Dec 2003 13:38:13 +0000 (13:38 +0000)]
whitespace changes
remove incorrect comment

20 years agolots of whitespace changes
Dan Langille [Tue, 23 Dec 2003 01:00:14 +0000 (01:00 +0000)]
lots of whitespace changes
remove commented out code

20 years agocorrect date
Dan Langille [Tue, 23 Dec 2003 00:46:47 +0000 (00:46 +0000)]
correct date

20 years agoadd missing E to $POSTGRSQL_LFLAGS
Dan Langille [Mon, 22 Dec 2003 21:49:44 +0000 (21:49 +0000)]
add missing E to $POSTGRSQL_LFLAGS

20 years agoadd missing E to $POSTGRSQL_LFLAGS
Dan Langille [Mon, 22 Dec 2003 21:39:33 +0000 (21:39 +0000)]
add missing E to $POSTGRSQL_LFLAGS

20 years agoold-onfigure => old-configure
Dan Langille [Mon, 22 Dec 2003 20:41:08 +0000 (20:41 +0000)]
old-onfigure => old-configure

20 years agoNew configure from changed aclocal.m4
Kern Sibbald [Mon, 22 Dec 2003 20:11:06 +0000 (20:11 +0000)]
New configure from changed aclocal.m4

20 years agoChange SQLite reference to PostgreSQL
Dan Langille [Mon, 22 Dec 2003 19:59:57 +0000 (19:59 +0000)]
Change SQLite reference to PostgreSQL

20 years agostart using @DB_NAME@
Dan Langille [Mon, 22 Dec 2003 19:24:44 +0000 (19:24 +0000)]
start using @DB_NAME@
organize the file names

20 years agoFix configure.in + build new configure
Kern Sibbald [Mon, 22 Dec 2003 16:35:07 +0000 (16:35 +0000)]
Fix configure.in + build new configure

20 years ago$(RMF) mysql postgresql sqlite => $(RMF) mysql sqlite
Dan Langille [Mon, 22 Dec 2003 15:14:39 +0000 (15:14 +0000)]
$(RMF) mysql postgresql sqlite => $(RMF) mysql sqlite
We have no postgresql.

20 years agodeal with grant_bacula_privileges
Dan Langille [Mon, 22 Dec 2003 15:14:00 +0000 (15:14 +0000)]
deal with grant_bacula_privileges

20 years agoAdd file
Dan Langille [Mon, 22 Dec 2003 14:58:22 +0000 (14:58 +0000)]
Add file

20 years agoAdd file
Dan Langille [Sun, 21 Dec 2003 23:23:52 +0000 (23:23 +0000)]
Add file

20 years agoWhen invoking the mysql script, pass in $*
Dan Langille [Sun, 21 Dec 2003 22:18:32 +0000 (22:18 +0000)]
When invoking the mysql script, pass in $*

20 years agotidy up make clean and ensure we have all the create/drop etc files
Dan Langille [Sun, 21 Dec 2003 22:16:06 +0000 (22:16 +0000)]
tidy up make clean and ensure we have all the create/drop etc files
for each database variant.

20 years agoTake Dan's new configure.in and generate configure
Kern Sibbald [Sun, 21 Dec 2003 21:13:22 +0000 (21:13 +0000)]
Take Dan's new configure.in and generate configure

20 years agoMinor updates after backporting to 1.32e
Kern Sibbald [Sun, 21 Dec 2003 15:41:47 +0000 (15:41 +0000)]
Minor updates after backporting to 1.32e

20 years agoOops, remove media.drive added in errror
Dan Langille [Sat, 20 Dec 2003 23:26:41 +0000 (23:26 +0000)]
Oops, remove media.drive added in errror

20 years agoAdd volreadtime and volwritetime to media table.
Dan Langille [Sat, 20 Dec 2003 21:46:36 +0000 (21:46 +0000)]
Add volreadtime and volwritetime to media table.

20 years agochange DEAULT -> DEFAULT
Dan Langille [Sat, 20 Dec 2003 21:40:15 +0000 (21:40 +0000)]
change DEAULT -> DEFAULT

20 years agoApply Dan's fix to Makefile.in
Kern Sibbald [Sat, 20 Dec 2003 19:30:48 +0000 (19:30 +0000)]
Apply Dan's fix to Makefile.in

20 years agoAdd missing ;
Dan Langille [Sat, 20 Dec 2003 19:06:43 +0000 (19:06 +0000)]
Add missing ;
line up a function call

20 years agoSQL updates + Vol read/write times
Kern Sibbald [Sat, 20 Dec 2003 18:40:14 +0000 (18:40 +0000)]
SQL updates + Vol read/write times

20 years agoFix configuration of default SQLite
Kern Sibbald [Sat, 20 Dec 2003 17:25:17 +0000 (17:25 +0000)]
Fix configuration of default SQLite

20 years agoError check arg to config
Kern Sibbald [Sat, 20 Dec 2003 16:47:02 +0000 (16:47 +0000)]
Error check arg to config

20 years agoUse @scriptdir@ not . ./
Dan Langille [Sat, 20 Dec 2003 16:27:25 +0000 (16:27 +0000)]
Use @scriptdir@ not . ./

20 years agoAllow for optional parameter which specifies the database target.
Dan Langille [Sat, 20 Dec 2003 03:41:41 +0000 (03:41 +0000)]
Allow for optional parameter which specifies the database target.
reinstate create_bacula_database.

20 years agoMerge Dan's and my code to add PostgreSQL detection to configure.in
Kern Sibbald [Fri, 19 Dec 2003 19:59:31 +0000 (19:59 +0000)]
Merge Dan's and my code to add PostgreSQL detection to configure.in

20 years agoignore grant_bacula_privileges grant_sqlite_privileges
Dan Langille [Fri, 19 Dec 2003 17:51:43 +0000 (17:51 +0000)]
ignore grant_bacula_privileges  grant_sqlite_privileges

20 years agoAdd grant_bacula_privileges to configure.in and Makefile.in
Kern Sibbald [Fri, 19 Dec 2003 15:30:08 +0000 (15:30 +0000)]
Add grant_bacula_privileges to configure.in and Makefile.in

20 years agoPut configure back in sync
Kern Sibbald [Fri, 19 Dec 2003 11:21:04 +0000 (11:21 +0000)]
Put configure back in sync

20 years agoAdd user config files
Kern Sibbald [Fri, 19 Dec 2003 11:11:58 +0000 (11:11 +0000)]
Add user config files

20 years agoAdd in --with-tcp-wrappers but without =/usr/lib
Dan Langille [Fri, 19 Dec 2003 00:22:27 +0000 (00:22 +0000)]
Add in --with-tcp-wrappers but without =/usr/lib