]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
17 years agodhb forgot to remove a couple of debugging printf's
Dirk H Bartley [Sun, 25 Mar 2007 15:08:32 +0000 (15:08 +0000)]
dhb  forgot to remove a couple of debugging printf's

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

17 years agodhb I have the issue of m_medialist and m_brestore resolved. The only one
Dirk H Bartley [Sun, 25 Mar 2007 15:05:08 +0000 (15:05 +0000)]
dhb  I have the issue of m_medialist and m_brestore resolved.  The only one
     used was the m_medialist to populate after the console connected.  So now
     I created a virtual function for clicked and double clicked in BatStack.
     All classes that want to do something based on a click in it's widget
     in the page selector can just use the virtual function.
     So in medialist, a single click will populate if not populated, and a double
     will repopulate from a clear.

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

17 years agoImplement a new .sql command for bat
Kern Sibbald [Sun, 25 Mar 2007 14:57:59 +0000 (14:57 +0000)]
Implement a new .sql command for bat

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

17 years agoMinor spelling correction.
Scott Barninger [Sun, 25 Mar 2007 14:03:04 +0000 (14:03 +0000)]
Minor spelling correction.

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

17 years agoImplement code to turn off pruning in obtaining the next volume.
Kern Sibbald [Sun, 25 Mar 2007 13:11:55 +0000 (13:11 +0000)]
Implement code to turn off pruning in obtaining the next volume.
     Pruning is turned off for the status dir command, but turned on
     for SD requests and for the list nextvolume command.

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

17 years agodhb I've got most of the user interface issues working as I was hoping to see
Dirk H Bartley [Sun, 25 Mar 2007 01:38:40 +0000 (01:38 +0000)]
dhb  I've got most of the user interface issues working as I was hoping to see
     them working.  Now it is time to get another window into the stack and the
     tree.  And also work on actual functionality.

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

17 years agoCorrect Qmsg() that was not updated correctly when committing a
Kern Sibbald [Sat, 24 Mar 2007 22:04:21 +0000 (22:04 +0000)]
Correct Qmsg() that was not updated correctly when committing a
     previous change (probably the recent TLS patch).

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

17 years agokes Write new subroutine is_volume_purged() that explicitly checks
Kern Sibbald [Sat, 24 Mar 2007 21:55:54 +0000 (21:55 +0000)]
kes  Write new subroutine is_volume_purged() that explicitly checks
     if the Volume is purged, and if so marks it as such. This should
     resolve problems reported about needing to mount twice to recycle
     volumes.
kes  Rewrite pruning algorithm to do more work in the SQL engine, and
     to pass a list of JobIds to be deleted to SQL.  Also, minimize the
     amount of duplicated code.
kes  Do volume pruning only for the Media Type desired (reduces pruning time
     if multiple Media Types are in the same pool).
kes  Implement more detailed info in the Job report for the Bacula version
     and architecture.
kes  Switch from POOLMEM to POOL_MEM (a real class) in ua_prune.c and
     ua_purge.c.

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

17 years agodhb This solves the really not elegant at all way to determine what tree item
Dirk H Bartley [Sat, 24 Mar 2007 20:05:09 +0000 (20:05 +0000)]
dhb  This solves the really not elegant at all way to determine what tree item
     goes with what stacked widget item.  ( When a tree item is clicked )
     This begins the framework for being able to add and destroy tree widget
     items and associated stacked widget items on the fly.
     I still need to fix a few items such as the ability to close a window and
     never get it back, ... ever.

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

17 years agodhb This may be a way to fix the issues of windows that can
Dirk H Bartley [Sat, 24 Mar 2007 15:14:18 +0000 (15:14 +0000)]
dhb  This may be a way to fix the issues of windows that can
     be removed from the main window.  Not finished yet, but
     a double click can bring a window out.  I think the trigger
     of double click should change in the near future.  The
     elegance of the changes needs to be improved for future
     add ons of many stacked windows.

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

