]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
19 years agoApply Preben 'Peppe' Guldberg <peppe@wielders.org>
Kern Sibbald [Tue, 21 Dec 2004 16:19:00 +0000 (16:19 +0000)]
Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
  three patches that clean up white space:
  ws.patch.02.strings:
    Breaks strings that span lines into concatenated strings. I am not sure
    if you like this one. Other code works with concatenated strings, though.
  ws.patch.03.trailing:
    This removes trailing whitespace. No changes resulted from this for
    my setup.
  ws.patch.04.leading:
    This replaces space runs at the start of line with tabs. No changes
    again.

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

19 years ago- Fix overriding storage specification to be done
Kern Sibbald [Tue, 21 Dec 2004 13:02:15 +0000 (13:02 +0000)]
- Fix overriding storage specification to be done
  through a subroutine.
- Fix autoconf so it runs with FC3.
- Add Python4.3 to configure search paths.
- Always copy and delete storage definitions into jcr.
- Check that VolumeName supplied by Python is valid.
  Return 0 if not.

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

19 years agoFix undefined in non-Python build.
Kern Sibbald [Sun, 19 Dec 2004 20:43:38 +0000 (20:43 +0000)]
Fix undefined in non-Python build.

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

19 years agoUpdate rescue disk to include mkinitrd
Kern Sibbald [Sun, 19 Dec 2004 16:39:42 +0000 (16:39 +0000)]
Update rescue disk to include mkinitrd
- Fix umount_drives in rescue disk (only one arg to umount)
- Ensure that if SD is manually set in Console, it is used.
- Put generate_event on pointer and plug it in init. This
  permits using it in /lib
- Correct despooling size reported to be Job specific rather
  than for the whole drive.

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

19 years ago- Fix bug 207. jcr use count off by one when manually
Kern Sibbald [Sat, 18 Dec 2004 12:45:53 +0000 (12:45 +0000)]
- Fix bug 207. jcr use count off by one when manually
  scheduling jobs.

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

19 years agoRemove FNMATCH test in configure.in and always use
Kern Sibbald [Sat, 18 Dec 2004 11:18:16 +0000 (11:18 +0000)]
Remove FNMATCH test in configure.in and always use
  the one in our library to get the FN_CASEFOLD GNU
  extensions on all platforms.

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

19 years ago- While using the rescue CDROM after my computer would not
Kern Sibbald [Sat, 18 Dec 2004 10:27:32 +0000 (10:27 +0000)]
- While using the rescue CDROM after my computer would not
  boot, I realized that it would be very useful to have
  a umount_disks. So, it is not implemented, along with
  updates to the READMEs and some minor tweaks.
- Moved mounting the CDROM in the rescue boot from /cdrom
  to /mnt/cdrom (more standard location).
- Reboot in CDROM rescue should now work -- requires -d
  option (no write) to work.
- Hopefully fixed all the IPV6/4 problems and buffer
  problems with networking in lib. Bugs 190 and 204.
  Cleaned up a lot of #ifdefing problems by using routines
  in address_conf.c

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

19 years ago- Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
Kern Sibbald [Fri, 17 Dec 2004 09:27:01 +0000 (09:27 +0000)]
- Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
  alist fix patch.
- Remove duplicate code from chksum.h (mentioned by Preben).

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

19 years agoIntegrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
Kern Sibbald [Mon, 13 Dec 2004 14:58:39 +0000 (14:58 +0000)]
Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
  to handle both the standard and default ACLs.

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

19 years agoIntegrated Preben 'Peppe' Guldberg <peppe@wielders.org>
Kern Sibbald [Sun, 12 Dec 2004 19:52:41 +0000 (19:52 +0000)]
Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
  three cleanup patches (backup, chksum, and verify)

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

19 years agoMinor cleanup
Kern Sibbald [Sun, 12 Dec 2004 15:45:00 +0000 (15:45 +0000)]
Minor cleanup

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

19 years agoIntegrated Preben 'Peppe' Guldberg <peppe@wielders.org>
Kern Sibbald [Sun, 12 Dec 2004 15:42:50 +0000 (15:42 +0000)]
Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
  three cleanup patches (btest, verify, find).

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

19 years ago- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
Kern Sibbald [Thu, 9 Dec 2004 21:47:28 +0000 (21:47 +0000)]
- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
  patch to avoid doing MTIOCGET on OSes that do not support
  it such as OpenBSD.
- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
  patch to add filesystem type matching to FileSets in the
  Options resource.
- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
  patch to add Mac OSX resource fork support (save/restore)
  to Bacula -- HFS Plus support.

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

19 years agoCopyright assignment.
Scott Barninger [Thu, 9 Dec 2004 21:28:58 +0000 (21:28 +0000)]
Copyright assignment.

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

19 years agoCopyright assignment.
Scott Barninger [Thu, 9 Dec 2004 21:23:39 +0000 (21:23 +0000)]
Copyright assignment.

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

19 years agoUpdate doc images
Kern Sibbald [Thu, 9 Dec 2004 15:54:31 +0000 (15:54 +0000)]
Update doc images

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

19 years agoUpdate doc images
Kern Sibbald [Thu, 9 Dec 2004 15:13:45 +0000 (15:13 +0000)]
Update doc images

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

19 years agoFix bug 181 hopefully.
Scott Barninger [Thu, 9 Dec 2004 10:18:05 +0000 (10:18 +0000)]
Fix bug 181 hopefully.

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

19 years agoUpdate doc
Kern Sibbald [Thu, 9 Dec 2004 09:51:13 +0000 (09:51 +0000)]
Update doc

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

19 years agoUpdate LaTeX doc
Kern Sibbald [Wed, 8 Dec 2004 15:15:14 +0000 (15:15 +0000)]
Update LaTeX doc

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

19 years ago- Implemented Preben 'Peppe' Guldberg <peppe@wielders.org>
Kern Sibbald [Mon, 6 Dec 2004 22:47:07 +0000 (22:47 +0000)]
- Implemented Preben 'Peppe' Guldberg <peppe@wielders.org>
  patch to backup directories skipped (due to no file system
  changes or no recursion), and to add a slash to the end
  of the directory name during the match process.

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

19 years ago- Implement Jamie's patch to dird_conf.c that enables Multiple
Kern Sibbald [Mon, 6 Dec 2004 11:05:01 +0000 (11:05 +0000)]
- Implement Jamie's patch to dird_conf.c that enables Multiple
  Connections and fixes a typo in show.
05Dec04
- Implement run command in Python

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

19 years agoRemove debug code
Kern Sibbald [Mon, 6 Dec 2004 09:37:25 +0000 (09:37 +0000)]
Remove debug code

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

19 years agoUpdate doc
Kern Sibbald [Sun, 5 Dec 2004 19:58:50 +0000 (19:58 +0000)]
Update doc

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

19 years agoFix permissions on bacula-fd.conf. A last cleanup on the uninstall.
Scott Barninger [Sun, 5 Dec 2004 14:39:06 +0000 (14:39 +0000)]
Fix permissions on bacula-fd.conf. A last cleanup on the uninstall.

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

19 years agoImplement run command in Python
Kern Sibbald [Sun, 5 Dec 2004 10:45:31 +0000 (10:45 +0000)]
Implement run command in Python

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

19 years ago- Implement conversion of the manual, and some minor tweaks
Kern Sibbald [Sat, 4 Dec 2004 23:00:49 +0000 (23:00 +0000)]
- Implement conversion of the manual, and some minor tweaks
  to the script tags.
- Apply a patch supplied by Preben 'Peppe' Guldberg that implements
  ignore case in wild cards and regexes.
- Fix a truncated line in the above patch due to my cut and paste.

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

19 years agoFirst cut conversion using html2latex; add .tex files
Kern Sibbald [Sat, 4 Dec 2004 18:05:30 +0000 (18:05 +0000)]
First cut conversion using html2latex; add .tex files

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

19 years agoBug 183 fixes.
Scott Barninger [Sat, 4 Dec 2004 14:10:50 +0000 (14:10 +0000)]
Bug 183 fixes.

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

19 years agoFix bug 181 and other misc fixes.
Scott Barninger [Sat, 4 Dec 2004 13:08:51 +0000 (13:08 +0000)]
Fix bug 181 and other misc fixes.

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

19 years ago- Fix it so that the InChanger flag is only changed for Volumes
Kern Sibbald [Fri, 3 Dec 2004 21:54:21 +0000 (21:54 +0000)]
- Fix it so that the InChanger flag is only changed for Volumes
  in the same Pool.
