]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
18 years ago - Add tests for dvd+rw-format in configure script.
Nicolas Boichat [Mon, 17 Oct 2005 22:03:52 +0000 (22:03 +0000)]
 - Add tests for dvd+rw-format in configure script.
 - scripts/dvd-handler: Reformat DVD-RW when needed. This needs dvd+rw-format.
 - Add patch for dvd+rw-tools in patches dir (this should probably be elsewhere).

18 years agoUpdate dvd-handler in bacula-sd.conf.in
Kern Sibbald [Mon, 17 Oct 2005 06:03:58 +0000 (06:03 +0000)]
Update dvd-handler in bacula-sd.conf.in

18 years agoRemove scripts/dvd-freespace and scripts/dvd-writepart, as they are now merged into...
Nicolas Boichat [Sun, 16 Oct 2005 21:35:48 +0000 (21:35 +0000)]
Remove scripts/dvd-freespace and scripts/dvd-writepart, as they are now merged into scripts/dvd-handler. Note: Documentation needs to
be updated.

18 years agoscripts/dvd-handler: "zero" brand-new DVD+/-RW to fix a problem with some
Nicolas Boichat [Sun, 16 Oct 2005 21:19:51 +0000 (21:19 +0000)]
scripts/dvd-handler: "zero" brand-new DVD+/-RW to fix a problem with some
   DVD-writers, thanks to Arno Lehmann for reporting this, and providing the
   way to fix it.

18 years agoUpdate dvd-handler (blank brand-new DVD+/-RW)
Nicolas Boichat [Sun, 16 Oct 2005 18:12:53 +0000 (18:12 +0000)]
Update dvd-handler (blank brand-new DVD+/-RW)

18 years agonew scripts/dvd-handler. Note: it also needs a patched version of dvd+rw-tools.
Nicolas Boichat [Sun, 16 Oct 2005 11:17:33 +0000 (11:17 +0000)]
new scripts/dvd-handler. Note: it also needs a patched version of dvd+rw-tools.

18 years agoFix compilation error.
Nicolas Boichat [Sun, 16 Oct 2005 09:37:58 +0000 (09:37 +0000)]
Fix compilation error.

18 years agonew scripts/dvd-freespace. Note: it needs a patched version of dvd+rw-tools.
Nicolas Boichat [Sat, 15 Oct 2005 23:34:15 +0000 (23:34 +0000)]
new scripts/dvd-freespace. Note: it needs a patched version of dvd+rw-tools.

18 years agoDon't write empty part. (Fix 4GB crossing bug reported by Arno Lehmann)
Nicolas Boichat [Sat, 15 Oct 2005 23:18:36 +0000 (23:18 +0000)]
Don't write empty part. (Fix 4GB crossing bug reported by Arno Lehmann)

18 years agoFix bug #443 (Thanks to "over" for the patch)
Nicolas Boichat [Sat, 15 Oct 2005 17:38:03 +0000 (17:38 +0000)]
Fix bug #443 (Thanks to "over" for the patch)

18 years agoFix bug #437
Nicolas Boichat [Sat, 15 Oct 2005 17:30:32 +0000 (17:30 +0000)]
Fix bug #437

18 years agoFix bug #435
Nicolas Boichat [Sat, 15 Oct 2005 16:24:32 +0000 (16:24 +0000)]
Fix bug #435

18 years agoFix bug #436.
Nicolas Boichat [Sat, 15 Oct 2005 16:12:35 +0000 (16:12 +0000)]
Fix bug #436.

18 years agoUse part_size and not max_part_size when setting write timeout.
Nicolas Boichat [Fri, 14 Oct 2005 14:04:12 +0000 (14:04 +0000)]
Use part_size and not max_part_size when setting write timeout.

18 years agoUpdate num_parts only when writing to DVD.
Kern Sibbald [Fri, 14 Oct 2005 11:00:51 +0000 (11:00 +0000)]
Update num_parts only when writing to DVD.

18 years agodvd.c:do_mount_dev: When checking if the DVD is mounted, do not count ., .. and ...
Nicolas Boichat [Fri, 14 Oct 2005 08:41:12 +0000 (08:41 +0000)]
dvd.c:do_mount_dev: When checking if the DVD is mounted, do not count ., .. and .keep (needed on Gentoo).