17 years agoebl add a mutex in repport generation
Eric Bollengier [Sat, 24 Mar 2007 07:42:48 +0000 (07:42 +0000)]
ebl  add a mutex in repport generation

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

17 years agoebl update
Eric Bollengier [Fri, 23 Mar 2007 22:41:17 +0000 (22:41 +0000)]
ebl  update

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

17 years agoebl fix comments
Eric Bollengier [Fri, 23 Mar 2007 22:40:04 +0000 (22:40 +0000)]
ebl  fix comments

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

17 years agoebl fix batch evry x files
Eric Bollengier [Fri, 23 Mar 2007 22:34:50 +0000 (22:34 +0000)]
ebl  fix batch evry x files

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

17 years agoebl update info
Eric Bollengier [Fri, 23 Mar 2007 22:26:45 +0000 (22:26 +0000)]
ebl  update info

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

17 years agoebl fix batch insert for mysql and sqlite
Eric Bollengier [Fri, 23 Mar 2007 22:01:14 +0000 (22:01 +0000)]
ebl  fix batch insert for mysql and sqlite

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

17 years agoebl make mysql working with batch mode
Eric Bollengier [Fri, 23 Mar 2007 21:56:09 +0000 (21:56 +0000)]
ebl  make mysql working with batch mode

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

17 years agoUpdate
Kern Sibbald [Fri, 23 Mar 2007 21:23:33 +0000 (21:23 +0000)]
Update

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