- Add PIDOF configuration path and apply to bacula.in

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

19 years ago- Add user supplied patch to add inet_aton() of old Solaris
Kern Sibbald [Fri, 3 Dec 2004 21:00:19 +0000 (21:00 +0000)]
- Add user supplied patch to add inet_aton() of old Solaris
  systems.
- Require pools to match before allowing multiple simultaneous
  accesses to same storage resource.
- Add patch supplied by Martin to correct buffer overrun in
  bsnprintf() with no library snprintf().

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

19 years agoTest
Kern Sibbald [Fri, 3 Dec 2004 20:45:11 +0000 (20:45 +0000)]
Test

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

19 years agoUpdate to 1.36.1 output format
Kern Sibbald [Fri, 3 Dec 2004 20:44:03 +0000 (20:44 +0000)]
Update to 1.36.1 output format

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

19 years ago- Apply user supplied patch that implements No Hard Links.
Kern Sibbald [Thu, 2 Dec 2004 11:03:04 +0000 (11:03 +0000)]
- Apply user supplied patch that implements No Hard Links.
- Document Python interface
- Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>

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

19 years ago- Fix non-python prototypes in dummy routines.
Kern Sibbald [Wed, 1 Dec 2004 09:19:11 +0000 (09:19 +0000)]
- Fix non-python prototypes in dummy routines.
- Add python 2.3 to config search list (user submitted patch)
- Add JobStatus to Python variables.

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

19 years agoApply Python 2.3 configure patch
Kern Sibbald [Wed, 1 Dec 2004 07:56:45 +0000 (07:56 +0000)]
Apply Python 2.3 configure patch

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

19 years agoNew debug code + update Python prototypes
Kern Sibbald [Wed, 1 Dec 2004 07:53:51 +0000 (07:53 +0000)]
New debug code + update Python prototypes

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

19 years agoUpdate for 1.36.1
Scott Barninger [Tue, 30 Nov 2004 22:12:14 +0000 (22:12 +0000)]
Update for 1.36.1

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

19 years ago- Add python restart command in Console.
Kern Sibbald [Mon, 29 Nov 2004 18:16:04 +0000 (18:16 +0000)]
- Add python restart command in Console.
- Make built-in variables table driven.

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

19 years agoUpdate version
Kern Sibbald [Mon, 29 Nov 2004 13:01:13 +0000 (13:01 +0000)]
Update version

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

19 years agoCorrect Python error print
Kern Sibbald [Mon, 29 Nov 2004 11:53:37 +0000 (11:53 +0000)]
Correct Python error print

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

19 years agoFirst cut Python support
Kern Sibbald [Mon, 29 Nov 2004 11:08:17 +0000 (11:08 +0000)]
First cut Python support

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

19 years agoFirst cut of Python Events for Bacula. Director only.
Kern Sibbald [Sun, 28 Nov 2004 19:51:35 +0000 (19:51 +0000)]
First cut of Python Events for Bacula. Director only.
  StartJob, EndJob, NewVolume events.

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

19 years agoFix symlink in rescue package.
Scott Barninger [Fri, 26 Nov 2004 21:18:38 +0000 (21:18 +0000)]
Fix symlink in rescue package.

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

19 years agoStart 1.37 stream
Kern Sibbald [Fri, 26 Nov 2004 10:33:44 +0000 (10:33 +0000)]
Start 1.37 stream

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

19 years agoFinal changes
Kern Sibbald [Fri, 26 Nov 2004 08:40:42 +0000 (08:40 +0000)]
Final changes

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

19 years ago- Take Dan's fix to the fix_postgresql_tables (thanks Dan)
Kern Sibbald [Wed, 24 Nov 2004 17:16:58 +0000 (17:16 +0000)]
- Take Dan's fix to the fix_postgresql_tables (thanks Dan)
- Increase Maximum Concurrent Jobs to 20 in SD and FD!
- Fix improper handling of autochanger Volumes that are not
  marked InChanger.

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

19 years ago- Update authentication failure message to indicate possible
Kern Sibbald [Mon, 22 Nov 2004 09:28:41 +0000 (09:28 +0000)]
- Update authentication failure message to indicate possible
  problem with Maximum Concurrent Jobs. Add to doc too.
- Commit PostgreSQL BIGINT fix -- apparently some people didn't
  get it.
