]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
17 years agokes Fix memory leak with storage ids in cats/sql_get.c
Kern Sibbald [Fri, 2 Feb 2007 10:42:11 +0000 (10:42 +0000)]
kes  Fix memory leak with storage ids in cats/sql_get.c
kes  Terminate watchdog earlier to avoid reference to released
     memory -- reported by Jason Austin.
kes  Move closing the database from jobq.c to the director daemon
     termination routine. This fixes memory leaks for shadow jobs
     (i.e. migration jobs).
kes  Free up the unique jobid chain items in migrate.c.  This fixes
     a memory leak problem.
kes  Convert some ugly looking for statements to use foreach_alist
     in findlib/find.c.  This will facilitate converting the structures
     to use dlist (for large include/exclude lists).
kes  Fix a bug in the btree.c and btree.h routines, then rename them
     rblist and add them to be built in src/lib.  Include some new
     methods written by Rudolf Cejka that make the code more readable
     (hides some of the ugly casting).
kes  Add set_next() and set_prev() methods which make the code much more
     readable. Also add a new dlistString class that facilitates storing
     strings in dlists.  To be used in the large include/exclude lists.
kes  Make some trivial modifications to lib/tree.h that use rblist
     rather than dlist for storing the tree links. This was suggested
     by Rudolf Cejka.  The result of this is that the restore tree now
     uses red-black binary trees rather than simple linked lists. This
     should give rather dramatic speed improvements for directories
     contining large numbers of directories/files (more than 10000).

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

17 years agoRemove debug exit
Kern Sibbald [Thu, 1 Feb 2007 21:50:44 +0000 (21:50 +0000)]
Remove debug exit

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

17 years agoAdd status icon
Kern Sibbald [Thu, 1 Feb 2007 21:49:16 +0000 (21:49 +0000)]
Add status icon

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

17 years agoImplement save/restore settings + Font dialog
Kern Sibbald [Thu, 1 Feb 2007 16:28:39 +0000 (16:28 +0000)]
Implement save/restore settings + Font dialog

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

17 years agoUpdate
Kern Sibbald [Thu, 1 Feb 2007 11:01:25 +0000 (11:01 +0000)]
Update

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

17 years agoUpdate
Kern Sibbald [Wed, 31 Jan 2007 12:55:53 +0000 (12:55 +0000)]
Update

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

17 years agoFinal changes
Kern Sibbald [Tue, 30 Jan 2007 19:49:15 +0000 (19:49 +0000)]
Final changes

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

17 years agoUpdate
Kern Sibbald [Tue, 30 Jan 2007 19:36:20 +0000 (19:36 +0000)]
Update

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

17 years agoebl update message when moving cartige
Eric Bollengier [Tue, 30 Jan 2007 14:31:10 +0000 (14:31 +0000)]
ebl  update message when moving cartige

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

17 years agoUpdate
Kern Sibbald [Mon, 29 Jan 2007 18:59:34 +0000 (18:59 +0000)]
Update

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

17 years agoUpdate
Kern Sibbald [Mon, 29 Jan 2007 18:46:46 +0000 (18:46 +0000)]
Update

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

17 years agoadd qrc file
Kern Sibbald [Mon, 29 Jan 2007 12:06:44 +0000 (12:06 +0000)]
add qrc file

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

17 years agoUpdate
Kern Sibbald [Mon, 29 Jan 2007 12:05:31 +0000 (12:05 +0000)]
Update

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

17 years agoCommit pngs
Kern Sibbald [Mon, 29 Jan 2007 11:07:47 +0000 (11:07 +0000)]
Commit pngs

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

17 years agoToggle connect/disconnect icon
Kern Sibbald [Mon, 29 Jan 2007 11:05:56 +0000 (11:05 +0000)]
Toggle connect/disconnect icon

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

17 years agoBasic console text display now works
Kern Sibbald [Mon, 29 Jan 2007 10:34:57 +0000 (10:34 +0000)]
Basic console text display now works

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

17 years agoUpdate
Kern Sibbald [Sun, 28 Jan 2007 21:57:30 +0000 (21:57 +0000)]
Update

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

