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.
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.
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
Kern Sibbald [Tue, 19 Oct 2004 13:35:19 +0000 (13:35 +0000)]
- Modified detection of largefiles to always set all flags regardless
of the machine.
- Modify autostart scripts to start Bacula late in the process and
terminate it early.
- Drop CDImages table in drop database tables scripts.
- Alter casting of (void *) in gnome2-console/restore.c to pass
by a (long int) so that it works with 64 bit machines.
- Add more debug to heartbeat.c in FD for problem of dropped connections.
Kern Sibbald [Mon, 18 Oct 2004 15:29:00 +0000 (15:29 +0000)]
- Fix crash on exit with -t option in FD on 2.6 kernels --
uninitialized thread id variable.
- Add additional SD and FD debug info to detect network hang.
- Fix bnet_strerror() routine not to return stack pointer.
- Put latest update routines in updatedb.
Kern Sibbald [Sat, 16 Oct 2004 11:51:32 +0000 (11:51 +0000)]
Documentation +
- Fix error during restore error reported by Christopher Hull when
no tape in the drive (open fails).
- Add more precise error reporting to FD when a network error
occurs.
Kern Sibbald [Fri, 15 Oct 2004 17:09:21 +0000 (17:09 +0000)]
- Update all the db update scripts to include the new multiple
key index on File proposed by Martin, and to fix up a few
minor things with PostgreSQL.
- Apply Christopher Hull's patch for getting the catalog correct
during a restore.
- Created a patch for 1.34.6 (and code in 1.35) to detect passing
the A option to the FD, which means enable ACL processing.
Submitted by Ben Vitale.
- Fix empty files reported by Marin (zero file_size in dev.c).