]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
16 years agoUpdate 2drive test
Kern Sibbald [Thu, 13 Sep 2007 14:46:03 +0000 (14:46 +0000)]
Update 2drive test

16 years agoUpdate 2drive test
Kern Sibbald [Thu, 13 Sep 2007 14:42:53 +0000 (14:42 +0000)]
Update 2drive test

16 years agoadded and deleted some files that are no longer in the manual/ or new
Thomas Glatthor [Thu, 13 Sep 2007 09:47:58 +0000 (09:47 +0000)]
added and deleted some files that are no longer in the manual/ or new

16 years agonot in the english manual-directory
Thomas Glatthor [Thu, 13 Sep 2007 09:38:50 +0000 (09:38 +0000)]
not in the english manual-directory

16 years agoAdd base for German manual
Thomas Glatthor [Thu, 13 Sep 2007 09:37:48 +0000 (09:37 +0000)]
Add base for German manual

16 years agokes Cancel storage daemon in all cases where FD reports error. This
Kern Sibbald [Thu, 13 Sep 2007 07:21:47 +0000 (07:21 +0000)]
kes  Cancel storage daemon in all cases where FD reports error. This
     should fix virtually all cases of bug #920.
kes  Fix db_escape_string() for MySQL which did not compile.

16 years agoes Fix error message that was clobbered when Dir tells SD it does not
Kern Sibbald [Wed, 12 Sep 2007 21:31:57 +0000 (21:31 +0000)]
es  Fix error message that was clobbered when Dir tells SD it does not
     have write permission on Volume.  This should fix a minor point
     in bug #942, but not the main problem.
kes  Add code to cancel job in SD if FD connection fails. This should
     fix bug #920.
kes  Add code in FD exit to prevent loops and a crash on FreeBSD.

16 years agoMove term_reservations_lock lower down, because it blows
Dan Langille [Wed, 12 Sep 2007 21:02:59 +0000 (21:02 +0000)]
Move term_reservations_lock lower down, because it blows
away the volume_list lock which is used in free_volume_list().

Detected by: Dan Langille - who noticed bacula-sd.core files
Fixed by: Eric Bollengier - who read the backtrace...

16 years agoReplace #!/usr/bin/python with the more portable #!/usr/bin/env
Dan Langille [Wed, 12 Sep 2007 20:59:03 +0000 (20:59 +0000)]
Replace #!/usr/bin/python with the more portable #!/usr/bin/env

16 years ago~20 % translated
Thomas Glatthor [Wed, 12 Sep 2007 19:38:01 +0000 (19:38 +0000)]
~20 % translated

16 years agoModify db_escape_string() to take both jcr and db.
Dan Langille [Wed, 12 Sep 2007 13:52:56 +0000 (13:52 +0000)]
Modify db_escape_string() to take both jcr and db.
This allows for better escaping of strings.

16 years agoUpdate
Kern Sibbald [Wed, 12 Sep 2007 09:03:20 +0000 (09:03 +0000)]
Update

16 years ago"autochanger script specifed on {\bf Changer Device} statement."
Thomas Glatthor [Wed, 12 Sep 2007 08:49:52 +0000 (08:49 +0000)]
"autochanger script specifed on {\bf Changer Device} statement."
changed Device to Command, add one missing ")"

16 years agoupdate, english version has changed
Thomas Glatthor [Wed, 12 Sep 2007 08:32:31 +0000 (08:32 +0000)]
update, english version has changed

16 years agokes Fix migration code to get correct Volume name with multiple volumes
Kern Sibbald [Wed, 12 Sep 2007 07:18:32 +0000 (07:18 +0000)]
kes  Fix migration code to get correct Volume name with multiple volumes
     by skipping |.  Fixes bug #936.

16 years agokes Implement patch supplied by Landon to fix bug #944 where using
Kern Sibbald [Tue, 11 Sep 2007 22:14:42 +0000 (22:14 +0000)]
kes  Implement patch supplied by Landon to fix bug #944 where using
     TLS with bconsole uses 99+% of the CPU.
kes  Note, you need GTK >= 2.10 to be able to link the Tray Monitor
     program.
kes  Move patches into patches directory.

16 years agoebl fix #946 about config test mode which was broken.
Eric Bollengier [Tue, 11 Sep 2007 17:58:18 +0000 (17:58 +0000)]
ebl  fix #946 about config test mode which was broken.