17 years agoIt now talks to Dir
Kern Sibbald [Sun, 28 Jan 2007 21:38:09 +0000 (21:38 +0000)]
It now talks to Dir

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

17 years agoBat now connecting to Bacula
Kern Sibbald [Sun, 28 Jan 2007 18:25:10 +0000 (18:25 +0000)]
Bat now connecting to Bacula

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

17 years agoUpdate
Kern Sibbald [Sun, 28 Jan 2007 16:59:39 +0000 (16:59 +0000)]
Update

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

17 years agoAdd new images
Kern Sibbald [Sun, 28 Jan 2007 16:43:11 +0000 (16:43 +0000)]
Add new images

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

17 years agoMove console into subdir
Kern Sibbald [Sun, 28 Jan 2007 15:43:04 +0000 (15:43 +0000)]
Move console into subdir

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

17 years agoTweaks
Kern Sibbald [Sun, 28 Jan 2007 15:33:37 +0000 (15:33 +0000)]
Tweaks

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

17 years agoImplement Console class
Kern Sibbald [Sun, 28 Jan 2007 13:05:41 +0000 (13:05 +0000)]
Implement Console class

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

17 years agoFix maxruntime bug #621.
Kern Sibbald [Sun, 28 Jan 2007 11:15:28 +0000 (11:15 +0000)]
Fix maxruntime bug #621.

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

17 years agoStart on Console class
Kern Sibbald [Sat, 27 Jan 2007 20:58:35 +0000 (20:58 +0000)]
Start on Console class

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

17 years agoUpdate names
Kern Sibbald [Sat, 27 Jan 2007 18:25:23 +0000 (18:25 +0000)]
Update names

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

17 years agoUpdate
Kern Sibbald [Sat, 27 Jan 2007 17:39:20 +0000 (17:39 +0000)]
Update

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

17 years agoUpdate name
Kern Sibbald [Sat, 27 Jan 2007 17:36:45 +0000 (17:36 +0000)]
Update name

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

17 years agoAdd tree selection of stacked widgets
Kern Sibbald [Sat, 27 Jan 2007 17:00:19 +0000 (17:00 +0000)]
Add tree selection of stacked widgets

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

17 years agoNow add fc6
Scott Barninger [Sat, 27 Jan 2007 14:16:07 +0000 (14:16 +0000)]
Now add fc6

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

17 years agoReverse stomp on earlier changes
Scott Barninger [Sat, 27 Jan 2007 14:13:05 +0000 (14:13 +0000)]
Reverse stomp on earlier changes

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

17 years agoAdd fc6
Scott Barninger [Sat, 27 Jan 2007 13:47:24 +0000 (13:47 +0000)]
Add fc6

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

17 years agoUpdate for fc6
Scott Barninger [Sat, 27 Jan 2007 13:18:59 +0000 (13:18 +0000)]
Update for fc6

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

17 years agoadd Peters bat icon
Kern Sibbald [Fri, 26 Jan 2007 21:34:17 +0000 (21:34 +0000)]
add Peters bat icon

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

17 years agoebl Implements the include JobID in spool file name project.
Kern Sibbald [Fri, 26 Jan 2007 21:26:50 +0000 (21:26 +0000)]
ebl  Implements the include JobID in spool file name project.
kes  Reorder projects file in order determined by Jan 2007 vote.
kes  Implement item #12 on project list -- quick release of FD by
     the SD.

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

17 years agoAdd qt-console configuration
Kern Sibbald [Fri, 26 Jan 2007 20:14:21 +0000 (20:14 +0000)]
Add qt-console configuration

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

17 years agoAdd more qt-console functionality
Kern Sibbald [Fri, 26 Jan 2007 14:56:34 +0000 (14:56 +0000)]
Add more qt-console functionality

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

17 years agoAdd new qt-console files
Kern Sibbald [Fri, 26 Jan 2007 13:35:26 +0000 (13:35 +0000)]
Add new qt-console files

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

17 years agoFix open of SQLite3 db where user does not have write permission
Kern Sibbald [Fri, 26 Jan 2007 11:16:35 +0000 (11:16 +0000)]
Fix open of SQLite3 db where user does not have write permission
     so that DIR does not crash. Fixes bug #761.

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

