]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
17 years agoImplement socket restore test
Kern Sibbald [Mon, 19 Feb 2007 17:51:35 +0000 (17:51 +0000)]
Implement socket restore test

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

17 years agoebl add RecyclePool notes
Eric Bollengier [Mon, 19 Feb 2007 17:20:55 +0000 (17:20 +0000)]
ebl  add RecyclePool notes

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

17 years agoFix line I accidently truncated
Kern Sibbald [Mon, 19 Feb 2007 17:18:58 +0000 (17:18 +0000)]
Fix line I accidently truncated

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

17 years agoUpdate copyright date
Kern Sibbald [Mon, 19 Feb 2007 12:12:56 +0000 (12:12 +0000)]
Update copyright date

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

17 years agokes Expand new BSOCK class adding signal() and new BNET signals.
Kern Sibbald [Mon, 19 Feb 2007 12:09:01 +0000 (12:09 +0000)]
kes  Expand new BSOCK class adding signal() and new BNET signals.
kes  Begin enhancing the dot commands adding a new API function
     that returns more information and will make it easier
     to interface to the Director from a program.

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

17 years agoebl update
Eric Bollengier [Mon, 19 Feb 2007 11:54:07 +0000 (11:54 +0000)]
ebl  update

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

17 years agoebl add RecyclePool to Pool. Media will take Pool.RecyclePool
Eric Bollengier [Mon, 19 Feb 2007 11:51:46 +0000 (11:51 +0000)]
ebl  add RecyclePool to Pool. Media will take Pool.RecyclePool
     when moving from Scratch to a Pool or when user will do
     update volume=xxx frompool
     To use it, add RecyclePool = aPool to your Pool resource
Pool {
Name = Default
RecyclePool = Scratch
...
}

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

17 years agoRemove reference to non-existant variable
Kern Sibbald [Sun, 18 Feb 2007 20:12:11 +0000 (20:12 +0000)]
Remove reference to non-existant variable

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

17 years agokes Make DEVICE fd private. Its new name is m_fd, and can be
Kern Sibbald [Sun, 18 Feb 2007 15:51:09 +0000 (15:51 +0000)]
kes  Make DEVICE fd private. Its new name is m_fd, and can be
     obtained with dev->fd() outside the class.  This is the
     first of many DEVICE members to be made private.