16 years agoUpdate
Kern Sibbald [Tue, 11 Sep 2007 16:53:24 +0000 (16:53 +0000)]
Update

16 years agoebl fix small typo
Eric Bollengier [Tue, 11 Sep 2007 12:03:33 +0000 (12:03 +0000)]
ebl  fix small typo

16 years agoRevert kern's r5066 -- the change caused select() + read() to spin.
Landon Fuller [Mon, 10 Sep 2007 21:34:46 +0000 (21:34 +0000)]
Revert kern's r5066 -- the change caused select() + read() to spin.
We need to check for readability and writability seperately, based on what OpenSSL requests.

16 years agoFix typo line 199 spec file.
Scott Barninger [Mon, 10 Sep 2007 21:14:15 +0000 (21:14 +0000)]
Fix typo line 199 spec file.

16 years agoThere's no reason to check for exceptional conditions in the select() loop.
Landon Fuller [Mon, 10 Sep 2007 21:11:31 +0000 (21:11 +0000)]
There's no reason to check for exceptional conditions in the select() loop.
This may fix bug #944, but there shouldn't be any OOB data on these sockets.

16 years agoebl update
Eric Bollengier [Mon, 10 Sep 2007 20:05:06 +0000 (20:05 +0000)]
ebl  update

16 years agoAdd a <br>
Dan Langille [Mon, 10 Sep 2007 15:07:32 +0000 (15:07 +0000)]
Add a <br>

16 years agoNote the critical bug and link to the news page.
Dan Langille [Mon, 10 Sep 2007 15:05:08 +0000 (15:05 +0000)]
Note the critical bug and link to the news page.

16 years agoUpdate News
Kern Sibbald [Mon, 10 Sep 2007 15:00:52 +0000 (15:00 +0000)]
Update News

16 years agoUpdate news item
Kern Sibbald [Mon, 10 Sep 2007 14:50:22 +0000 (14:50 +0000)]
Update news item

16 years agoebl Using "m" in bconsole will show messages like before,
Eric Bollengier [Sun, 9 Sep 2007 17:21:27 +0000 (17:21 +0000)]
ebl  Using "m" in bconsole will show messages like before,
     and not memory usage.

16 years agoUpdate
Kern Sibbald [Sun, 9 Sep 2007 16:50:29 +0000 (16:50 +0000)]
Update

16 years ago09Sep07
Kern Sibbald [Sun, 9 Sep 2007 13:23:21 +0000 (13:23 +0000)]
09Sep07
kes  Fix bug #935, and probably also bug #903 where files were not
     restored. MediaId was not properly set in JobMedia record after
     a Volume change.
08Sep07
kes  Suppress chown and chmod error messages if the FD is not running
     as root.

16 years agoUpdate
Kern Sibbald [Sun, 9 Sep 2007 10:11:13 +0000 (10:11 +0000)]
Update

16 years agokes Suppress chown and chmod error messages if the FD is not running
Kern Sibbald [Sun, 9 Sep 2007 08:00:09 +0000 (08:00 +0000)]
kes  Suppress chown and chmod error messages if the FD is not running
     as root.

16 years agoThe list of installed files may well be out of date. Note that.
Dan Langille [Sat, 8 Sep 2007 15:54:50 +0000 (15:54 +0000)]
The list of installed files may well be out of date.  Note that.
Remove fd, as no such file is installed.

16 years agoTurn off batch-insert for older platforms. Add build target for rhel5 and
Scott Barninger [Sat, 8 Sep 2007 11:58:58 +0000 (11:58 +0000)]
Turn off batch-insert for older platforms. Add build target for rhel5 and
clones.

16 years agoUpdate
Kern Sibbald [Fri, 7 Sep 2007 20:26:55 +0000 (20:26 +0000)]
Update

16 years agoUpdate
Kern Sibbald [Fri, 7 Sep 2007 18:40:43 +0000 (18:40 +0000)]
Update

16 years agoUpdate
Kern Sibbald [Fri, 7 Sep 2007 15:55:30 +0000 (15:55 +0000)]
Update

16 years agoSet execute bit
Kern Sibbald [Fri, 7 Sep 2007 14:55:45 +0000 (14:55 +0000)]
Set execute bit