- Do not use a slot unless it is InChanger in the autochanger
  code, otherwise autochanger gets upset not finding the Volume.

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

19 years agoUpdate doc and authentication error message
Kern Sibbald [Mon, 22 Nov 2004 09:25:19 +0000 (09:25 +0000)]
Update doc and authentication error message

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

19 years agoMove authentication timeout to baconfig.h
Kern Sibbald [Sun, 21 Nov 2004 22:01:40 +0000 (22:01 +0000)]
Move authentication timeout to baconfig.h

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

19 years ago- Make authentication timeout compile time configurable.
Kern Sibbald [Sun, 21 Nov 2004 17:53:03 +0000 (17:53 +0000)]
- Make authentication timeout compile time configurable.

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

19 years agoUpdate
Kern Sibbald [Sun, 21 Nov 2004 13:10:16 +0000 (13:10 +0000)]
Update

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

19 years agoUpdate
Kern Sibbald [Sun, 21 Nov 2004 09:28:02 +0000 (09:28 +0000)]
Update

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

19 years ago- Fix removing items from watchdog queue, which apparently
Kern Sibbald [Sun, 21 Nov 2004 08:53:22 +0000 (08:53 +0000)]
- Fix removing items from watchdog queue, which apparently
  screwed up if there was more than one item.
- Rework mediaformat part of manual to separate out old
  tape format for easier reading.
- Add a lot of debug code to the authentication code.
- Add seconds to the start/end times printed in the job report.

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

19 years agoFinal changes
Kern Sibbald [Sat, 20 Nov 2004 08:00:39 +0000 (08:00 +0000)]
Final changes

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

19 years agoAdd more auth debug code
Kern Sibbald [Sat, 20 Nov 2004 07:49:43 +0000 (07:49 +0000)]
Add more auth debug code

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

19 years agoFinal changes
Kern Sibbald [Fri, 19 Nov 2004 09:52:32 +0000 (09:52 +0000)]
Final changes

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

19 years ago19Nov04
Kern Sibbald [Fri, 19 Nov 2004 09:51:22 +0000 (09:51 +0000)]
19Nov04
- Fix mutex deadlock in dequeue of messages.
- Add debug code to FD authorization.

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

19 years agoAdd -w switch to wx-console menu entry.
Scott Barninger [Thu, 18 Nov 2004 21:32:38 +0000 (21:32 +0000)]
Add -w switch to wx-console menu entry.

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

19 years agoUpgrade depkgs to 29Oct04.
Scott Barninger [Thu, 18 Nov 2004 21:19:29 +0000 (21:19 +0000)]
Upgrade depkgs to 29Oct04.

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

19 years agoFinal changes
Kern Sibbald [Thu, 18 Nov 2004 14:35:31 +0000 (14:35 +0000)]
Final changes

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

19 years agoBring 1.36.0 up to current 1.37 level
Kern Sibbald [Wed, 17 Nov 2004 22:48:23 +0000 (22:48 +0000)]
Bring 1.36.0 up to current 1.37 level

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

19 years agoFix job term status check
Kern Sibbald [Wed, 17 Nov 2004 09:57:14 +0000 (09:57 +0000)]
Fix job term status check

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

19 years agoUpdate for new job output
Kern Sibbald [Mon, 15 Nov 2004 22:44:40 +0000 (22:44 +0000)]
Update for new job output

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

19 years ago- Fix cancel bug in FD on /lib/tls with zero pid in
Kern Sibbald [Mon, 15 Nov 2004 22:43:33 +0000 (22:43 +0000)]
- Fix cancel bug in FD on /lib/tls with zero pid in
  pthread_kill.
- Add date/time to all messages.
- Make Qmsg use time message was queued rather than time
  printed.
- Indent job output two spaces.

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

19 years agoAdd -w parameter to wx-console to change the temporary directory.
Nicolas Boichat [Mon, 15 Nov 2004 16:49:53 +0000 (16:49 +0000)]
Add -w parameter to wx-console to change the temporary directory.

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

19 years agoAdd spec file for bimagemgr.
Scott Barninger [Sun, 14 Nov 2004 20:29:58 +0000 (20:29 +0000)]
Add spec file for bimagemgr.

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