kes  Implement Michael Renner's idea on having a virtual disk
     changer. I made some minor modifications (e.g. I did not
     implement the Virtual Changer directive, but simply set
     the Changer Command to an empty string.

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

17 years agoGet job defaults
Kern Sibbald [Sun, 18 Feb 2007 14:25:13 +0000 (14:25 +0000)]
Get job defaults

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

17 years agoebl patch to copy RecyclePoolId from Pool to Media
Eric Bollengier [Sun, 18 Feb 2007 11:04:50 +0000 (11:04 +0000)]
ebl  patch to copy RecyclePoolId from Pool to Media
     TODO: get PoolId from RecyclePool resource when creating/updating Pool

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

17 years agoebl avoid loop in show command when NextPool = Pool
Eric Bollengier [Sun, 18 Feb 2007 10:51:23 +0000 (10:51 +0000)]
ebl  avoid loop in show command when NextPool = Pool

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

17 years agokes Implement a BSOCK send() method that writes the whole record
Kern Sibbald [Sat, 17 Feb 2007 18:04:29 +0000 (18:04 +0000)]
kes  Implement a BSOCK send() method that writes the whole record
     in a single write() request rather than in two.

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

17 years agoebl update
Eric Bollengier [Sat, 17 Feb 2007 17:51:18 +0000 (17:51 +0000)]
ebl  update

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

17 years agoebl Add checkchanges fileset feature works with 2.1.4
Eric Bollengier [Sat, 17 Feb 2007 17:50:09 +0000 (17:50 +0000)]
ebl  Add checkchanges fileset feature works with 2.1.4
     see fd_checkchanges.readme

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

17 years agoebl update
Eric Bollengier [Sat, 17 Feb 2007 17:35:49 +0000 (17:35 +0000)]
ebl  update

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

17 years agoebl add update volume=xxx recyclepool=yyyy
Eric Bollengier [Sat, 17 Feb 2007 17:31:07 +0000 (17:31 +0000)]
ebl  add update volume=xxx recyclepool=yyyy

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

17 years agoebl add update volume=xxx recyclepool=yyyy
Eric Bollengier [Sat, 17 Feb 2007 17:30:11 +0000 (17:30 +0000)]
ebl  add update volume=xxx recyclepool=yyyy

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

17 years agoebl add update volume=xxx recyclepool=yyyy
Eric Bollengier [Sat, 17 Feb 2007 17:29:28 +0000 (17:29 +0000)]
ebl  add update volume=xxx recyclepool=yyyy

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

17 years agoebl add comments
Eric Bollengier [Sat, 17 Feb 2007 10:15:29 +0000 (10:15 +0000)]
ebl  add comments

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

17 years agoTweak
Kern Sibbald [Fri, 16 Feb 2007 17:11:07 +0000 (17:11 +0000)]
Tweak

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

17 years agokes Fix encryption deblocking bug, which caused some restored files
Kern Sibbald [Fri, 16 Feb 2007 15:20:36 +0000 (15:20 +0000)]
kes  Fix encryption deblocking bug, which caused some restored files
     to be truncated. This fixes bug #763.

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

17 years agokes Add FD event sequence order prepared by Eric -- for RunScripts.
Kern Sibbald [Fri, 16 Feb 2007 08:45:16 +0000 (08:45 +0000)]
kes  Add FD event sequence order prepared by Eric -- for RunScripts.
kes  Fix 12am/pm bug as reported in bug #782.

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

17 years agoAdd encrypt-bug-test
Kern Sibbald [Thu, 15 Feb 2007 20:28:37 +0000 (20:28 +0000)]
Add encrypt-bug-test

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

17 years agotweaks
Kern Sibbald [Thu, 15 Feb 2007 18:53:37 +0000 (18:53 +0000)]
tweaks

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

17 years agoebl update
Eric Bollengier [Wed, 14 Feb 2007 10:19:41 +0000 (10:19 +0000)]
ebl  update

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

17 years agoebl Add EndTime to display_job if you want add it to your tpl
Eric Bollengier [Wed, 14 Feb 2007 10:19:28 +0000 (10:19 +0000)]
ebl  Add EndTime to display_job if you want add it to your tpl

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

17 years agoebl fix cache create bug
Eric Bollengier [Wed, 14 Feb 2007 10:17:06 +0000 (10:17 +0000)]
ebl  fix cache create bug

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

17 years agoebl update
Eric Bollengier [Wed, 14 Feb 2007 10:15:26 +0000 (10:15 +0000)]
ebl  update

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

17 years agoebl Use btime_t instead of uint64_t in media patch.
Eric Bollengier [Tue, 13 Feb 2007 19:58:16 +0000 (19:58 +0000)]
ebl  Use btime_t instead of uint64_t in media patch.

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

17 years agoebl cleanup runscript_after field from JCR
Eric Bollengier [Tue, 13 Feb 2007 19:55:57 +0000 (19:55 +0000)]
ebl  cleanup runscript_after field from JCR

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

17 years agoebl use btime_t instead of uint64_t for media stats
Eric Bollengier [Tue, 13 Feb 2007 11:27:38 +0000 (11:27 +0000)]
ebl  use btime_t instead of uint64_t for media stats

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

17 years agoDoc Win32 problems
Kern Sibbald [Tue, 13 Feb 2007 07:36:40 +0000 (07:36 +0000)]
Doc Win32 problems

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

17 years agoebl add first vim support for bacula-dir.conf
Eric Bollengier [Mon, 12 Feb 2007 20:55:43 +0000 (20:55 +0000)]
ebl  add first vim support for bacula-dir.conf

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

17 years agoebl fix runscript : they was run before the real end of job
Eric Bollengier [Mon, 12 Feb 2007 19:52:58 +0000 (19:52 +0000)]
ebl  fix runscript : they was run before the real end of job

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

17 years agoebl Add EndTime to display_job
Eric Bollengier [Mon, 12 Feb 2007 14:50:20 +0000 (14:50 +0000)]
ebl  Add EndTime to display_job

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

17 years agoUpdate version
Kern Sibbald [Mon, 12 Feb 2007 12:33:54 +0000 (12:33 +0000)]
Update version

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

17 years agoUpdate
Kern Sibbald [Mon, 12 Feb 2007 11:37:33 +0000 (11:37 +0000)]
Update

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

17 years agoCreate first cut prerestore and restore dialogs
Kern Sibbald [Mon, 12 Feb 2007 10:39:38 +0000 (10:39 +0000)]
Create first cut prerestore and restore dialogs

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

17 years agoUpdate bacula-web doc
Kern Sibbald [Mon, 12 Feb 2007 07:58:57 +0000 (07:58 +0000)]
Update bacula-web doc

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

17 years agoUpdate bacula-web README
Kern Sibbald [Mon, 12 Feb 2007 07:57:15 +0000 (07:57 +0000)]
Update bacula-web README

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

17 years agomove moc files into moc and .o into obj
Kern Sibbald [Sun, 11 Feb 2007 20:13:20 +0000 (20:13 +0000)]
move moc files into moc and .o into obj

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

17 years agoUpdate bat
Kern Sibbald [Sun, 11 Feb 2007 18:57:21 +0000 (18:57 +0000)]
Update bat

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

17 years agoUpdate bat
Kern Sibbald [Sun, 11 Feb 2007 18:21:43 +0000 (18:21 +0000)]
Update bat

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

17 years agoUpdate FOSDEM presentation
Kern Sibbald [Sun, 11 Feb 2007 14:02:32 +0000 (14:02 +0000)]
Update FOSDEM presentation

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

17 years agoUpdate FOSDEM presentation
Kern Sibbald [Sun, 11 Feb 2007 11:20:25 +0000 (11:20 +0000)]
Update FOSDEM presentation

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

17 years agokes Optimize the use of the database a bit in the Status dir command.
Kern Sibbald [Sun, 11 Feb 2007 11:18:26 +0000 (11:18 +0000)]
kes  Optimize the use of the database a bit in the Status dir command.
     Only open it when needed, ensure that if any previous database
     was opened, it is closed.

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

17 years agoCorrect VolCatBytes bug from media patch
Kern Sibbald [Sat, 10 Feb 2007 20:15:58 +0000 (20:15 +0000)]
Correct VolCatBytes bug from media patch

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

17 years agoRemove RunScript change
Kern Sibbald [Sat, 10 Feb 2007 14:29:16 +0000 (14:29 +0000)]
Remove RunScript change

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

17 years agokes Apply Eric's scratch patch that moves a purged Volume to
Kern Sibbald [Sat, 10 Feb 2007 14:25:21 +0000 (14:25 +0000)]
kes  Apply Eric's scratch patch that moves a purged Volume to
     the RecyclePool.  Question: how is RecyclePool set? what
     happens to the ScratchPool?
kes  Apply Eric's media patch that collects read/write media
     times as well as byte counts.  This patch requires a
     simultaneous upgrade of the DIR and SD.  Note, there
     should be some way to turn of timing. I'm not sure
     times are in Bacula units.
kes  Apply Eric's batch-insert patch.

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

17 years agoFirst cut run dialog
Kern Sibbald [Fri, 9 Feb 2007 22:22:54 +0000 (22:22 +0000)]
First cut run dialog

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

17 years agoFirst cut label dialog
Kern Sibbald [Fri, 9 Feb 2007 19:52:24 +0000 (19:52 +0000)]
First cut label dialog

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

17 years agoUpdate version
Kern Sibbald [Fri, 9 Feb 2007 10:45:08 +0000 (10:45 +0000)]
Update version

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

17 years ago09Feb07
Kern Sibbald [Fri, 9 Feb 2007 10:44:31 +0000 (10:44 +0000)]
09Feb07
kes  Update projects list.
08Feb07
kes  Implement Include/Exclude file lists in FD as dlists using
     the new dlistString class. This permits efficiently having
     large include/exclude lists and completes project Item 25.
kes  Fix dird/ua_cmds.c so that a cancel command checks if the
     console is authorized to cancel the job.  This fixes bug
     #767.

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

17 years agoebl fix cache create bug
Eric Bollengier [Thu, 8 Feb 2007 21:59:47 +0000 (21:59 +0000)]
ebl  fix cache create bug

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

17 years agoebl update RunScript ClientRunBeforeJob notes
Eric Bollengier [Thu, 8 Feb 2007 21:38:33 +0000 (21:38 +0000)]
ebl  update RunScript ClientRunBeforeJob notes

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

17 years agoebl update runscript ClientRunBeforeJob
Eric Bollengier [Thu, 8 Feb 2007 21:37:25 +0000 (21:37 +0000)]
ebl  update runscript ClientRunBeforeJob

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

17 years agoUpdate devel guide for SVN + add presentations
Kern Sibbald [Thu, 8 Feb 2007 11:42:17 +0000 (11:42 +0000)]
Update devel guide for SVN + add presentations

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

17 years agokes Fix dird/ua_cmds.c so that a cancel command checks if the
Kern Sibbald [Thu, 8 Feb 2007 10:54:40 +0000 (10:54 +0000)]
kes  Fix dird/ua_cmds.c so that a cancel command checks if the
     console is authorized to cancel the job.  This fixes bug
     #767.
kes  Modify SD so that the VolCatJobs medium record is updated
     at the beginning of a Job rather than the end.  This
     fixes bug #775 where exceeding MaxVolJobs caused jobs
     to fail.
kes  Added a mutex around getting and setting Volume information
     so that multiple simultaneous jobs will single thread.

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

17 years agoebl Add ClientId in db_create_job_record
Eric Bollengier [Wed, 7 Feb 2007 16:52:19 +0000 (16:52 +0000)]
ebl  Add ClientId in db_create_job_record
     It's usefull for bweb, we have always a client id with a Job

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

17 years agoebl fix gtk find word function
Eric Bollengier [Wed, 7 Feb 2007 16:45:38 +0000 (16:45 +0000)]
ebl  fix gtk find word function

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

17 years agoebl fix dependency
Eric Bollengier [Wed, 7 Feb 2007 16:44:56 +0000 (16:44 +0000)]
ebl  fix dependency

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

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:20:12 +0000 (16:20 +0000)]
Remove unwanted execute bit

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

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:19:24 +0000 (16:19 +0000)]
Remove unwanted execute bit

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

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:18:52 +0000 (16:18 +0000)]
Remove unwanted execute bit

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

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:18:10 +0000 (16:18 +0000)]
Remove unwanted execute bit

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

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:17:40 +0000 (16:17 +0000)]
Remove unwanted execute bit

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

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:16:56 +0000 (16:16 +0000)]
Remove unwanted execute bit

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