18 years agoFix error conditions in bpipe.c DVD routine (terminate buffer).
Kern Sibbald [Thu, 13 Oct 2005 18:55:49 +0000 (18:55 +0000)]
Fix error conditions in bpipe.c DVD routine (terminate buffer).

18 years agoFix buffer size in bpipe.c
Kern Sibbald [Thu, 13 Oct 2005 16:05:16 +0000 (16:05 +0000)]
Fix buffer size in bpipe.c

18 years ago- Use a bigger buffer 32K as suggested by Arno in bpipe.c.
Kern Sibbald [Thu, 13 Oct 2005 14:22:28 +0000 (14:22 +0000)]
- Use a bigger buffer 32K as suggested by Arno in bpipe.c.
- Increase dvd mount timeout with patch from Arno.

18 years ago- Modify DVD code so that it keeps a state flag that indicates
Kern Sibbald [Thu, 13 Oct 2005 13:55:09 +0000 (13:55 +0000)]
- Modify DVD code so that it keeps a state flag that indicates
  when the freespace variable is valid. freespace_errno, now has
  either 0 or an errno. There are no negative errnos.
- Create is_freespace_ok() to test state flag. Also, set_freespace_ok()
  and clear_freespace_ok(). Modify code to use them.  This
  simplifies a bit the logic of the freespace code.
- Edit 64bit debug values correctly in dvd.c
- Fix %e variable to check num_parts rather than part.
- Use static buffer instead of static buffers for FI_to_ascii()
  and stream_to_ascii() debug routines in SD. This is to prevent
  possible race conditions between two threads (possibly Phil's
  unmount problem).

18 years ago- Add a .dir command that separates arguments with commas. It
Kern Sibbald [Wed, 12 Oct 2005 15:36:56 +0000 (15:36 +0000)]
- Add a .dir command that separates arguments with commas. It
  is intended to be used in the tree routines to get a
  machine readable output for GUIs like wx-console.

18 years ago- Make configure set dvd-handler to have execute permission.
Kern Sibbald [Wed, 12 Oct 2005 10:07:49 +0000 (10:07 +0000)]
- Make configure set dvd-handler to have execute permission.
- Install dvd-handler as is done for other dvd-xxx scripts.

18 years ago- In block.c call dvd_write_part() to write last part rather
Kern Sibbald [Wed, 12 Oct 2005 10:02:04 +0000 (10:02 +0000)]
- In block.c call dvd_write_part() to write last part rather
  than dvd_open_next_part().
- Prefix some DVD subroutines with dvd_

18 years ago- Add extra debug to Update media error for VolFiles decrease
Kern Sibbald [Tue, 11 Oct 2005 20:40:52 +0000 (20:40 +0000)]
- Add extra debug to Update media error for VolFiles decrease
  error.
- Do not update dev->file on set_ateof() for non-tape.

18 years agoEnhance Media error message in Dir
Kern Sibbald [Tue, 11 Oct 2005 18:40:17 +0000 (18:40 +0000)]
Enhance Media error message in Dir

18 years ago- Mark DVD volume in error if part cannot be written.
Kern Sibbald [Mon, 10 Oct 2005 16:21:12 +0000 (16:21 +0000)]
- Mark DVD volume in error if part cannot be written.
- If a DVD is mounted, unmount it before asking operator
  to mount an different one.

18 years ago- Add Arno's dvd-handler script to the scripts directory and
Kern Sibbald [Mon, 10 Oct 2005 14:15:00 +0000 (14:15 +0000)]
- Add Arno's dvd-handler script to the scripts directory and
  integrate with configure.  It replaces both existing scripts.
- Make default schedule start at 23:10
- Implement gui release in Makefile. It creates two .tar.gz
  bacula-web and bimagemgr.

18 years agoRequire Bacula source on ./configure + pickup
Kern Sibbald [Mon, 10 Oct 2005 13:10:40 +0000 (13:10 +0000)]
Require Bacula source on ./configure + pickup
Bacula version + separate bacula-web and bimagemgr into different .tar.gz files