19 years agorevert working_directory
Kern Sibbald [Sun, 14 Nov 2004 19:47:44 +0000 (19:47 +0000)]
revert working_directory

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

19 years agoAdd cdrom rescue dependancies.
Scott Barninger [Sun, 14 Nov 2004 16:15:27 +0000 (16:15 +0000)]
Add cdrom rescue dependancies.

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

19 years agoAdd bimagemgr configuration.
Scott Barninger [Sun, 14 Nov 2004 13:24:34 +0000 (13:24 +0000)]
Add bimagemgr configuration.

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

19 years agoMake fd shortcut on if not service, clean up uninstall.
Scott Barninger [Sun, 14 Nov 2004 11:20:49 +0000 (11:20 +0000)]
Make fd shortcut on if not service, clean up uninstall.

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

19 years agoAdd revision comments.
Scott Barninger [Sat, 13 Nov 2004 20:18:50 +0000 (20:18 +0000)]
Add revision comments.

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

19 years agoNSIS installer improvements.
Scott Barninger [Sat, 13 Nov 2004 19:33:54 +0000 (19:33 +0000)]
NSIS installer improvements.

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

19 years agoFix pebuild makefile, add files dir.
Scott Barninger [Sat, 13 Nov 2004 15:11:44 +0000 (15:11 +0000)]
Fix pebuild makefile, add files dir.

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

19 years agoAdd BartPE Windows plugin
Scott Barninger [Sat, 13 Nov 2004 14:52:58 +0000 (14:52 +0000)]
Add BartPE Windows plugin

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

19 years agoAdd cdrom to rescue rpm.
Scott Barninger [Sat, 13 Nov 2004 12:05:15 +0000 (12:05 +0000)]
Add cdrom to rescue rpm.

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

19 years ago- Fix web page links for new manual.
Kern Sibbald [Sat, 13 Nov 2004 10:34:17 +0000 (10:34 +0000)]
- Fix web page links for new manual.
- Grant postgresql permission to cdimages.
- Correct crash after list nextvol list media bug 160

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

19 years agoFix scripts/Makefile.in missing ;\ -- thanks Martin
Kern Sibbald [Fri, 12 Nov 2004 17:37:03 +0000 (17:37 +0000)]
Fix scripts/Makefile.in missing ;\  -- thanks Martin
- A bit of work on btape to keep if from going into infinite
  loops when things do not work well, and to print a bit
  better info.

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

19 years agoJobDefs Storage resource completely overrode anything
Kern Sibbald [Thu, 11 Nov 2004 17:30:32 +0000 (17:30 +0000)]
JobDefs Storage resource completely overrode anything
  specified in Job resource -- bug 159 -- fixed.

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

19 years agoFix syntax of renaming postgresql per Dan.
Kern Sibbald [Thu, 11 Nov 2004 08:11:19 +0000 (08:11 +0000)]
Fix syntax of renaming postgresql per Dan.

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

19 years agoAdd working_directory to be /tmp for wx_console.
Kern Sibbald [Thu, 11 Nov 2004 07:55:06 +0000 (07:55 +0000)]
Add working_directory to be /tmp for wx_console.
- Allow both a JobId and a filename or list of files to be
  specified on a restore command line.

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

19 years agoAllow both a JobId and a filename or list of files to be
Kern Sibbald [Wed, 10 Nov 2004 21:18:14 +0000 (21:18 +0000)]
Allow both a JobId and a filename or list of files to be
  specified on a restore command line.

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

19 years agoSave old mtx-changer before installing new one: bug 156
Kern Sibbald [Wed, 10 Nov 2004 20:14:40 +0000 (20:14 +0000)]
Save old mtx-changer before installing new one: bug 156

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

19 years agoFix silly error message
Kern Sibbald [Tue, 9 Nov 2004 17:47:21 +0000 (17:47 +0000)]
Fix silly error message

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

19 years ago- Fix exepath when Bacula executed without path.
Kern Sibbald [Tue, 9 Nov 2004 16:51:27 +0000 (16:51 +0000)]
- Fix exepath when Bacula executed without path.

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

19 years ago- Move test for socket libraries for Solaris in configure.in
Kern Sibbald [Tue, 9 Nov 2004 10:08:52 +0000 (10:08 +0000)]
- Move test for socket libraries for Solaris in configure.in
  before tcp wrapper tests so that linking works.

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