17 years agoUpdate web to refer to SVN
Kern Sibbald [Wed, 7 Feb 2007 16:07:49 +0000 (16:07 +0000)]
Update web to refer to SVN

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

17 years agoBack out eol change, it doesn't work on Linux.
Robert Nelson [Wed, 7 Feb 2007 12:47:03 +0000 (12:47 +0000)]
Back out eol change, it doesn't work on Linux.

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

17 years agoSince PostgreSQL 8.1.4 is no longer available upgrade to 8.1.6.
Robert Nelson [Wed, 7 Feb 2007 10:27:54 +0000 (10:27 +0000)]
Since PostgreSQL 8.1.4 is no longer available upgrade to 8.1.6.

Update msvc build for new rblist.

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

17 years agoFix eol properties.
Robert Nelson [Wed, 7 Feb 2007 09:18:43 +0000 (09:18 +0000)]
Fix eol properties.

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

17 years agoupdate version as a test
Kern Sibbald [Wed, 7 Feb 2007 07:49:49 +0000 (07:49 +0000)]
update version as a test

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

17 years agoAdd new weird-files.tar.gz
Kern Sibbald [Wed, 7 Feb 2007 06:33:50 +0000 (06:33 +0000)]
Add new weird-files.tar.gz

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

17 years agoRemove seemingly broken weirdfiles.tar.gz
Kern Sibbald [Wed, 7 Feb 2007 06:32:45 +0000 (06:32 +0000)]
Remove seemingly broken weirdfiles.tar.gz

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