17 years agoebl update_slots after ejecting media
Eric Bollengier [Thu, 25 Jan 2007 22:11:16 +0000 (22:11 +0000)]
ebl  update_slots after ejecting media

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

17 years agoebl fix
Eric Bollengier [Thu, 25 Jan 2007 21:58:23 +0000 (21:58 +0000)]
ebl  fix

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

17 years agoebl add spanish translation
Eric Bollengier [Thu, 25 Jan 2007 21:43:03 +0000 (21:43 +0000)]
ebl  add spanish translation

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

17 years agoebl add spanish translation, thanks to Santiago Alberch <caesarneron@gmail.com>
Eric Bollengier [Thu, 25 Jan 2007 21:41:34 +0000 (21:41 +0000)]
ebl  add spanish translation, thanks to Santiago Alberch <caesarneron@gmail.com>

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

17 years agoebl fix javascript
Eric Bollengier [Thu, 25 Jan 2007 21:39:03 +0000 (21:39 +0000)]
ebl  fix javascript

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

17 years agoebl use $CONF_DIR instead of /etc/bacula
Eric Bollengier [Thu, 25 Jan 2007 20:42:34 +0000 (20:42 +0000)]
ebl  use $CONF_DIR instead of /etc/bacula

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

17 years agoFix typo: It take -> It takes
Dan Langille [Thu, 25 Jan 2007 16:23:20 +0000 (16:23 +0000)]
Fix typo: It take -> It takes

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

17 years agoAdd back missing @ in Win32 Makefile.
Kern Sibbald [Thu, 25 Jan 2007 14:15:56 +0000 (14:15 +0000)]
Add back missing @ in Win32 Makefile.

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

17 years agokes Change 'Device not configured to autolabel' from INFO
Kern Sibbald [Thu, 25 Jan 2007 11:26:57 +0000 (11:26 +0000)]
kes  Change 'Device not configured to autolabel' from INFO
     to WARNING.
kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0
     which should restart an indefinite # of times.
kes  Fix configure --help to print --with-mysql[=DIR]. Same for
     other DIR specifications.

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

17 years agoFix configure --help to print --with-mysql[=DIR]. Same for
Kern Sibbald [Thu, 25 Jan 2007 09:15:19 +0000 (09:15 +0000)]
Fix configure --help to print --with-mysql[=DIR]. Same for
     other DIR specifications.

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

17 years agoUpdate technotes
Kern Sibbald [Thu, 25 Jan 2007 08:53:26 +0000 (08:53 +0000)]
Update technotes

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

17 years agoFix msvc build problems.
Robert Nelson [Tue, 23 Jan 2007 22:48:07 +0000 (22:48 +0000)]
Fix msvc build problems.

Fix path quoting in SQLite scripts.

Fix problems with SHGetFolderPath.

Fix bacula.dll exports for msvc build.

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

17 years agoAdd note about wd and piddir being read/writable
Kern Sibbald [Mon, 22 Jan 2007 20:55:37 +0000 (20:55 +0000)]
Add note about wd and piddir being read/writable

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

17 years agoebl update RecyclePoolId to Scratch when label_barcodes
Eric Bollengier [Mon, 22 Jan 2007 09:48:24 +0000 (09:48 +0000)]
ebl  update RecyclePoolId to Scratch when label_barcodes

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

17 years agoebl fv_write_path is optionnal now
Eric Bollengier [Sat, 20 Jan 2007 13:40:59 +0000 (13:40 +0000)]
ebl  fv_write_path is optionnal now

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

17 years agoFix bugs 752 and 754
Scott Barninger [Sat, 20 Jan 2007 13:14:21 +0000 (13:14 +0000)]
Fix bugs 752 and 754

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

17 years agoebl small fix
Eric Bollengier [Sat, 20 Jan 2007 10:08:49 +0000 (10:08 +0000)]
ebl  small fix

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

17 years agoebl Update Location from new labeled media
Eric Bollengier [Sat, 20 Jan 2007 10:08:34 +0000 (10:08 +0000)]
ebl  Update Location from new labeled media

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

17 years agoebl update
Eric Bollengier [Fri, 19 Jan 2007 20:13:38 +0000 (20:13 +0000)]
ebl  update

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