16 years agoFirst cut multi-client test
Kern Sibbald [Fri, 7 Sep 2007 14:54:07 +0000 (14:54 +0000)]
First cut multi-client test

16 years agoupdate
Thomas Glatthor [Fri, 7 Sep 2007 14:44:34 +0000 (14:44 +0000)]
update

16 years agoUpdate autochanger chapter
Kern Sibbald [Fri, 7 Sep 2007 13:10:32 +0000 (13:10 +0000)]
Update autochanger chapter

16 years agoUpdate configure
Kern Sibbald [Fri, 7 Sep 2007 12:55:46 +0000 (12:55 +0000)]
Update configure

16 years agokes Apply Martin Simmons patch that should turn off the new API usage
Kern Sibbald [Fri, 7 Sep 2007 12:55:17 +0000 (12:55 +0000)]
kes  Apply Martin Simmons patch that should turn off the new API usage
     when batch insert is turned off allowing building on older
     PostgreSQLs.

16 years agofirst german translation
Thomas Glatthor [Fri, 7 Sep 2007 08:51:20 +0000 (08:51 +0000)]
first german translation

16 years agoWe need PostgreSQL 7.4 or greater because we will soon be using PQescapeStringConn
Dan Langille [Thu, 6 Sep 2007 19:40:44 +0000 (19:40 +0000)]
We need PostgreSQL 7.4 or greater because we will soon be using PQescapeStringConn

16 years agoSpecify 4.1 MySQL or greater
Dan Langille [Thu, 6 Sep 2007 19:39:42 +0000 (19:39 +0000)]
Specify 4.1 MySQL or greater

16 years agoUpdate
Kern Sibbald [Thu, 6 Sep 2007 19:04:03 +0000 (19:04 +0000)]
Update

16 years agoMake multihost conf
Kern Sibbald [Thu, 6 Sep 2007 18:40:07 +0000 (18:40 +0000)]
Make multihost conf

16 years agoUpdate a few tests
Kern Sibbald [Thu, 6 Sep 2007 17:14:00 +0000 (17:14 +0000)]
Update a few tests

16 years agoRestructure regress configuration
Kern Sibbald [Thu, 6 Sep 2007 16:50:58 +0000 (16:50 +0000)]
Restructure regress configuration

16 years agofirst german translation
Thomas Glatthor [Thu, 6 Sep 2007 14:42:41 +0000 (14:42 +0000)]
first german translation

16 years agoUpdate
Kern Sibbald [Thu, 6 Sep 2007 07:39:14 +0000 (07:39 +0000)]
Update

16 years agoebl update todo
Eric Bollengier [Wed, 5 Sep 2007 19:58:30 +0000 (19:58 +0000)]
ebl  update todo

16 years agoebl Add a patch to add a Product column to Version table
Eric Bollengier [Wed, 5 Sep 2007 19:57:37 +0000 (19:57 +0000)]
ebl  Add a patch to add a Product column to Version table

16 years agoebl update todolist
Eric Bollengier [Wed, 5 Sep 2007 16:46:49 +0000 (16:46 +0000)]
ebl  update todolist

16 years agoMove my previously added entry to the correct sorted location.
Dan Langille [Wed, 5 Sep 2007 13:36:36 +0000 (13:36 +0000)]
Move my previously added entry to the correct sorted location.
Add Aitor Matilla for his work on the press release translations.

16 years agokes Remove idcache.c
Kern Sibbald [Wed, 5 Sep 2007 11:13:57 +0000 (11:13 +0000)]
kes  Remove idcache.c
kes  Add guid_to_name.c/h which replace idcache.
kes  Remove enh_fnmatch.c.  Make code that references it use fnmatch.c

16 years agoRemove enh_fnmatch.c. Make code that references it use fnmatch.c
Kern Sibbald [Wed, 5 Sep 2007 08:47:33 +0000 (08:47 +0000)]
Remove enh_fnmatch.c.  Make code that references it use fnmatch.c

16 years agoRemoving trailing " in the link to marc.info
Dan Langille [Wed, 5 Sep 2007 01:58:08 +0000 (01:58 +0000)]
Removing trailing " in the link to marc.info
Make the link to bacula-devel consistent with those to the other lists