17 years agoFix broken weird-files.tar.gz
Kern Sibbald [Wed, 7 Feb 2007 06:30:11 +0000 (06:30 +0000)]
Fix broken weird-files.tar.gz

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

17 years agoRemove src/pygtk-console/ from configure
Kern Sibbald [Wed, 7 Feb 2007 06:25:12 +0000 (06:25 +0000)]
Remove src/pygtk-console/ from configure

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

17 years agoChange technotes
Kern Sibbald [Wed, 7 Feb 2007 06:16:00 +0000 (06:16 +0000)]
Change technotes

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

17 years agoTest commit
Kern Sibbald [Wed, 7 Feb 2007 06:14:28 +0000 (06:14 +0000)]
Test commit

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

17 years agoRemove obsolete .cvsignore files.
Robert Nelson [Tue, 6 Feb 2007 23:28:39 +0000 (23:28 +0000)]
Remove obsolete .cvsignore files.

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

17 years agoUpdate a few dates
Kern Sibbald [Tue, 6 Feb 2007 14:36:28 +0000 (14:36 +0000)]
Update a few dates

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

17 years agoCorrect copyright date
Kern Sibbald [Tue, 6 Feb 2007 14:31:09 +0000 (14:31 +0000)]
Correct copyright date

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

17 years agoupdates
Kern Sibbald [Tue, 6 Feb 2007 14:01:27 +0000 (14:01 +0000)]
updates

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