17 years agoebl fix /etc/bacula permissions
Eric Bollengier [Fri, 19 Jan 2007 20:09:07 +0000 (20:09 +0000)]
ebl  fix /etc/bacula permissions

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

17 years agoebl fix label_barcodes (use drive name instead of autochanger name)
Eric Bollengier [Fri, 19 Jan 2007 17:23:36 +0000 (17:23 +0000)]
ebl  fix label_barcodes (use drive name instead of autochanger name)

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

17 years agoUpdate all-non-root-tests
Kern Sibbald [Fri, 19 Jan 2007 14:41:18 +0000 (14:41 +0000)]
Update all-non-root-tests

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

17 years agoUpdate FOSDEM talk
Kern Sibbald [Fri, 19 Jan 2007 08:11:24 +0000 (08:11 +0000)]
Update FOSDEM talk

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

17 years agoCreate patches/2.0.1-restart.patch. Fixes bug #755.
Kern Sibbald [Fri, 19 Jan 2007 07:46:04 +0000 (07:46 +0000)]
Create patches/2.0.1-restart.patch. Fixes bug #755.

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

17 years agoAdd .cvsignore
Kern Sibbald [Thu, 18 Jan 2007 21:13:22 +0000 (21:13 +0000)]
Add .cvsignore

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

17 years agoIsolated bat graphic from the Bacula logo for use in network diagrams and presentations.
Peter Buschman [Thu, 18 Jan 2007 21:11:36 +0000 (21:11 +0000)]
Isolated bat graphic from the Bacula logo for use in network diagrams and presentations.

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

17 years agoFix layout
Kern Sibbald [Thu, 18 Jan 2007 20:48:58 +0000 (20:48 +0000)]
Fix layout

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

17 years agoebl small fix
Eric Bollengier [Thu, 18 Jan 2007 19:19:21 +0000 (19:19 +0000)]
ebl  small fix

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

17 years agoebl add library check
Eric Bollengier [Thu, 18 Jan 2007 19:12:39 +0000 (19:12 +0000)]
ebl  add library check

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

17 years agoebl update postgresql note
Eric Bollengier [Thu, 18 Jan 2007 19:11:28 +0000 (19:11 +0000)]
ebl  update postgresql note

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

17 years agokes Fix Job restart on error bug that promotes an Inc to a Full
Kern Sibbald [Thu, 18 Jan 2007 09:42:28 +0000 (09:42 +0000)]
kes  Fix Job restart on error bug that promotes an Inc to a Full
     backup.  This should fix bug #755.
kes  Add qt-console and first cut of code.

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

17 years agoebl fix label_barcodes for french bacula-sd
Eric Bollengier [Wed, 17 Jan 2007 15:09:49 +0000 (15:09 +0000)]
ebl  fix label_barcodes for french bacula-sd

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

17 years agoUpdate install_bweb
Kern Sibbald [Wed, 17 Jan 2007 14:58:36 +0000 (14:58 +0000)]
Update install_bweb

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

17 years agoFix typo
Kern Sibbald [Wed, 17 Jan 2007 14:55:14 +0000 (14:55 +0000)]
Fix typo

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

17 years agoUpdate doc
Kern Sibbald [Wed, 17 Jan 2007 14:16:54 +0000 (14:16 +0000)]
Update doc

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

17 years agoUpdate doc
Kern Sibbald [Wed, 17 Jan 2007 13:57:08 +0000 (13:57 +0000)]
Update doc

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

17 years agoebl add psql creation
Eric Bollengier [Wed, 17 Jan 2007 13:19:25 +0000 (13:19 +0000)]
ebl  add psql creation

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

17 years agoUpdate install doc
Kern Sibbald [Wed, 17 Jan 2007 13:15:20 +0000 (13:15 +0000)]
Update install doc

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

17 years agoUpdate presentation
Kern Sibbald [Mon, 15 Jan 2007 18:14:24 +0000 (18:14 +0000)]
Update presentation

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

17 years agoebl update
Eric Bollengier [Mon, 15 Jan 2007 17:24:01 +0000 (17:24 +0000)]
ebl  update

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

