]>
 
 
git.sur5r.net Git - bacula/bacula/log 
 
 
 
 
 
 
Kern Sibbald  [Fri, 16 Feb 2007 17:13:38 +0000  (17:13 +0000)] 
 
Tweak
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4190 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 16 Feb 2007 15:20:56 +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/branches/Branch-2.0@4188 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 16 Feb 2007 08:43:26 +0000  (08:43 +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/branches/Branch-2.0@4185 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 15 Feb 2007 18:57:55 +0000  (18:57 +0000)] 
 
15Feb07 
kes  Add quick disconnect FD code from 2.1.4 to 2.0.3.  This code
     causes the SD to release the FD as soon as the FD has sent
     all the data to the SD. After that the SD will do any final
     despooling (data and attributes) that are necessary. This
     allows laptops to disconnect much quicker from the network
     after a backup.
13Feb07 
kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
11Feb07 
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.
10Feb07 
kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
     and File records in 300K chunks to be more efficient. This
     idea came from Juan Luis Frances (if I remember right).
09Feb07 
kes  Update projects list.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4183 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Thu, 8 Feb 2007 21:34:56 +0000  (21:34 +0000)] 
 
ebl  update RunScript ClientRunBeforeJob
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4149 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Thu, 8 Feb 2007 21:28:06 +0000  (21:28 +0000)] 
 
ebl  update ReleaseNotes on ClientRunAfterJob changes.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4148 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 8 Feb 2007 10:56:41 +0000  (10:56 +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.
     Switch to using Subversion
kes  Remove src/pygtk-console/ from configure
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4146 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Tue, 6 Feb 2007 14:37:57 +0000  (14:37 +0000)] 
 
06Feb07 
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.
ebl  Fixes bug #766 about RunsOnClient = Yes
04Feb07 
kes  Clarify some stored/acquire messages to indicate if the
     problem is with read or append.
02Feb07 
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).
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4116 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
(no author)  [Tue, 6 Feb 2007 14:31:09 +0000  (14:31 +0000)] 
 
This commit was manufactured by cvs2svn to create branch 'Branch-2.0'.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4114 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 5 Feb 2007 14:36:29 +0000  (14:36 +0000)] 
 
ebl  typo fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4107 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@4106 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 5 Feb 2007 14:33:50 +0000  (14:33 +0000)] 
 
ebl  fix #766 (allow RunsOnClient = Yes)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4105 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Robert Nelson  [Sun, 4 Feb 2007 16:28:24 +0000  (16:28 +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/branches/Branch-2.0@4096 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@4063 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Scott Barninger  [Sat, 27 Jan 2007 13:37:30 +0000  (13:37 +0000)] 
 
Add fc6
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4054 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 27 Jan 2007 09:47:13 +0000  (09:47 +0000)] 
 
Final changes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4052 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 27 Jan 2007 09:28:28 +0000  (09:28 +0000)] 
 
ebl  Implement the include JobID in spool file name project.
kes  Reorder projects file in order determined by Jan 2007 vote.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4051 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@4045 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@4036 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@4035 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@4034 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Robert Nelson  [Wed, 24 Jan 2007 01:59:13 +0000  (01:59  +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/branches/Branch-2.0@4033 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 19 Jan 2007 07:55:22 +0000  (07:55 +0000)] 
 
Create patches/2.0.1-restart.patch. Fixes bug #755.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4020 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
(no author)  [Fri, 19 Jan 2007 07:55:22 +0000  (07:55 +0000)] 
 
This commit was manufactured by cvs2svn to create branch 'Branch-2.0'.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@4019 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sun, 14 Jan 2007 17:56:52 +0000  (17:56 +0000)] 
 
Update to 2.0.1
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3996 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 12 Jan 2007 16:34:05 +0000  (16:34 +0000)] 
 
Final changes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3987 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 12 Jan 2007 11:07:26 +0000  (11:07 +0000)] 
 
Update ChangeLog and ReleaseNotes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3986 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 12 Jan 2007 11:03:27 +0000  (11:03 +0000)] 
 
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/branches/Branch-2.0@3985 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@3984 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 12 Jan 2007 10:23:14 +0000  (10:23 +0000)] 
 
Pull in new spec files
Update patches
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3982 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
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/branches/Branch-2.0@3975 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 11 Jan 2007 20:15:48 +0000  (20:15 +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/branches/Branch-2.0@3973 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 11 Jan 2007 16:38:35 +0000  (16:38 +0000)] 
 
kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
     bug #742.
09Jan06
kes  Modify USTORE constructor to set an empty store_source string,
     and don't copy the store_source string in a cancel.  Hopefully
     this will fix Arno's seg fault, bug #744.