17 years agoUpdates
Kern Sibbald [Tue, 6 Feb 2007 14:00:35 +0000 (14:00 +0000)]
Updates

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

17 years agokes Delete src/lib/btree.c from win32 build, then add rblist.c
Kern Sibbald [Tue, 6 Feb 2007 13:58:26 +0000 (13:58 +0000)]
kes  Delete src/lib/btree.c from win32 build, then add rblist.c
     plus the entrypoints.
kes  Apply patch supplied that corrects debug print
     in canceling jobs for max run time.  Supplied as
     part of bug #621, which was previously fixed.
05Feb07
kes  Test on job_canceled() and sd_msg_thread_done inside
     loop starting the message thread to avoid a race condition.
     Fixes bug #771.
kes  Remove rl_catch_signal from console.c as it conflicted
     with the header definition. Fixes bug #765.

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

17 years agoUpdate win32 dir for delete of btree.c and addition of rblist.c
Kern Sibbald [Tue, 6 Feb 2007 13:53:52 +0000 (13:53 +0000)]
Update win32 dir for delete of btree.c and addition of rblist.c

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

17 years agoAdd qstd class
Kern Sibbald [Tue, 6 Feb 2007 08:16:35 +0000 (08:16 +0000)]
Add qstd class

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

17 years agoebl update
Eric Bollengier [Mon, 5 Feb 2007 14:36:28 +0000 (14:36 +0000)]
ebl  update

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

17 years agoebl fix #766 on RunsOnClient = Yes
Eric Bollengier [Mon, 5 Feb 2007 14:23:39 +0000 (14:23 +0000)]
ebl  fix #766 on RunsOnClient = Yes

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

17 years agoebl add
Eric Bollengier [Mon, 5 Feb 2007 14:19:22 +0000 (14:19 +0000)]
ebl  add

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

17 years agoUpdate version
Kern Sibbald [Mon, 5 Feb 2007 11:03:44 +0000 (11:03 +0000)]
Update version

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

17 years agoebl add error message in status bar when brestore can't write to .brestore.conf
Eric Bollengier [Mon, 5 Feb 2007 09:15:38 +0000 (09:15 +0000)]
ebl  add error message in status bar when brestore can't write to .brestore.conf

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

17 years agoebl fix batch mode
Eric Bollengier [Sun, 4 Feb 2007 21:28:57 +0000 (21:28 +0000)]
ebl  fix batch mode

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

17 years agoExplain the FSFE a bit more
Kern Sibbald [Sun, 4 Feb 2007 20:23:31 +0000 (20:23 +0000)]
Explain the FSFE a bit more

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

17 years agoebl Fix bug with accent, use filenameid/pathid instead of filename
Eric Bollengier [Sun, 4 Feb 2007 20:06:26 +0000 (20:06 +0000)]
ebl  Fix bug with accent, use filenameid/pathid instead of filename

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

17 years agoImplement command output lists
Kern Sibbald [Sun, 4 Feb 2007 16:29:53 +0000 (16:29 +0000)]
Implement command output lists

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

17 years agoFix bug # 746 - Windows FD crashes when job canceled
Robert Nelson [Sun, 4 Feb 2007 16:20:45 +0000 (16:20 +0000)]
Fix bug # 746 - Windows FD crashes when job canceled
(This really is Windows FD crashes sometimes if debug level > 0 and status window is open)

Add -g so we get symbols.

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

17 years agokes Clarify some stored/acquire messages to indicate if the
Kern Sibbald [Sun, 4 Feb 2007 09:41:27 +0000 (09:41 +0000)]
kes  Clarify some stored/acquire messages to indicate if the
     problem is with read or append.

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

17 years agoAdd Finnish
Kern Sibbald [Sat, 3 Feb 2007 18:22:32 +0000 (18:22 +0000)]
Add Finnish

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

17 years agoAdd brestore page
Kern Sibbald [Sat, 3 Feb 2007 13:01:19 +0000 (13:01 +0000)]
Add brestore page

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