19 years ago- Add make copy-static-fd to makefile in CDROM file to
Kern Sibbald [Tue, 9 Nov 2004 09:42:49 +0000 (09:42 +0000)]
- Add make copy-static-fd to makefile in CDROM file to
  copy existing static fd to CDROM rather than building it.

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

19 years ago08Nov04
Kern Sibbald [Mon, 8 Nov 2004 21:12:12 +0000 (21:12 +0000)]
08Nov04
- More doc updates
- Fix ps command for OpenBSD
- Rework the creation of indexes for SQL -- fall back
  to the old code, but document what can be added.
06Nov04
- Add new Daemon message handler in default DIR conf.
05Nov04
- Fix Seg Fault with -D100 in bpipe.c.
- Fix Seg Fault in run specifying a JobId.
- Make mail from daemon with a Messages Resource use
  the MailCommand with editing rather than the default
  sendmail.
- Replace Jmsg in dispatch_message() with Qmsg.
- Make edit_job_codes handle NULL jcr.

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

19 years ago- Add M_ALERT class and put tape alerts into it.
Kern Sibbald [Thu, 4 Nov 2004 10:47:54 +0000 (10:47 +0000)]
- Add M_ALERT class and put tape alerts into it.
- Fix Verify count vs found by not double counting files
  that are split across files/Volumes.

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

19 years agoFix have-sqlite-db but don't-have-sqlite.
Scott Barninger [Sun, 31 Oct 2004 16:57:09 +0000 (16:57 +0000)]
Fix have-sqlite-db but don't-have-sqlite.

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

19 years agoFix SuSE LSB init info, misc rpm fixes
Scott Barninger [Sun, 31 Oct 2004 15:01:09 +0000 (15:01 +0000)]
Fix SuSE LSB init info, misc rpm fixes

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

19 years agoUpdate tech log + version
Kern Sibbald [Fri, 29 Oct 2004 22:12:46 +0000 (22:12 +0000)]
Update tech log + version

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

19 years ago30Oct04
Kern Sibbald [Fri, 29 Oct 2004 22:11:43 +0000 (22:11 +0000)]
30Oct04
- Fix count returned from write_bsr_file() to handle multiple
  volumes. This fixes most cases of the Verify VolumeToCatalog.
- Cleanup a bit the make clean for the rescue cdrom and remove
  unneeded files from the CVS.
28Oct04
- Fixed acquiring a tape so that it does not block all acquires
  when operator intervention is needed.
- Platform build script updates from Scott
- Doc updates
- Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
  new /lib/tls. This is done in the startup scripts.
- Modify mtx-changer so that it checks for ONLINE while
  waiting.
- Modify make_postgresql_tables.in so that EndBlock is stored
  as a bigint. Prevents job failures when a disk volume is
  larger than 2GB.
24Oct04
- Add grep ONLINE to wait_for_drive() in mtx-changer.in
- More doc.
- Rebuild Scott's new configure

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

19 years agoNew version + .cvsignore + new tech doc
Kern Sibbald [Sun, 24 Oct 2004 15:13:57 +0000 (15:13 +0000)]
New version + .cvsignore + new tech doc

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

19 years ago- Add grep ONLINE to wait_for_drive() in mtx-changer.in
Kern Sibbald [Sun, 24 Oct 2004 15:12:31 +0000 (15:12 +0000)]
- Add grep ONLINE to wait_for_drive() in mtx-changer.in
- More doc.
- Rebuild Scott's new configure

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

19 years agoAdd gentoo ebuild and new gentoo init
Scott Barninger [Sun, 24 Oct 2004 13:58:25 +0000 (13:58 +0000)]
Add gentoo ebuild and new gentoo init

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

19 years agoRPM - fix permissions on tray-monitor
Scott Barninger [Sat, 23 Oct 2004 00:14:03 +0000 (00:14 +0000)]
RPM - fix permissions on tray-monitor

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

19 years agoRPM spec - remove tray-monitor from rh8 build
Scott Barninger [Fri, 22 Oct 2004 15:39:13 +0000 (15:39 +0000)]
RPM spec - remove tray-monitor from rh8 build

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

19 years agoCorrect type in rpm spec file.
Scott Barninger [Fri, 22 Oct 2004 10:48:09 +0000 (10:48 +0000)]
Correct type in rpm spec file.

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