Kern Sibbald [Sat, 3 Dec 2005 15:00:04 +0000 (15:00 +0000)]
03Dec05
- Fix font code in gnome2 console user patch. Fixes bug #501.
- Fix malformatted bnet error message that caused seg fault
fixes bug 502
- Applied user patch to improve README.vc8 in src/win32.
29Nov05
- Add Migrate, Copy, Archive Job types (some where there)
- Correct some more editing of JobId's (for 64 bit compatibility).
- Ensure that StorageId is stored in Media record when ever possible.
- Add Migration Job to Job.
- Add Migration Time, Migration High Bytes, Migration Low Bytes
Next Pool to Pool resource.
- Add more code to mac.c (migration archive copy).
- Change Start Storage daemon job to require read and write storage
pointers.
- Pass read storage data to SD as well as write storage data.
- Remove old code from winservice.cpp
- Break on error in scan.
- Fix typo in signal.c
- Separate read/write DCR in SD. Add jcr->read_dcr.
- Cleanup how find_device() works.
- Add read output to Status in SD.
Kern Sibbald [Sun, 13 Nov 2005 10:24:12 +0000 (10:24 +0000)]
Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
and correct a few minor problems to make it build on Linux.
- Turn off API debug output unless debug set to avoid confusing
the user.
- Add Solaris ACL detection in configure.in as supplied by
Attila Fulop.
Kern Sibbald [Sat, 12 Nov 2005 17:31:19 +0000 (17:31 +0000)]
- Implement autochanger drives protocol so that Dir knows
how many drives an autochanger has.
- Do not request drive number in label, ... if only one drive.
- Turn off debug code.
- Fix update slots to clear slot number of every slot before
setting it. This fixes (I believe) bug #471
- Make unmount unload the autochanger slot.
- Modify open() on mount to be read-only and non-blocking,
otherwise the mount can block for a long time.
- Make a few error message numbers unique.
- Make a few error messages more correct.
- Apply patch from Thorsten to fix Win98 stat() command.
Kern Sibbald [Sun, 6 Nov 2005 18:04:07 +0000 (18:04 +0000)]
- Apply patch supplied by Eric Bollinger to fix PostgreSQL
grant on status. Bug #465
- Apply patch supplied by Eric Bollinger to fix PostgreSQL
update script. Bug #464
Kern Sibbald [Fri, 4 Nov 2005 09:13:07 +0000 (09:13 +0000)]
- Update release date.
- Tweak an authentication error message in dir.
- Fix autoloader so that mutex is set and released around
each run_program(). There was a missing set.
- Remove an unnecessary drive release in autochanger.
Kern Sibbald [Thu, 3 Nov 2005 14:23:26 +0000 (14:23 +0000)]
- Fix wrong variable in bpipe.c debug output reported by user.
- Fix improper placement of encode_and_send_attributes() in
FD backup.c causing first file of non-portable Win32 backup
to have wrong stream. Reported by Thorsten.
Kern Sibbald [Wed, 2 Nov 2005 18:19:09 +0000 (18:19 +0000)]
- Move the -lcrypt for PostgreSQL after the PostgreSQL libs in
autoconf/bacula-macros/db.m4 as suggested by user. Fixes bug #457.
- Remove @STATIC_CONS@ from tray-monitor Makefile as suggested
by user. Fixes bug #456.