]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored/dev.c
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / stored / dev.c
2005-11-22 (no author)This commit was manufactured by cvs2svn to create tag Release-1.38.2
2005-11-14 Kern SibbaldApply SunOS patch for ACLs submitted by David Duchscher.
2005-10-17 Nicolas BoichatFix bug when recycling DVD devices (append flag was...
2005-10-11 Kern Sibbald- Add extra debug to Update media error for VolFiles...
2005-09-24 Kern Sibbald- Fix mode change open in btape.c
2005-08-24 Kern Sibbald- Ensure that the drive is closed before calling the
2005-08-16 Kern Sibbald- Fix bug that missed drive=nn specification.
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-08-03 Kern Sibbald- Modify open() for tape so nonblocking really works.
2005-07-29 Nicolas BoichatRemove zero-sized parts from spool file when closing...
2005-07-28 Nicolas BoichatFix when we cannot mount the DVD, but no part has yet...
2005-07-28 Kern Sibbald28Jul05
2005-07-27 Nicolas BoichatUpdate/bugfixes in DVD-writing. (@kern, please also...
2005-07-25 Nicolas BoichatVarious DVD fixes.
2005-07-24 Nicolas BoichatFixes concerning DVD-writing.
2005-07-22 Kern Sibbald- Add check for df path for dvd_freespace
2005-07-18 Kern Sibbald- Make all files in working directory have .xxx at...
2005-07-17 Kern Sibbald- Fix name space pollution by OpenSSL 0.9.8 reported by
2005-07-08 Kern Sibbald- Correct a NULL pointer reference in the mount command.
2005-07-08 Kern Sibbald- Correct typo in Copyright
2005-07-07 Kern Sibbald- Remove temp file created in mtx-changer script.
2005-07-05 Kern Sibbald- Add code to ensure that reserved but unused volumes
2005-07-04 Kern Sibbald04Jul05
2005-07-03 Kern Sibbald- Tweak dvd-writepart script to prevent door from openi...
2005-06-29 Kern Sibbald- Detect device mounted for DVD and suppress be sure to
2005-06-29 Kern Sibbald- Attempt to fix DVD writing by eliminating a number...
2005-06-26 Kern Sibbald- Add set_mode method in DEVICE.
2005-06-26 Kern SibbaldCreate mode set method add debug output for DVD
2005-06-21 Kern SibbaldSplit open() code for DVD into separate subroutine...
2005-06-21 Kern Sibbald- Add debug error printout when open() fails.
2005-06-18 Kern Sibbald- DVD writing/reading seems to be mostly working.
2005-06-16 Kern Sibbald- Add Date, Job, level to updates to .bsr file in
2005-06-14 Kern Sibbald- Fix the same state variable problem in open_next_part().
2005-06-13 Kern Sibbald- Add more debug code and clarify debug code for DVDs.
2005-06-10 Kern Sibbald- Start removing #ifdef HAVE_TLS by sneaky tricks.
2005-05-25 Kern Sibbald- Put Dmsg() on inside if() to avoid calling subroutine.
2005-05-18 Kern Sibbald- Modify wait during use_device to happen only after...
2005-04-26 Kern Sibbald- Make SD re-open a device with the right permissions if
2005-04-17 Kern Sibbald- First cut of new Python implementation.
2005-04-11 Kern Sibbald Make fsr_dev() a method dev->fsr()
2005-04-11 Kern Sibbald- Remove Created new FileSet message as it always comes...
2005-04-07 Nicolas Boichat - Fix "unknown device type" problem with DVD devices.
2005-04-01 Kern Sibbald- Convert more atoi to str_to_int64() for DB.
2005-03-26 Kern Sibbald- Comment out Multiple Connections in the document.
2005-03-18 Kern Sibbald- Fix more print_name()s for printing device name.
2005-03-17 Kern Sibbald- Detect if fseeko exists with autoconf. If so, use it
2005-03-14 Kern Sibbald- Fix ANSI labels to put EOF1 and EOF2 after each file...
2005-03-12 Kern Sibbald- Implement IBM labels
2005-03-09 Kern Sibbald- Edit Resource-name (physical-name) for the device...
2005-03-09 Kern SibbaldMove supported Autochangers to new chapter
2005-03-06 Kern Sibbald06Mar05
2005-03-02 Kern Sibbald- Make Director loop over alternative Devices specified...
2005-03-01 Kern Sibbald- Implement setting DIR Storage device to Autochanger
2005-02-22 Kern Sibbald- Add some changes submitted by a user for HP client...
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-02-15 Kern Sibbald- Fix Media LabelDate and FirstWritten to be correctly...
2005-02-09 Kern Sibbald- Modified ANSI label code to preserve any ANSI label
2005-02-04 Kern SibbaldOK, ANSI labels seem to be working now
2005-02-02 Kern SibbaldAdd more use of dev methods
2005-02-02 Kern SibbaldAdd more info in dev error msg + codes
2005-01-29 Kern SibbaldVacation work -- see tech log
2005-01-09 Nicolas BoichatFixed configure script so scripts/dvd-freespace/writepa...
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-12-09 Kern Sibbald- Integrated Preben 'Peppe' Guldberg <peppe@wielders...
2004-11-12 Kern SibbaldFix scripts/Makefile.in missing ;\ -- thanks Martin
2004-10-15 Kern Sibbald- Update all the db update scripts to include the new...
2004-10-07 Kern Sibbald- Added Rerun Failed Levels = yes/no
2004-09-29 Kern Sibbald- Fix seg fault in AlertCommand
2004-09-27 Kern Sibbald- Correct buffer length passed to inet_ntop() in addres...
2004-09-25 Kern SibbaldOops
2004-09-25 Kern Sibbald- Make run_grub print manual procedure for installing...
2004-09-21 Kern Sibbald- Add ioctl(MTIOCGET) call to clrerror_dev() in dev...
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-08-24 Kern Sibbald- Applied a patch from Peter Eriksson that removes...
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-08-12 Meno Abels!!! I didn't run the regression tests.!!!
2004-07-26 Kern SibbaldFix dev.c return codes
2004-07-25 Kern SibbaldFix new DCRs in bscan + 32/64 bit editing checks in...
2004-07-22 Kern SibbaldFix bscan walk DCRs + add some bools to dev.c
2004-07-18 Kern SibbaldMisc
2004-07-16 Kern SibbaldMore DCR changes
2004-07-04 Kern SibbaldMisc cleanups
2004-06-15 Kern SibbaldAdd Peter Eriksson's const code + turn bsscanf code
2004-03-12 Kern SibbaldImplement multiple drive autochanger support
2004-03-10 Kern SibbaldImplement Device Spool directory and sizes
2004-03-09 Kern SibbaldMore data spooling updates
2004-03-07 Kern SibbaldImplement first cut DCR in SD
2004-02-26 Kern Sibbaldmtimeonly and keepatime in Include + first cut disk...
2004-02-16 Kern Sibbaldbtape test and fill improvements + first cut Qmsg
2004-02-13 Kern SibbaldMisc
2004-02-12 Kern SibbaldAdd write/read and positioning test to btape
2004-02-11 Kern SibbaldTemp kludge for FreeBSD mt_count problem
2004-02-10 Kern SibbaldAdd win32 directory
2004-02-07 Kern SibbaldFix watchdog deadlog + restore soft link bug
2004-01-26 Kern SibbaldAdd bsock timers to authentication
2004-01-13 Kern SibbaldMake mark run *MUCH* faster in restore tree + update...
2004-01-10 Kern SibbaldDoc updates + first cut Volume polling code
2003-12-29 Kern SibbaldFix btape test for TWO EOF + use driver idea of file...
2003-12-29 Kern SibbaldFix watchdog crash in btape+detect more Device config...
next