16 years agoebl add a patch to get history readline support in bconsole
Eric Bollengier [Tue, 4 Sep 2007 21:23:30 +0000 (21:23 +0000)]
ebl  add a patch to get history readline support in bconsole

16 years agoAdd Lucas B. Cohen for his work on the French translation of the 2.2.0 press release.
Dan Langille [Tue, 4 Sep 2007 20:54:15 +0000 (20:54 +0000)]
Add Lucas B. Cohen for his work on the French translation of the 2.2.0 press release.

16 years agoUpdate to reflect release 2.2.0
Dan Langille [Tue, 4 Sep 2007 20:49:34 +0000 (20:49 +0000)]
Update to reflect release 2.2.0
Alter layout to slightly new format

16 years agoSupply the correct link to the Spanish document.
Dan Langille [Tue, 4 Sep 2007 20:36:06 +0000 (20:36 +0000)]
Supply the correct link to the Spanish document.

16 years agoebl add readme for item20 patch
Eric Bollengier [Tue, 4 Sep 2007 17:44:20 +0000 (17:44 +0000)]
ebl  add readme for item20 patch

16 years agoebl Add Nigel Stepp patch for item 20
Eric Bollengier [Tue, 4 Sep 2007 17:41:15 +0000 (17:41 +0000)]
ebl  Add  Nigel Stepp patch for item 20

16 years agoThis change of the regular expressions should fix any restoretree issues
Dirk H Bartley [Tue, 4 Sep 2007 17:35:00 +0000 (17:35 +0000)]
This change of the regular expressions should fix any restoretree issues
relating to the possibility of a capitol letter being returned from the
database as a drive letter.

16 years agoBuild configure from Eric's configure.in
Kern Sibbald [Tue, 4 Sep 2007 09:45:42 +0000 (09:45 +0000)]
Build configure from Eric's configure.in

16 years agoRelease 2.2.1
Scott Barninger [Mon, 3 Sep 2007 22:48:00 +0000 (22:48 +0000)]
Release 2.2.1

16 years agoebl check if postgreql lib have PQputCopyData to enable batch mode or not
Eric Bollengier [Mon, 3 Sep 2007 21:43:53 +0000 (21:43 +0000)]
ebl  check if postgreql lib have PQputCopyData to enable batch mode or not

16 years agokes Fix memory pool call in ua_output.c. bug #934.
Kern Sibbald [Mon, 3 Sep 2007 21:40:52 +0000 (21:40 +0000)]
kes  Fix memory pool call in ua_output.c. bug #934.

16 years agoAdd another test to fnmatch.c
Kern Sibbald [Mon, 3 Sep 2007 19:16:40 +0000 (19:16 +0000)]
Add another test to fnmatch.c

16 years agoTweak fnmatch.c
Kern Sibbald [Mon, 3 Sep 2007 11:45:58 +0000 (11:45 +0000)]
Tweak fnmatch.c

16 years agoTweak fnmatch.c
Kern Sibbald [Mon, 3 Sep 2007 11:37:41 +0000 (11:37 +0000)]
Tweak fnmatch.c

16 years agokes Replace fnmatch.c and fnmatch.h by modified BSD versions.
Kern Sibbald [Mon, 3 Sep 2007 11:24:09 +0000 (11:24 +0000)]
kes  Replace fnmatch.c and fnmatch.h by modified BSD versions.
     Add test program to fnmatch.c

16 years agoAdd some test cases for fnmatch
Kern Sibbald [Mon, 3 Sep 2007 10:17:43 +0000 (10:17 +0000)]
Add some test cases for fnmatch

16 years agoCommit new fnmatch.c/h
Kern Sibbald [Mon, 3 Sep 2007 06:30:00 +0000 (06:30 +0000)]
Commit new fnmatch.c/h

16 years agoadd new fnmatch.c/h
Kern Sibbald [Mon, 3 Sep 2007 06:28:11 +0000 (06:28 +0000)]
add new fnmatch.c/h

16 years agoRemove old fnmatch.c
Kern Sibbald [Mon, 3 Sep 2007 06:27:00 +0000 (06:27 +0000)]
Remove old fnmatch.c

16 years agoRemove old fnmatch.c
Kern Sibbald [Mon, 3 Sep 2007 06:26:40 +0000 (06:26 +0000)]
Remove old fnmatch.c