kes  Add back code to disable conio in configure. Fixes bug #743.
kes  Correct the Options scanner in the FD to correctly handle
     SHA1 option, which was eating the next option.  Reported by
     Sebastien Guilbaud.
kes  Add code to indicate when the SD is spooling, spool wait, and
     despooling as requested by Alan Brown.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3971 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Tue, 9 Jan 2007 14:53:36 +0000  (14:53 +0000)] 
 
Update links in FileSet
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3949 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
(no author)  [Tue, 9 Jan 2007 14:53:36 +0000  (14:53 +0000)] 
 
This commit was manufactured by cvs2svn to create branch 'Branch-2.0'.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3948 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 4 Jan 2007 08:52:26 +0000  (08:52 +0000)] 
 
Final changes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3916 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Wed, 3 Jan 2007 20:22:07 +0000  (20:22 +0000)] 
 
ebl  add file_histo and rep_histo new graph they works with bfileview
     and only on postgresql at this time. With this graph, you will
     follow directory and file evolution across backup.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3915 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 20:11:35 +0000  (20:11 +0000)] 
 
Fix umlaut in Zurich
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3914 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 20:08:53 +0000  (20:08 +0000)] 
 
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3913 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 20:08:10 +0000  (20:08 +0000)] 
 
Update date
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3912 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 19:47:06 +0000  (19:47 +0000)] 
 
Apply Eric's fix for client name editing on RunScripts.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3911 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 14:23:52 +0000  (14:23 +0000)] 
 
Add presentations page to Web site
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3910 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 09:29:59 +0000  (09:29 +0000)] 
 
Add install for translation to RN
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3909 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 09:27:34 +0000  (09:27 +0000)] 
 
Remove gmo files from CVS
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3908 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Wed, 3 Jan 2007 09:24:35 +0000  (09:24 +0000)] 
 
Fix dbcheck, update ReleaseNotes, finalize projects
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3907 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Wed, 3 Jan 2007 07:36:25 +0000  (07:36 +0000)] 
 
ebl  add info about Location and new Autochanger
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3906 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Wed, 3 Jan 2007 07:27:30 +0000  (07:27 +0000)] 
 
ebl  add Files column for bfileview
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3905 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 21:54:59 +0000  (21:54 +0000)] 
 
ebl  fix email addr
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3904 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 21:49:41 +0000  (21:49 +0000)] 
 
ebl  use conffiles instead of post install script
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3903 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 13:28:52 +0000  (13:28 +0000)] 
 
ebl  add ico file
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3902 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 13:23:29 +0000  (13:23 +0000)] 
 
ebl  big typo fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3901 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:30:16 +0000  (10:30 +0000)] 
 
ebl  add fv_write_path to default configuration
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3900 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:25:41 +0000  (10:25 +0000)] 
 
ebl  fix in AuthConfig
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3899 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:22:36 +0000  (10:22 +0000)] 
 
ebl  add infos
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3898 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:20:49 +0000  (10:20 +0000)] 
 
ebl  don't use htpasswd by default
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3897 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:17:21 +0000  (10:17 +0000)] 
 
ebl  update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3896 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:07:42 +0000  (10:07 +0000)] 
 
ebl  add french template files
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3895 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Tue, 2 Jan 2007 10:05:59 +0000  (10:05 +0000)] 
 
ebl  fix copyright in about note
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3894 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 19:50:11 +0000  (19:50 +0000)] 
 
ebl  1048 messages traduits, 159 traductions approximatives, 1898 messages non-traduits.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3893 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 19:37:32 +0000  (19:37 +0000)] 
 
ebl  1043 messages traduits, 159 traductions approximatives, 1903 messages non-traduits.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3892 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 18:04:26 +0000  (18:04 +0000)] 
 
ebl  1033 messages traduits, 169 traductions approximatives, 1903 messages non-traduits.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3891 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 16:52:05 +0000  (16:52 +0000)] 
 
ebl  add #define in readme
ebl  works with 2.0.0
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3890 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 15:02:59 +0000  (15:02 +0000)] 
 
ebl  update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3889 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 14:49:40 +0000  (14:49 +0000)] 
 
ebl  add index.html in bweb
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3888 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 14:48:18 +0000  (14:48 +0000)] 
 
ebl  move from /bweb -> /cgi-bin/bweb/bweb.pl
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3887 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 14:25:25 +0000  (14:25 +0000)] 
 
ebl  small fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3886 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Mon, 1 Jan 2007 14:11:12 +0000  (14:11 +0000)] 
 
