Kern Sibbald [Thu, 6 Jan 2005 16:37:20 +0000 (16:37 +0000)]
- Apply all of Preben's patches, but revert to old backup.c
and old restore.c in filed. Also turn off code in new
acl.c because of errors. The new code, when fully implemented
moves platform specific code into acl.c.
One of the patches also implements WildFile and WildDir -- thanks.
Kern Sibbald [Thu, 30 Dec 2004 20:07:31 +0000 (20:07 +0000)]
- Enhance CDROM boot to include some documentation at boot time.
- NOTE. The CDROM will not boot 2.6 kernels because the
boot sequence has changed significantly. Updates to come
later.
- Add memtest option to CDROM boot.
- Include Nicolas' changes to fix llist JobMedia records.
- Make sure that ClientRunBefore/After messages from the program
are terminated with a newline. Add strerror to output error
messages.
- Return program exit status code in Win32.
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.
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.
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.
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
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.
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.
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.
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().
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>
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.
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.
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.
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.
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.