16 years agoUpdate version
Kern Sibbald [Sun, 2 Sep 2007 19:04:32 +0000 (19:04 +0000)]
Update version

16 years agoUpdate technotes
Kern Sibbald [Sun, 2 Sep 2007 18:59:00 +0000 (18:59 +0000)]
Update technotes

16 years agokes Integrate patch to README.vc8 from
Kern Sibbald [Sun, 2 Sep 2007 18:58:40 +0000 (18:58 +0000)]
kes  Integrate patch to README.vc8 from
     Hederer Jean-Sébastien <hedererjs@asperience.fr>, had to manually
     edit it to get it into Unix patch format.
kes  Implement mkpath.c to replace old FSF makepath.c

16 years agoebl drop old GPL fnmatch, use LGPL new one instead.
Eric Bollengier [Sun, 2 Sep 2007 18:34:22 +0000 (18:34 +0000)]
ebl  drop old GPL fnmatch, use LGPL new one instead.
     fnmatch_loop.c is include in fnmatch.c (no need to
     update Makefile)

16 years agoAdd latest notes for Win32 README
Kern Sibbald [Sun, 2 Sep 2007 09:57:50 +0000 (09:57 +0000)]
Add latest notes for Win32 README

16 years agoebl update todo
Eric Bollengier [Sun, 2 Sep 2007 07:45:09 +0000 (07:45 +0000)]
ebl  update todo

16 years agoImplement savecwd.h and savecwd.c. Remove FSF versions.
Kern Sibbald [Sat, 1 Sep 2007 09:01:26 +0000 (09:01 +0000)]
Implement savecwd.h and savecwd.c. Remove FSF versions.

16 years agoebl update todolist
Eric Bollengier [Sat, 1 Sep 2007 07:49:50 +0000 (07:49 +0000)]
ebl  update todolist

16 years agoebl update doc
Eric Bollengier [Fri, 31 Aug 2007 21:13:51 +0000 (21:13 +0000)]
ebl  update doc

16 years agoUpdate scripts/flist
Kern Sibbald [Fri, 31 Aug 2007 09:10:17 +0000 (09:10 +0000)]
Update scripts/flist

16 years agoLink to all the other languages.
Dan Langille [Thu, 30 Aug 2007 17:06:39 +0000 (17:06 +0000)]
Link to all the other languages.
Sort the links by the word in the native language.

16 years agoFinal changes
Kern Sibbald [Thu, 30 Aug 2007 16:36:25 +0000 (16:36 +0000)]
Final changes

16 years agoUpdate version
Kern Sibbald [Thu, 30 Aug 2007 16:35:18 +0000 (16:35 +0000)]
Update version

16 years agoUpdate
Kern Sibbald [Thu, 30 Aug 2007 16:28:56 +0000 (16:28 +0000)]
Update

16 years agoUpdate
Kern Sibbald [Thu, 30 Aug 2007 16:28:17 +0000 (16:28 +0000)]
Update

16 years agoUpdate
Kern Sibbald [Thu, 30 Aug 2007 16:20:20 +0000 (16:20 +0000)]
Update

16 years agokes Update POTFILES.in
Kern Sibbald [Thu, 30 Aug 2007 16:19:42 +0000 (16:19 +0000)]
kes  Update POTFILES.in
kes  Cleanup a few underquoted AC_DEFUNs in configure

16 years agoUpdate notes for 2.2.1 release
Kern Sibbald [Thu, 30 Aug 2007 14:22:48 +0000 (14:22 +0000)]
Update notes for 2.2.1 release

16 years agoApply patch from Martin Simmons that adds a test for va_copy to
Kern Sibbald [Thu, 30 Aug 2007 07:58:28 +0000 (07:58 +0000)]
Apply patch from Martin Simmons that adds a test for va_copy to
     ./configure

16 years agoAdd README.mingw32 and fix Win32 sqlite install
Kern Sibbald [Thu, 30 Aug 2007 06:36:22 +0000 (06:36 +0000)]
Add README.mingw32 and fix Win32 sqlite install

16 years agoFix bug 921 by increasing the number of tries to create a new volume
Kern Sibbald [Wed, 29 Aug 2007 10:46:56 +0000 (10:46 +0000)]
Fix bug 921 by increasing the number of tries to create a new volume
     from 11 to 100.