Minor tweek to bweb README
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3885 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 13:48:33 +0000  (13:48 +0000)] 
 
ebl  merging Branch-1_39 to HEAD
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3884 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Mon, 1 Jan 2007 13:37:10 +0000  (13:37 +0000)] 
 
ebl  move /etc/bweb/config to /etc/bacula/bweb.conf
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3883 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Mon, 1 Jan 2007 10:17:20 +0000  (10:17 +0000)] 
 
Fix -c / -H newc problem
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3882 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Mon, 1 Jan 2007 10:16:34 +0000  (10:16 +0000)] 
 
Fix chapter links
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3881 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sun, 31 Dec 2006 17:40:31 +0000  (17:40 +0000)] 
 
Final changes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3880 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sun, 31 Dec 2006 15:25:30 +0000  (15:25 +0000)] 
 
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3879 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sun, 31 Dec 2006 14:51:55 +0000  (14:51 +0000)] 
 
Final changes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3878 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sun, 31 Dec 2006 13:48:57 +0000  (13:48 +0000)] 
 
ebl  fix tooltips
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3877 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sun, 31 Dec 2006 10:04:25 +0000  (10:04 +0000)] 
 
ebl  fix add some missing % in tooltips
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3876 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sun, 31 Dec 2006 10:02:33 +0000  (10:02 +0000)] 
 
ebl  display config_file
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3875 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sun, 31 Dec 2006 09:37:49 +0000  (09:37 +0000)] 
 
ebl  fix $Bweb::config_file
ebl  fix database error message
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3874 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sun, 31 Dec 2006 09:26:38 +0000  (09:26 +0000)] 
 
ebl  move /etc/bweb/config to /etc/bacula/bweb.conf
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3873 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 22:21:14 +0000  (22:21 +0000)] 
 
ebl  fix runscript doc
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3872 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 22:12:01 +0000  (22:12 +0000)] 
 
ebl  small typo fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3871 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 17:18:33 +0000  (17:18 +0000)] 
 
ebl  Works with 1.39.35
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3870 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 30 Dec 2006 16:59:42 +0000  (16:59 +0000)] 
 
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3869 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 30 Dec 2006 16:58:42 +0000  (16:58 +0000)] 
 
Updates
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3868 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 30 Dec 2006 16:56:46 +0000  (16:56 +0000)] 
 
Update version
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3867 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 30 Dec 2006 16:14:39 +0000  (16:14 +0000)] 
 
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3866 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Sat, 30 Dec 2006 15:53:59 +0000  (15:53 +0000)] 
 
Update ReleaseNotes ...
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3865 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 15:46:03 +0000  (15:46 +0000)] 
 
ebl  revert change, files count will be scheduled later
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3864 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 15:42:08 +0000  (15:42 +0000)] 
 
ebl  add files count to brestore_pathvisibility
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3863 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 10:54:47 +0000  (10:54 +0000)] 
 
ebl  fix documenation to activate bfileview
ebl  add a confirm box when jobfiles > 5000
ebl  cleanup fv_file_attribs.pl
ebl  add apache configuration example
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3862 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 09:33:05 +0000  (09:33 +0000)] 
 
ebl  item 21 done, a patch is available
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3861 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Sat, 30 Dec 2006 09:30:03 +0000  (09:30 +0000)] 
 
ebl  works against 1.39.34
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3860 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Fri, 29 Dec 2006 21:39:17 +0000  (21:39 +0000)] 
 
ebl  small fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3859 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Fri, 29 Dec 2006 21:27:23 +0000  (21:27 +0000)] 
 
ebl  update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3858 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Fri, 29 Dec 2006 21:21:40 +0000  (21:21 +0000)] 
 
ebl  add fileview tool
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3857 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Fri, 29 Dec 2006 16:40:32 +0000  (16:40 +0000)] 
 
Update version + notes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3856 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Fri, 29 Dec 2006 11:41:33 +0000  (11:41 +0000)] 
 
ebl  add function to decode base64 lstat
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3855 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Eric Bollengier  [Fri, 29 Dec 2006 11:39:00 +0000  (11:39 +0000)] 
 
ebl  add Size column to brestore_pathvisibility for bweb bfileview.pl
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3854 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 28 Dec 2006 18:14:51 +0000  (18:14 +0000)] 
 
Final changes
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3853 
91ce42f0 -d328-0410-95d8-
f526ca767f89 
 
Kern Sibbald  [Thu, 28 Dec 2006 17:33:46 +0000  (17:33 +0000)] 
 
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3852 
91ce42f0 -d328-0410-95d8-
f526ca767f89