17 years agoAdd support for arbitrary client-to-server certificate CN matching (TLS Allowed CN...
Landon Fuller [Fri, 23 Mar 2007 17:20:40 +0000 (17:20 +0000)]
Add support for arbitrary client-to-server certificate CN matching (TLS Allowed CN). This allows the TLS client to either use certificate hostname matching, or an arbitrary administer-supplied CN, and is necessary to support roaming clients with non-static hostnames.

Contributed by: Jorj Bauer <jorj@seas.upenn.edu>

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

17 years agoebl update doc
Eric Bollengier [Fri, 23 Mar 2007 12:38:20 +0000 (12:38 +0000)]
ebl  update doc

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

17 years agodhb svn st friendly the ignore property.
Dirk H Bartley [Fri, 23 Mar 2007 12:34:44 +0000 (12:34 +0000)]
dhb   svn st friendly the ignore property.

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

17 years agoebl update
Eric Bollengier [Fri, 23 Mar 2007 12:34:42 +0000 (12:34 +0000)]
ebl  update

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

17 years agoebl remove IGNORE keyword from batch mode
Eric Bollengier [Fri, 23 Mar 2007 12:33:53 +0000 (12:33 +0000)]
ebl  remove IGNORE keyword from batch mode

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

17 years agoMove putz test program to a test program directory under qt-console.
Dirk H Bartley [Fri, 23 Mar 2007 12:30:12 +0000 (12:30 +0000)]
Move putz test program to a test program directory under qt-console.

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

17 years agoebl compilation fix
Eric Bollengier [Fri, 23 Mar 2007 12:29:06 +0000 (12:29 +0000)]
ebl  compilation fix

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

17 years agodhb add a test program directory and an example from the qt
Dirk H Bartley [Fri, 23 Mar 2007 12:27:38 +0000 (12:27 +0000)]
dhb  add a test program directory and an example from the qt
     documentation.

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

17 years agoebl add a new bbatch tool
Eric Bollengier [Fri, 23 Mar 2007 12:03:06 +0000 (12:03 +0000)]
ebl  add a new bbatch tool

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

17 years agoebl fix unit
Eric Bollengier [Fri, 23 Mar 2007 08:08:34 +0000 (08:08 +0000)]
ebl  fix unit

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

17 years agodhb A modified main.ui for review of look and feel
Dirk H Bartley [Fri, 23 Mar 2007 04:06:59 +0000 (04:06 +0000)]
dhb  A modified main.ui for review of look and feel
     make Makefile and bat.conf ignored
     copied bat.conf to bat.conf.example

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

17 years agoUpdate doc
Kern Sibbald [Thu, 22 Mar 2007 21:12:58 +0000 (21:12 +0000)]
Update doc

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

17 years agokes Implement new prunning code that prunes up to 1000 jobs at
Kern Sibbald [Thu, 22 Mar 2007 21:11:49 +0000 (21:11 +0000)]
kes  Implement new prunning code that prunes up to 1000 jobs at
     the same time.  The same technique can be applied to a number
     of other prune/purge subroutines.

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

17 years agokes Implement new prunning code that prunes up to 1000 jobs at
Kern Sibbald [Thu, 22 Mar 2007 13:10:04 +0000 (13:10 +0000)]
kes  Implement new prunning code that prunes up to 1000 jobs at
     the same time.  The same technique can be applied to a number
     of other prune/purge subroutines.
kes  Add an insanity check when starting a new tape job to ensure
     that the tape position has not been changed. If so fail the
     job.
kes  Fix Win32 build for dlls to add the folllowing:
     src/lib/bsock.c -- new file with new entry points
     src/lib/dlist.c  -- new entry points
     src/cats/sql_create.c -- new entry point
     src/cats/sql_cmds.c -- new DATA item exported

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

17 years agoTemporarily turn off batch insert by default
Kern Sibbald [Thu, 22 Mar 2007 09:13:52 +0000 (09:13 +0000)]
Temporarily turn off batch insert by default

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

17 years agoebl update
Eric Bollengier [Wed, 21 Mar 2007 22:47:15 +0000 (22:47 +0000)]
ebl  update

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

17 years agoebl make batch mode usable
Eric Bollengier [Wed, 21 Mar 2007 22:46:20 +0000 (22:46 +0000)]
ebl  make batch mode usable
     cleanup in postgresql.c
     rename internal db_batch_... to sql_batch_..

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

17 years agoebl make bscan works with batch mode
Eric Bollengier [Wed, 21 Mar 2007 19:46:44 +0000 (19:46 +0000)]
ebl  make bscan works with batch mode

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

17 years agoImplement SD code to check length of disk volume before appending
Kern Sibbald [Wed, 21 Mar 2007 17:15:50 +0000 (17:15 +0000)]
Implement SD code to check length of disk volume before appending

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

17 years agoebl update
Eric Bollengier [Tue, 20 Mar 2007 22:41:08 +0000 (22:41 +0000)]
ebl  update

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

17 years agoebl works with bregex.h and regex.h
Eric Bollengier [Tue, 20 Mar 2007 22:36:28 +0000 (22:36 +0000)]
ebl  works with bregex.h and regex.h

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

17 years agoMerge Dirk's additions
Kern Sibbald [Tue, 20 Mar 2007 21:27:04 +0000 (21:27 +0000)]
Merge Dirk's additions

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

17 years agoebl update
Eric Bollengier [Mon, 19 Mar 2007 22:59:24 +0000 (22:59 +0000)]
ebl update

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

17 years agoebl update
Eric Bollengier [Mon, 19 Mar 2007 22:57:24 +0000 (22:57 +0000)]
ebl  update

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

17 years agoebl cosmetic fix
Eric Bollengier [Mon, 19 Mar 2007 13:07:20 +0000 (13:07 +0000)]
ebl  cosmetic fix

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

17 years agoebl french fix
Eric Bollengier [Mon, 19 Mar 2007 13:05:53 +0000 (13:05 +0000)]
ebl  french fix

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

17 years agoebl update
Eric Bollengier [Mon, 19 Mar 2007 11:04:34 +0000 (11:04 +0000)]
ebl  update

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

17 years agoebl add a re-run option in display_job_zoom
Eric Bollengier [Mon, 19 Mar 2007 11:03:10 +0000 (11:03 +0000)]
ebl  add a re-run option in display_job_zoom

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

17 years agoFix batch file #ifdefing
Kern Sibbald [Sun, 18 Mar 2007 22:24:49 +0000 (22:24 +0000)]
Fix batch file #ifdefing

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

17 years agoToo many troubles turn off batch insert code
Kern Sibbald [Sun, 18 Mar 2007 22:18:48 +0000 (22:18 +0000)]
Too many troubles turn off batch insert code

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

17 years agokes Correct return status on db_batch... routines.
Kern Sibbald [Sun, 18 Mar 2007 21:36:28 +0000 (21:36 +0000)]
kes  Correct return status on db_batch... routines.
kes  Add call to db_write_batch_file_records() to migration code.

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

17 years agoebl display messages after run_script
Eric Bollengier [Sun, 18 Mar 2007 20:55:12 +0000 (20:55 +0000)]
ebl  display messages after run_script

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

17 years agoebl update
Eric Bollengier [Sun, 18 Mar 2007 20:51:48 +0000 (20:51 +0000)]
ebl  update

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

17 years agokes Move the checking of the database in initializion of the Director
Kern Sibbald [Sun, 18 Mar 2007 20:10:58 +0000 (20:10 +0000)]
kes  Move the checking of the database in initializion of the Director
     to after we drop privileges.  This avoids the need for both root
     and bacula access to the DB.
kes  Correct a misplaced variable definition in src/filed/backup.c
kes  Correct how the new batch insert db_create_attributes_record()
     uses the arguments.  Caused a seg fault in bscan.
kes  Implement lock() and unlock() methods in DEVICE class.
     Implement block() and set_block(xx) methods in DEVICE class.
kes  Modify bnet_connect() so that it uses time() to check for the
     wait time expiring (on some OSes, some system calls may not
     return immediately).
kes  Modify Verify to obtain the previous JobId when it is actually
     running rather than at schedule time (as it was in 1.38.x).
kes  Fix src/job.c to handle MaxWaitTime correctly.  This should
     fix bug #802.
kes  When checking pid in pid file, continue running if the pid is
     the same as ours. This occurs on IRIX after a system crash.
     Fixes bug #797.

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

17 years agoebl update
Eric Bollengier [Sun, 18 Mar 2007 16:29:29 +0000 (16:29 +0000)]
ebl  update

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

17 years agoebl fix mysql stuff
Eric Bollengier [Sun, 18 Mar 2007 16:13:37 +0000 (16:13 +0000)]
ebl  fix mysql stuff

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

17 years agoebl select all pool by default
Eric Bollengier [Sun, 18 Mar 2007 13:08:01 +0000 (13:08 +0000)]
ebl  select all pool by default

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

17 years agoApply Antibes updates
Kern Sibbald [Sat, 17 Mar 2007 17:30:59 +0000 (17:30 +0000)]
Apply Antibes updates

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

17 years agoebl add message log to identify the device which will be used
Eric Bollengier [Fri, 16 Mar 2007 16:50:55 +0000 (16:50 +0000)]
ebl  add message log to identify the device which will be used

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

17 years agoFix ACLS on zero length files on Windows.
Robert Nelson [Thu, 15 Mar 2007 10:31:52 +0000 (10:31 +0000)]
Fix ACLS on zero length files on Windows.

Add ENODATA definition for building using MSVC.

Add new bsock.c to MSVC build.

Fix exports for MSVC.

Fix problem with icons not being removed for task bar on exit.

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

17 years agoUpdate news
Kern Sibbald [Wed, 14 Mar 2007 14:41:51 +0000 (14:41 +0000)]
Update news

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

17 years agoAdd BNET_RUN_CMD to bat
Kern Sibbald [Sun, 11 Mar 2007 12:51:30 +0000 (12:51 +0000)]
Add BNET_RUN_CMD to bat

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

17 years agokes Extend new GUI API.
Kern Sibbald [Sat, 10 Mar 2007 21:04:23 +0000 (21:04 +0000)]
kes  Extend new GUI API.
kes  Make the ua structure a class, and implement send_msg(),
     error_msg(), warning_msg(), and info_msg().

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

17 years agoTweak INSTALL and README
Kern Sibbald [Sat, 10 Mar 2007 13:26:59 +0000 (13:26 +0000)]
Tweak INSTALL and README

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

17 years agoTweak INSTALL and README
Kern Sibbald [Sat, 10 Mar 2007 13:25:03 +0000 (13:25 +0000)]
Tweak INSTALL and README

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

17 years agoTweak INSTALL and README
Kern Sibbald [Sat, 10 Mar 2007 13:12:25 +0000 (13:12 +0000)]
Tweak INSTALL and README

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

17 years agoGet bat select dialog working
Kern Sibbald [Fri, 9 Mar 2007 10:36:41 +0000 (10:36 +0000)]
Get bat select dialog working

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

17 years agokes Apply fix from for building wx-console on the Mac from
Kern Sibbald [Thu, 8 Mar 2007 18:50:23 +0000 (18:50 +0000)]
kes  Apply fix from for building wx-console on the Mac from
     bug #798.
kes  Implement new select mechanism for GUI programs.
kes  Reorganize initialization of stackedWidgets in bat.

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

17 years agoebl first cup of "regexp where"
Eric Bollengier [Wed, 7 Mar 2007 23:10:55 +0000 (23:10 +0000)]
ebl  first cup of "regexp where"

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

17 years agoAdd updated nagios plugin supplied by Christian Masopust.
Kern Sibbald [Wed, 7 Mar 2007 13:32:10 +0000 (13:32 +0000)]
Add updated nagios plugin supplied by Christian Masopust.

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

17 years agoUpdate
Kern Sibbald [Tue, 6 Mar 2007 20:04:42 +0000 (20:04 +0000)]
Update

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

17 years agoUpdate
Kern Sibbald [Tue, 6 Mar 2007 20:03:09 +0000 (20:03 +0000)]
Update

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

17 years agoUpdate projects
Kern Sibbald [Tue, 6 Mar 2007 19:59:56 +0000 (19:59 +0000)]
Update projects

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

17 years agobat updates
Kern Sibbald [Tue, 6 Mar 2007 18:42:31 +0000 (18:42 +0000)]
bat updates

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

17 years agoMore bat implementation
Kern Sibbald [Tue, 6 Mar 2007 13:52:48 +0000 (13:52 +0000)]
More bat implementation

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

17 years agokes More bat implementation.
Kern Sibbald [Mon, 5 Mar 2007 22:04:23 +0000 (22:04 +0000)]
kes  More bat implementation.
kes  File migrate bug with Pool Occupancy using mediaid instead
     of jobids.  Fixes bug #795.
kes  Fix orphaned buffers in filed backup and verify due to
     crypto buffers not freed during errors.  Fixes bug #789.
kes  Extend new GUI api code to tree commands.
kes  Ensure that tree and dot commands check console ACLs.
kes  Permit marking directory with trailing slash.
kes  Allow 20 console connections (instead of only 10).

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

17 years agoebl update
Eric Bollengier [Mon, 5 Mar 2007 17:30:24 +0000 (17:30 +0000)]
ebl  update

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

17 years agoebl update
Eric Bollengier [Mon, 5 Mar 2007 17:29:55 +0000 (17:29 +0000)]
ebl  update

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

17 years agoebl bugfix (missing fileset when running job from bweb)
Eric Bollengier [Mon, 5 Mar 2007 17:27:54 +0000 (17:27 +0000)]
ebl  bugfix (missing fileset when running job from bweb)

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

17 years agoFix unwanted fifo-test change
Kern Sibbald [Mon, 5 Mar 2007 16:30:09 +0000 (16:30 +0000)]
Fix unwanted fifo-test change

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

17 years agoUpdate
Kern Sibbald [Mon, 5 Mar 2007 14:09:39 +0000 (14:09 +0000)]
Update

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

17 years agokes Extend new GUI api code to tree commands.
Kern Sibbald [Mon, 5 Mar 2007 09:50:15 +0000 (09:50 +0000)]
kes  Extend new GUI api code to tree commands.
kes  Ensure that tree and dot commands check console ACLs.
kes  Permit marking directory with trailing slash.
kes  Allow 20 console connections (instead of only 10).

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

17 years agoGet new api working + mark/unmark restore files
Kern Sibbald [Mon, 5 Mar 2007 09:46:43 +0000 (09:46 +0000)]
Get new api working + mark/unmark restore files

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

17 years agoebl add only ended backup
Eric Bollengier [Mon, 5 Mar 2007 09:19:06 +0000 (09:19 +0000)]
ebl  add only ended backup

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

17 years agoAdd smartctl call to bacula-sd.conf as an example of getting
Kern Sibbald [Sun, 4 Mar 2007 10:24:39 +0000 (10:24 +0000)]
Add smartctl call to bacula-sd.conf as an example of getting
     tape alert info.
More bat work

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

17 years agoFirst cut fileWidget tree
Kern Sibbald [Sat, 3 Mar 2007 21:11:24 +0000 (21:11 +0000)]
First cut fileWidget tree

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

17 years agoebl update
Eric Bollengier [Sat, 3 Mar 2007 09:46:44 +0000 (09:46 +0000)]
ebl  update

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

17 years agoebl update for db_size
Eric Bollengier [Sat, 3 Mar 2007 09:45:44 +0000 (09:45 +0000)]
ebl  update for db_size

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

17 years agoebl Add Postgresql and Mysql5 db_size information
Eric Bollengier [Sat, 3 Mar 2007 09:41:54 +0000 (09:41 +0000)]
ebl  Add Postgresql and Mysql5 db_size information

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

17 years agoebl Add debug option to Bconsole.pm
Eric Bollengier [Sat, 3 Mar 2007 09:14:35 +0000 (09:14 +0000)]
ebl  Add debug option to Bconsole.pm

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

17 years agoupdate FOSDEM pdf
Kern Sibbald [Sat, 3 Mar 2007 08:39:57 +0000 (08:39 +0000)]
update FOSDEM pdf

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

17 years agoUpdate
Kern Sibbald [Sat, 3 Mar 2007 07:47:32 +0000 (07:47 +0000)]
Update

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

17 years ago02Mar07
Kern Sibbald [Fri, 2 Mar 2007 18:02:46 +0000 (18:02 +0000)]
02Mar07
kes  Modify jobq.c to let simultaneous restore jobs run. This may
     cause them to fail if they cannot get a drive.
kes  Add Client Connect Wait to Storage daemon to permit users to
     modify the time the SD waits for a FD connection.

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

17 years agoebl Add warning in display_job
Eric Bollengier [Thu, 1 Mar 2007 17:43:52 +0000 (17:43 +0000)]
ebl  Add warning in display_job

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

17 years agoebl fix
Eric Bollengier [Thu, 1 Mar 2007 17:31:31 +0000 (17:31 +0000)]
ebl  fix

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

17 years agoebl update
Eric Bollengier [Thu, 1 Mar 2007 17:27:23 +0000 (17:27 +0000)]
ebl  update

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

17 years agoebl add display_log_time option
Eric Bollengier [Thu, 1 Mar 2007 17:25:13 +0000 (17:25 +0000)]
ebl  add display_log_time option

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

17 years agoebl works with win32
Eric Bollengier [Thu, 1 Mar 2007 10:26:11 +0000 (10:26 +0000)]
ebl  works with win32

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

17 years agokes Correct virtual changer check which was backwards. This caused
Kern Sibbald [Thu, 1 Mar 2007 08:38:47 +0000 (08:38 +0000)]
kes  Correct virtual changer check which was backwards. This caused
     volumes to be unloaded into slots already occupied.

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

17 years agoebl update
Eric Bollengier [Wed, 28 Feb 2007 20:10:16 +0000 (20:10 +0000)]
ebl  update

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

17 years agoupdate
Eric Bollengier [Wed, 28 Feb 2007 19:49:54 +0000 (19:49 +0000)]
update

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

17 years agoebl limit to 1000 lines of log in display_log
Eric Bollengier [Wed, 28 Feb 2007 19:49:08 +0000 (19:49 +0000)]
ebl  limit to 1000 lines of log in display_log
     you can add limit= and offset= params

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