18 years ago- Add README plus tar release to gui project.
Kern Sibbald [Sat, 8 Oct 2005 12:18:53 +0000 (12:18 +0000)]
- Add README plus tar release to gui project.
- Manual documentation
- Tweak bacula.man doc
- Add PRAGMA synchronous = NORMAL; to SQLite3 tables. This
  speeds up SQLite3 so it is only about 10% slower than version
  2.xx.  Thanks to Russell Howe for this tip.
- Add msvcr71.dll to pebuilder .inf file as it is needed by
  Bacula FD.  Thanks to Brandon for passing this fix to Scott.

18 years agoCreate README + tar release
Kern Sibbald [Sat, 8 Oct 2005 12:10:14 +0000 (12:10 +0000)]
Create README + tar release

18 years agoUpdate doc
Kern Sibbald [Sat, 8 Oct 2005 11:53:13 +0000 (11:53 +0000)]
Update doc

18 years agoUpdate README
Kern Sibbald [Sat, 8 Oct 2005 11:51:56 +0000 (11:51 +0000)]
Update README

18 years ago- Minor cosmetic fix.
Juan Luis Francis [Thu, 6 Oct 2005 15:08:14 +0000 (15:08 +0000)]
- Minor cosmetic fix.

18 years ago- Upgraded Smarty to 2.6.10 version.
Juan Luis Francis [Thu, 6 Oct 2005 14:45:48 +0000 (14:45 +0000)]
- Upgraded Smarty to 2.6.10 version.
- Added multicatalog support

18 years ago- Add VolumePurged method to Python JobEvents class. Fixes
Kern Sibbald [Thu, 6 Oct 2005 07:03:52 +0000 (07:03 +0000)]
- Add VolumePurged method to Python JobEvents class.  Fixes
  bug #428 (I think).
- Add JobId index to File table for MySQL.
- Correct tray-monitor crash of bacula-dir. qstatus_cmd()
  code referenced the wrong pointer. Fixes bug #438.
- Add bacualnovss.mak file from Martin.
- Remove Pool from restore string in wbrestorepanel.cpp. Patch
  from user for bug #433.
- Correct code in wbrestorpanel.cpp with misplaced parens. Patch
  from user for bug #431
- Correct printing filenames/date/times in wbrestorepanel.cpp due to bad
  column alignment. Patch from user for bug #432.

18 years agofixed some typos
Jo Simoens [Tue, 4 Oct 2005 14:50:06 +0000 (14:50 +0000)]
fixed some typos

18 years agoTweaks
Kern Sibbald [Sat, 1 Oct 2005 10:17:13 +0000 (10:17 +0000)]
Tweaks

