]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored
- Write install/uninstall of new manpages. There are now a
[bacula/bacula] / bacula / src / stored /
2006-06-26 Kern SibbaldFix dvd rewind
2006-06-25 Kern Sibbald25Jun06
2006-06-24 Kern Sibbald- Turn on new bsnprintf() code.
2006-06-24 Kern Sibbald- ========= Remove Accept Any Volume ========= directive.
2006-06-14 Kern Sibbald- Remove xpg4 lib from FreeBSD build as it is no longer...
2006-05-26 Kern Sibbald26May06
2006-05-05 Kern Sibbald- Correct EOF with no \n lex.c problem.
2006-04-23 Kern SibbaldMake migration work with new subroutine
2006-04-23 Kern Sibbald- Add 'Dir Status' button to the gnome console.
2006-04-19 Kern Sibbald- Apply patch from Christopher Hull
2006-04-18 Kern Sibbald- Remove the -f option from the chown in Makefile.in...
2006-04-11 Kern Sibbald11Apr06
2006-04-09 Kern Sibbald Make weof() and clrerror() methods of class DEVICE.
2006-04-08 Kern Sibbald- Tweak license to include Microsoft restrictions.
2006-04-07 Kern Sibbald- Remove timed wait for VSS on Win2K3 as it is not yet
2006-03-24 Kern Sibbald24Mar06
2006-03-17 Kern Sibbald17Mar06
2006-03-14 Kern Sibbald- Add more jcr methods and make mutex and use_count...
2006-02-26 Kern Sibbald- Fix the block listing bug pointed out by Arno.
2006-02-20 Kern Sibbald20Feb06
2006-02-14 Kern Sibbald- Add disk-changer to scripts directory + configure...
2006-02-11 Kern SibbaldAdd scan.c
2006-02-07 Kern SibbaldAdd mac.c file
2006-02-06 Kern Sibbald- Implement first cut of Migration.
2006-01-30 Kern Sibbald- Continue implementing migration.
2006-01-17 Landon FullerSupport for FD-side file encryption.
2006-01-15 Kern Sibbald15Jan06
2006-01-14 Landon Fuller- Rename "crypto_recipients" to "crypto_session" to...
2006-01-07 Kern Sibbald07Jan06
2006-01-05 Kern Sibbald- Start implementing Verify list output.
2005-12-23 Kern SibbaldMinor updates
2005-12-22 Kern Sibbald- Simplify code in askdir.c that waits for creating...
2005-12-21 Kern SibbaldRemove new bnet_sig
2005-12-20 Kern SibbaldFix seg fault in acquire.c
2005-12-20 Kern Sibbald- Pull in latest reservation system changes from 1.38
2005-12-17 Kern Sibbald- Fix seg fault if user labels a drive directory bug...
2005-12-11 Kern Sibbald- Merge changes made to 1.38.3 into HEAD
2005-12-08 Kern Sibbald- Apply patch supplied by user (slightly modified)...
2005-12-07 Kern Sibbald- Remove warning message about multiple saves of hardli...
2005-12-05 Kern Sibbald- Get next volume from Scratch pool before creating...
2005-12-05 Kern Sibbald- Remove argument from create_bacula_database for SQLit...
2005-12-04 Kern Sibbald- Landon merged his data encription changes into the...
2005-12-04 Landon FullerMerge the Bacula Encryption branch to HEAD.
2005-12-03 Kern Sibbald03Dec05
2005-11-21 Kern SibbaldApply 1.38.2 changes
2005-11-14 Kern SibbaldApply SunOS patch for ACLs submitted by David Duchscher.
2005-11-13 Kern SibbaldUpdate bextract
2005-11-12 Kern Sibbald- Implement autochanger drives protocol so that Dir...
2005-11-10 Kern SibbaldRemove delete of CVS files
2005-11-04 Kern Sibbald- Update release date.
2005-10-27 Kern Sibbald- Return HARDEOF status from bnet_recv() if bsock NULL...
2005-10-26 Nicolas BoichatUpdate VolParts when writing the last part (no more...
2005-10-22 Kern SibbaldInsure that all the SD tools init the Autochanger
2005-10-22 Kern SibbaldPrint error message if no Changer Command found.
2005-10-19 Nicolas Boichatblock.c:do_dvd_size_checks: Check we are writing to...
2005-10-19 Nicolas BoichatUpdate bacula-sd.conf.in to use dvd-handler correctly.
2005-10-18 Nicolas Boichatdvd.c:dvd_write_part: Increase timeout when writing...
2005-10-17 Nicolas BoichatFix bug when recycling DVD devices (append flag was...
2005-10-17 Kern SibbaldUpdate dvd-handler in bacula-sd.conf.in
2005-10-16 Nicolas Boichatscripts/dvd-handler: "zero" brand-new DVD+/-RW to fix...
2005-10-16 Nicolas BoichatFix compilation error.
2005-10-15 Nicolas BoichatDon't write empty part. (Fix 4GB crossing bug reported...
2005-10-14 Nicolas BoichatUse part_size and not max_part_size when setting write...
2005-10-14 Kern SibbaldUpdate num_parts only when writing to DVD.
2005-10-14 Nicolas Boichatdvd.c:do_mount_dev: When checking if the DVD is mounted...
2005-10-13 Kern Sibbald- Use a bigger buffer 32K as suggested by Arno in bpipe.c.
2005-10-13 Kern Sibbald- Modify DVD code so that it keeps a state flag that...
2005-10-12 Kern Sibbald- In block.c call dvd_write_part() to write last part...
2005-10-11 Kern Sibbald- Add extra debug to Update media error for VolFiles...
2005-10-10 Kern Sibbald- Mark DVD volume in error if part cannot be written.
2005-10-06 Kern Sibbald- Add VolumePurged method to Python JobEvents class...
2005-09-28 Kern Sibbald- Integrate libwrap patch from Szechuan Death. They...
2005-09-24 Kern Sibbald- Fix mode change open in btape.c
2005-09-19 Kern Sibbald- Fix handling of temp file in mtx_changer.in, reported as
2005-09-18 Kern Sibbald- Apply Landon's patch for the TLS ANS1 API change.
2005-09-17 Kern SibbaldMake new_volume walk through all Vols looking for dev
2005-09-16 Kern Sibbald- Add code to reservation VOLRES subroutines to try...
2005-09-09 Kern SibbaldApply updates
2005-09-09 Kern Sibbald07Sep05
2005-08-31 Kern Sibbald- Final tweaks to build Win32.
2005-08-28 Kern SibbaldApply Landon's patch for TLS default values.
2005-08-25 Kern SibbaldFinal changes
2005-08-24 Kern Sibbald- Ensure that the drive is closed before calling the
2005-08-24 Kern SibbaldAdd drive name to reserved Volume list printout in SD.
2005-08-23 Kern Sibbald- Fix bug in acquire.c that incorrectly reported volume
2005-08-22 Landon FullerFix my errors in specifying the configuration defaults:
2005-08-22 Kern Sibbald- Landon's fix for NLS detection
2005-08-20 Landon FullerInclude the appropriate libintl linker flags. Tested...
2005-08-18 Kern SibbaldTurn off debug code
2005-08-18 Kern Sibbald- Implement unloading a volume in a different drive...
2005-08-18 Kern Sibbald- Implement search for exact Volume in reservation...
2005-08-18 Kern SibbaldAdd more reserve debug
2005-08-17 Kern SibbaldStart coding better reservation algorithm
2005-08-17 Kern Sibbald- Create unload_autochanger() subroutine, and unload
2005-08-16 Kern Sibbald- Fix bug that missed drive=nn specification.
2005-08-13 Kern Sibbald- Add drive specification to mount, unmount, release...
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-08-04 Kern Sibbald- Make reservation system single threaded during the
2005-08-03 Kern Sibbald- Modify open() for tape so nonblocking really works.
2005-08-03 Kern Sibbald- Require 5 arguments to mtx-changer except list and...
next