17 years agoebl cleanup do_update_media
Eric Bollengier [Mon, 15 Jan 2007 17:23:15 +0000 (17:23 +0000)]
ebl  cleanup do_update_media

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

17 years agoebl fix bug when bconsole command is > $COLUMNS
Eric Bollengier [Mon, 15 Jan 2007 17:22:52 +0000 (17:22 +0000)]
ebl  fix bug when bconsole command is > $COLUMNS

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

17 years agoUpdate FOSDEM talk
Kern Sibbald [Mon, 15 Jan 2007 09:37:15 +0000 (09:37 +0000)]
Update FOSDEM talk

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

17 years agoebl fix compilation bug
Eric Bollengier [Mon, 15 Jan 2007 09:19:24 +0000 (09:19 +0000)]
ebl  fix compilation bug

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

17 years agoChange method to determine gcc version. Move atk-devel requirement into gnome only...
Scott Barninger [Sun, 14 Jan 2007 14:12:20 +0000 (14:12 +0000)]
Change method to determine gcc version. Move atk-devel requirement into gnome only builds. Add fc6 tag.

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

17 years agoebl put bconsole path in /etc/bacula/bweb.conf
Eric Bollengier [Sat, 13 Jan 2007 23:58:28 +0000 (23:58 +0000)]
ebl  put bconsole path in /etc/bacula/bweb.conf

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

17 years agoUpdates
Kern Sibbald [Sat, 13 Jan 2007 08:01:22 +0000 (08:01 +0000)]
Updates

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

17 years agoUpdate
Kern Sibbald [Sat, 13 Jan 2007 07:58:30 +0000 (07:58 +0000)]
Update

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

17 years agokes Fix Bacula->Documentation link on Win32 to point to index.html
Kern Sibbald [Sat, 13 Jan 2007 07:49:24 +0000 (07:49 +0000)]
kes  Fix Bacula->Documentation link on Win32 to point to index.html
     instead of bacula.html. Fixed bug #750.
kes  Return JobId in db_get_job_record() when JobId==0. This should
     fix bug #741.

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

17 years agoebl display a message about bconsole
Eric Bollengier [Fri, 12 Jan 2007 22:22:26 +0000 (22:22 +0000)]
ebl  display a message about bconsole

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

17 years agoebl update
Eric Bollengier [Fri, 12 Jan 2007 21:56:13 +0000 (21:56 +0000)]
ebl  update

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

17 years agoebl if use bconsole.pl, discard scp:// file://
Eric Bollengier [Fri, 12 Jan 2007 21:50:40 +0000 (21:50 +0000)]
ebl  if use bconsole.pl, discard scp:// file://

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

17 years agoUpdate .cvsignore
Kern Sibbald [Fri, 12 Jan 2007 10:25:51 +0000 (10:25 +0000)]
Update .cvsignore

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

17 years agoUpdate spec file copyrights
Kern Sibbald [Fri, 12 Jan 2007 10:23:46 +0000 (10:23 +0000)]
Update spec file copyrights
reorganize old patches

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

17 years agoUpdate spec copyrights
Kern Sibbald [Fri, 12 Jan 2007 10:16:13 +0000 (10:16 +0000)]
Update spec copyrights

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

17 years agoUpdate copyrights + Do not release source pointers when restarting a failed job.
Kern Sibbald [Fri, 12 Jan 2007 09:59:05 +0000 (09:59 +0000)]
Update copyrights + Do not release source pointers when restarting a failed job.

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

17 years agoUpdate site
Kern Sibbald [Thu, 11 Jan 2007 20:36:53 +0000 (20:36 +0000)]
Update site

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

17 years agokes Add dynamic dll entry point for SHGetFolderPath to Win32 code.
Kern Sibbald [Thu, 11 Jan 2007 20:04:13 +0000 (20:04 +0000)]
kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
     This *should* fix bug #747.
kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
     bug #742.

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

17 years agoebl update
Eric Bollengier [Thu, 11 Jan 2007 15:02:02 +0000 (15:02 +0000)]
ebl  update

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

17 years agoebl fix VERSION (last time)
Eric Bollengier [Thu, 11 Jan 2007 14:34:34 +0000 (14:34 +0000)]
ebl  fix VERSION (last time)

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