18 years agoBring cats/bdb_x.c routines up to version 1.37 (return values
Kern Sibbald [Thu, 29 Sep 2005 08:56:38 +0000 (08:56 +0000)]
Bring cats/bdb_x.c routines up to version 1.37 (return values
  are different).

18 years agoUpdate
Kern Sibbald [Thu, 29 Sep 2005 08:54:20 +0000 (08:54 +0000)]
Update

18 years agoUpdates
Kern Sibbald [Thu, 29 Sep 2005 07:02:31 +0000 (07:02 +0000)]
Updates

18 years ago- Integrate libwrap patch from Szechuan Death. They should
Kern Sibbald [Wed, 28 Sep 2005 19:24:55 +0000 (19:24 +0000)]
- Integrate libwrap patch from Szechuan Death. They should
  also fix bug 423.
- Clean up patches directory for next release.
- Add PS variable in bacula.in script as recommended by a user.
- Correct mtx-changer.in so it only creates a temp file when
  actually needed.
- Add patch supplied by user in a bug report to fix gnome2
  console buttons.
- Add patch from Peter Eriksson <peter@ifm.liu.se> to correct
  NLS error in tray-monitor.c

18 years agoFinal changes
Kern Sibbald [Tue, 27 Sep 2005 13:31:08 +0000 (13:31 +0000)]
Final changes

18 years agoUpdate version
Kern Sibbald [Mon, 26 Sep 2005 14:37:56 +0000 (14:37 +0000)]
Update version

18 years ago- Add code to catalog_update to detect NULL db pointer.
Kern Sibbald [Mon, 26 Sep 2005 14:37:35 +0000 (14:37 +0000)]
- Add code to catalog_update to detect NULL db pointer.
- Remove char *msg argument from catalog_request and
  catalog_update().

18 years agofix bad script tests + add smtp_host + fix tape options
Kern Sibbald [Sun, 25 Sep 2005 18:47:10 +0000 (18:47 +0000)]
fix bad script tests + add smtp_host + fix tape options

18 years agoUpdates
Kern Sibbald [Sun, 25 Sep 2005 18:44:08 +0000 (18:44 +0000)]
Updates

18 years ago- Fix mode change open in btape.c
Kern Sibbald [Sat, 24 Sep 2005 13:11:31 +0000 (13:11 +0000)]
- Fix mode change open in btape.c
- Use nonblocking opens on Linux only.
- Move set_blocking code for tapes into method to
  simplify main line code.
- Cleanup the code for ensuring we advance tape on fsf.
  This should fix IBM problems -- patch from Adam Thorton
  was very helpful.
- Remove test for BMT_EOD in fixup_device... this eliminates
  need for status_dev() routine.
- Before doing label ensure device is in read-write mode.

18 years agoTweak daemon.c berrno, copyright.
Kern Sibbald [Tue, 20 Sep 2005 12:36:00 +0000 (12:36 +0000)]
Tweak daemon.c berrno, copyright.

18 years ago- Fix handling of temp file in mtx_changer.in, reported as
Kern Sibbald [Mon, 19 Sep 2005 17:07:08 +0000 (17:07 +0000)]
- Fix handling of temp file in mtx_changer.in, reported as
  a security bug, but it is not really.  Bug #422
- Fix security problem of handling temp file in randpass.
  Bug #422.
- During label/relabel, add new_volume to VOLRES list in SD.

18 years agoFix temp file security problem + remove linux/floppy
Kern Sibbald [Mon, 19 Sep 2005 17:00:05 +0000 (17:00 +0000)]
Fix temp file security problem + remove linux/floppy

18 years ago- Added JobID column in report template. (thanks to Stephan Ebeit)
Juan Luis Francis [Mon, 19 Sep 2005 15:33:10 +0000 (15:33 +0000)]
- Added JobID column in report template. (thanks to Stephan Ebeit)

18 years ago- Apply Landon's patch for the TLS ANS1 API change.
Kern Sibbald [Sun, 18 Sep 2005 09:56:20 +0000 (09:56 +0000)]
- Apply Landon's patch for the TLS ANS1 API change.
- Remove old code.
- Make single exit path in first_open_device().

18 years agoMake new_volume walk through all Vols looking for dev
Kern Sibbald [Sat, 17 Sep 2005 16:40:15 +0000 (16:40 +0000)]
Make new_volume walk through all Vols looking for dev
  to release.

18 years ago- Make quit command in console always allowed.
Kern Sibbald [Fri, 16 Sep 2005 12:58:33 +0000 (12:58 +0000)]
- Make quit command in console always allowed.
- Remove the storage list between each console command to keep Dir from remembering a previously selected SD.

18 years ago- Add code to reservation VOLRES subroutines to try to ensure
Kern Sibbald [Fri, 16 Sep 2005 10:43:35 +0000 (10:43 +0000)]
- Add code to reservation VOLRES subroutines to try to ensure
  we don't end up with two Volumes on the same drive.
- Simplify the mutex code in VOLRES a bit to reduce the chance
  of error.

18 years ago- Apply Nicolas' dvd-freespace.in patch.
Kern Sibbald [Thu, 15 Sep 2005 16:28:21 +0000 (16:28 +0000)]
- Apply Nicolas' dvd-freespace.in patch.
- Make sure SQL table names are not translated.
- Eliminate incorrect message saying barcodes not
  found in label barcodes -- fixes bug report.

18 years agoCorrect date
Kern Sibbald [Mon, 12 Sep 2005 19:09:14 +0000 (19:09 +0000)]
Correct date

18 years agoCorrect typo
Kern Sibbald [Mon, 12 Sep 2005 19:07:17 +0000 (19:07 +0000)]
Correct typo

18 years agoUpdate donations
Kern Sibbald [Mon, 12 Sep 2005 18:50:14 +0000 (18:50 +0000)]
Update donations

18 years agoUpdate projects
Kern Sibbald [Fri, 9 Sep 2005 18:28:55 +0000 (18:28 +0000)]
Update projects

18 years agoUpdate
Kern Sibbald [Fri, 9 Sep 2005 11:16:02 +0000 (11:16 +0000)]
Update

18 years agoApply updates
Kern Sibbald [Fri, 9 Sep 2005 09:40:04 +0000 (09:40 +0000)]
Apply updates

18 years ago07Sep05
Kern Sibbald [Fri, 9 Sep 2005 09:34:28 +0000 (09:34 +0000)]
07Sep05
- Add ability to have passwords on backup of catalog as
  alternate 3rd argument. Submitted by a user.
- Turn off TapeAlert by default if user enables a Device
  and add a note to install mtx.

18 years agoupdates
Kern Sibbald [Fri, 9 Sep 2005 09:30:19 +0000 (09:30 +0000)]
updates

18 years agoAlways update Bacula date in manual
Kern Sibbald [Wed, 7 Sep 2005 12:57:43 +0000 (12:57 +0000)]
Always update Bacula date in manual

18 years agoadded GetVolumePathW and GetVolumeNameForVolumeMountPointW to winapi. This allows...
Thorsten Engel [Mon, 5 Sep 2005 14:39:22 +0000 (14:39 +0000)]
added GetVolumePathW and GetVolumeNameForVolumeMountPointW to winapi. This allows 1 binary to be used from Win9x up to W2K3.

18 years agoFinal changes
Kern Sibbald [Sun, 4 Sep 2005 16:45:16 +0000 (16:45 +0000)]
Final changes

18 years agoRemove debug option
Kern Sibbald [Sun, 4 Sep 2005 16:31:59 +0000 (16:31 +0000)]
Remove debug option

18 years agoFix list pools
Kern Sibbald [Sun, 4 Sep 2005 15:55:15 +0000 (15:55 +0000)]
Fix list pools

18 years agoUpdate home page + manual
Kern Sibbald [Sun, 4 Sep 2005 15:51:01 +0000 (15:51 +0000)]
Update home page + manual

18 years agoUpdate tests
Kern Sibbald [Sun, 4 Sep 2005 15:49:18 +0000 (15:49 +0000)]
Update tests

18 years agoFix out of order volumes during restore.
Kern Sibbald [Sun, 4 Sep 2005 15:47:12 +0000 (15:47 +0000)]
Fix out of order volumes during restore.

18 years agoAdd README file to logwatch directory.
Scott Barninger [Sun, 4 Sep 2005 15:28:00 +0000 (15:28 +0000)]
Add README file to logwatch directory.

18 years ago- Fixed mysql database size result. Reported by Roland Arendes
Juan Luis Francis [Thu, 1 Sep 2005 16:31:51 +0000 (16:31 +0000)]
- Fixed mysql database size result. Reported by Roland Arendes

18 years ago- Added German translation mantained by Florian Heigl
Juan Luis Francis [Thu, 1 Sep 2005 14:36:02 +0000 (14:36 +0000)]
- Added German translation mantained by Florian Heigl

18 years ago- Final tweaks to build Win32.
Kern Sibbald [Wed, 31 Aug 2005 15:29:40 +0000 (15:29 +0000)]
- Final tweaks to build Win32.
- Enable debug code in ua_label.c
- Remove devices from the Volume list even if no
  Volume is in drive.  Hopefully this fixes Arno's problem
  of multiple volumes listed in the same drive.

18 years agoRemove extra double quote
Kern Sibbald [Mon, 29 Aug 2005 19:59:32 +0000 (19:59 +0000)]
Remove extra double quote

18 years agoUpdate doc + add make release
Kern Sibbald [Mon, 29 Aug 2005 17:30:48 +0000 (17:30 +0000)]
Update doc + add make release

18 years agoSuite de dirdconf.tex.
Ludovic Strappazon [Mon, 29 Aug 2005 15:24:11 +0000 (15:24 +0000)]
Suite de dirdconf.tex.

18 years agoMore updates
Kern Sibbald [Mon, 29 Aug 2005 12:46:05 +0000 (12:46 +0000)]
More updates

18 years agoCreate make release + add README
Kern Sibbald [Mon, 29 Aug 2005 11:09:17 +0000 (11:09 +0000)]
Create make release + add README

18 years agoApply Landon's patch for TLS default values.
Kern Sibbald [Sun, 28 Aug 2005 19:46:39 +0000 (19:46 +0000)]
Apply Landon's patch for TLS default values.

18 years agoCorrect LOCALEDIR problem in build of Win32
Kern Sibbald [Sun, 28 Aug 2005 12:30:21 +0000 (12:30 +0000)]
Correct LOCALEDIR problem in build of Win32

18 years agoUpdate doc
Kern Sibbald [Sun, 28 Aug 2005 12:22:30 +0000 (12:22 +0000)]
Update doc

18 years ago- Correct ssize_t problem in build of Win32
Kern Sibbald [Sun, 28 Aug 2005 12:22:02 +0000 (12:22 +0000)]
- Correct ssize_t problem in build of Win32
- Add code to llprint pools and volumes to debug next item.
- From bug report, fix resetting Pool defaults in Volume. It
  was a typo Max was missing in several places.
- Don't allow translation of database Volume Status values.

18 years agoAdd support for gettext in VC++ 8.0.
Nicolas Boichat [Sat, 27 Aug 2005 22:37:09 +0000 (22:37 +0000)]
Add support for gettext in VC++ 8.0.

18 years agoUpdate VC++ 8.0 project files.
Nicolas Boichat [Sat, 27 Aug 2005 19:11:42 +0000 (19:11 +0000)]
Update VC++ 8.0 project files.

18 years agoAdd compatibility with Microsoft Visual C++ 2005 Express Edition Beta 2 (a complete...
Nicolas Boichat [Sat, 27 Aug 2005 14:33:39 +0000 (14:33 +0000)]
Add compatibility with Microsoft Visual C++ 2005 Express Edition Beta 2 (a complete VC++ IDE available for free).
It should not break MSVC++ 2003 compatibility.
(src/win32/README.vc8 will be completed later)

18 years agoFinal changes
Kern Sibbald [Thu, 25 Aug 2005 21:16:43 +0000 (21:16 +0000)]
Final changes

18 years agouite de dirdconf.tex
Ludovic Strappazon [Thu, 25 Aug 2005 15:24:13 +0000 (15:24 +0000)]
uite de dirdconf.tex

18 years agoFix 2 drive WEOF
Kern Sibbald [Wed, 24 Aug 2005 18:47:32 +0000 (18:47 +0000)]
Fix 2 drive WEOF

18 years ago- Ensure that the drive is closed before calling the
Kern Sibbald [Wed, 24 Aug 2005 16:29:01 +0000 (16:29 +0000)]
- Ensure that the drive is closed before calling the
  mtx-changer script so that the script can access the drive.

18 years agoAdd drive name to reserved Volume list printout in SD.
Kern Sibbald [Wed, 24 Aug 2005 09:00:34 +0000 (09:00 +0000)]
Add drive name to reserved Volume list printout in SD.

18 years ago- Fix bug in acquire.c that incorrectly reported volume
Kern Sibbald [Tue, 23 Aug 2005 16:13:31 +0000 (16:13 +0000)]
- Fix bug in acquire.c that incorrectly reported volume
  busy.
- Add additional debug code and messages in reserve.c
- Eliminate unwanted warning message in reserve.c

18 years agoFix my errors in specifying the configuration defaults:
Landon Fuller [Mon, 22 Aug 2005 19:19:21 +0000 (19:19 +0000)]
Fix my errors in specifying the configuration defaults:
- tlsenable and tlsrequire should default to off
- tlsverify should default to on

18 years agoUpdate
Kern Sibbald [Mon, 22 Aug 2005 08:13:00 +0000 (08:13 +0000)]
Update

18 years agoFinal changes
Kern Sibbald [Mon, 22 Aug 2005 08:11:51 +0000 (08:11 +0000)]
Final changes

18 years ago- Landon's fix for NLS detection
Kern Sibbald [Mon, 22 Aug 2005 07:38:10 +0000 (07:38 +0000)]
- Landon's fix for NLS detection
- Eliminate incorrect compiler warning on FreeBSD.

18 years agoFinal changes
Kern Sibbald [Sun, 21 Aug 2005 09:11:17 +0000 (09:11 +0000)]
Final changes

18 years agoMove Win32 errno message build into berrno constructor.
Kern Sibbald [Sun, 21 Aug 2005 08:40:45 +0000 (08:40 +0000)]
Move Win32 errno message build into berrno constructor.