]> git.sur5r.net Git - bacula/bacula/history - bacula/src/jcr.h
- Remove the -f option from the chown in Makefile.in for more
[bacula/bacula] / bacula / src / jcr.h
2006-04-18 Kern Sibbald- Remove the -f option from the chown in Makefile.in...
2006-03-14 Kern Sibbald- Add more jcr methods and make mutex and use_count...
2006-03-08 Kern Sibbald- Rename mac.c migrate.c
2006-02-14 Kern Sibbald- Add disk-changer to scripts directory + configure...
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-16 Landon Fuller- Add support for testing the availability of a PEM...
2006-01-15 Kern Sibbald15Jan06
2006-01-14 Landon Fuller- Rename "crypto_recipients" to "crypto_session" to...
2006-01-07 Kern Sibbald07Jan06
2005-12-12 Landon FullerAdd PKE recipient structure creation w/ symmetric key...
2005-12-04 Landon FullerMerge the Bacula Encryption branch to HEAD.
2005-12-03 Kern Sibbald03Dec05
2005-07-08 Kern Sibbald- Correct typo in Copyright
2005-06-13 Kern Sibbald- Make default mandir /usr/share/man
2005-06-04 Kern Sibbald- Implement attribute caching to put Signature into...
2005-05-26 Kern SibbaldUse light weight non-recursive locking on jcr chain.
2005-05-26 Kern Sibbald- Make JCR a class and implement inc_use_count() and
2005-05-25 Kern Sibbald- Put Dmsg() on inside if() to avoid calling subroutine.
2005-05-20 Kern SibbaldUnify the reserve_device() for a single device into...
2005-05-08 Kern SibbaldFinal changes
2005-05-07 Kern SibbaldMore work on cached attributes + sig
2005-04-19 Kern Sibbald- Fix new Python code to work for Director.
2005-04-17 Kern Sibbald- First cut of new Python implementation.
2005-03-28 Kern Sibbald- This version has a new DIR -- SD protocol. Both
2005-03-22 Kern Sibbald- Add copyright to title page of manual so it is clear.
2005-03-17 Kern Sibbald- Detect if fseeko exists with autoconf. If so, use it
2005-03-06 Kern Sibbald06Mar05
2005-02-28 Kern Sibbald- Corrected some typos in the make_xxx_tables.in files.
2005-02-07 Kern SibbaldAdded code to detect that no files were inserted into the
2005-01-29 Kern SibbaldVacation work -- see tech log
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2005-01-07 Kern SibbaldAdd acl_text to jcr
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-09-30 Kern Sibbald- Apply Martin's patch for fixing console modifications...
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-08-22 Nicolas Boichat- Add default Console resource in src/dird/bacula-dir...
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-06-27 Kern SibbaldWin32 fixes + resources array fix
2004-06-22 Kern SibbaldFix reload algorithm + reload orphaned buffer + term_wa...
2004-06-01 Kern SibbaldMake restore jobs wait for exclusive use of Storage...
2004-03-09 Kern SibbaldMore data spooling updates
2004-03-07 Kern SibbaldImplement first cut DCR in SD
2004-02-29 Kern SibbaldTweak Makefiles + add logrotate to autostart install...
2004-02-28 Kern SibbaldFirst cut SIGHUP while jobs running + apply Phil's...
2004-02-27 Kern SibbaldJob end push resource resturcturing
2004-02-26 Kern Sibbaldmtimeonly and keepatime in Include + first cut disk...
2004-02-23 Kern SibbaldFix reporting jobs from state file + misc
2004-02-18 Kern SibbaldAdd const for Solaris' C++ compiler
2004-02-16 Kern Sibbaldbtape test and fill improvements + first cut Qmsg
2004-02-07 Kern SibbaldFix watchdog deadlog + restore soft link bug
2004-02-04 Kern SibbaldDoc + ignore label errors option in bls
2004-01-22 Kern SibbaldSetIP command + CloseOnPoll + Full,Inc,Diff Pools ...
2004-01-13 Kern SibbaldMake mark run *MUCH* faster in restore tree + update...
2003-12-23 Kern SibbaldNic's watchdog code + cleanup jcr locking/use_count
2003-11-28 Kern SibbaldImplement saving last 10 jobs run
2003-11-11 Kern SibbaldFix segfault from double free or RestoreBootstrap;...
2003-10-17 Kern SibbaldCommit final code for 1.32b + Verify Job (name) + chang...
2003-09-06 Kern SibbaldImplement ClientRunBeforeJob and ClientRunAfterJob
2003-08-31 Kern SibbaldImplement repositioning code + misc
2003-07-20 Kern SibbaldComplete new job scheduler + fix from Nic Bellamy
2003-07-17 Kern Sibbaldadd jobq+serial.h+priorities+recycling
2003-07-09 Kern SibbaldFix cached_path to be local to jcr + fixed idcache
2003-06-21 Kern SibbaldFirst cut of estimate command
2003-06-18 Kern SibbaldNew var.c file + implement multiple simultaneous jobs
2003-06-16 Kern SibbaldAdd Environment arrays + Rescheduling of jobs + cancel...
2003-06-15 Kern SibbaldLabelFormat
2003-06-09 Kern SibbaldBig reorganization of restore code into lib/attr.c
2003-06-07 Kern SibbaldFirst cut Win32 data stream detection. Fix Win98 restor...
2003-06-02 Kern SibbaldSplit out routines into new files + Implement Verify...
2003-05-23 Kern SibbaldSort bsr records, use C++ structs, add volatile, fix...
2003-05-22 Kern Sibbaldchange all void *jcr into JCR *jcr
2003-05-20 Kern SibbaldFix double jobmedia bug, doc, add non-fatal error count
2003-05-15 Kern SibbaldBSDI changes, auto Win API detection
2003-05-15 Kern SibbaldWin32 BackupRead/Write, begin adding Base, Jmsg knows...
2003-05-05 Kern SibbaldAdd Dir heartbeat in FD
2003-05-03 Kern SibbaldMisc see kes-1.30a
2003-05-02 Kern SibbaldAdd SD heartbeat
2003-04-30 Kern SibbaldFix cancel problem and implement run gnome dialog
2003-04-16 Kern SibbaldWin32 backup API implementation
2003-04-07 Kern SibbaldChange spelling of cancelled
2003-04-04 Kern Sibbaldrelabel command, first cut label barcodes
2003-03-18 Kern SibbaldNew semaphore job scheduling code
2003-03-01 Kern SibbaldRemove cancelled jobs from workq + add priority
2003-02-04 Kern SibbaldAdd tconsole directory
2003-01-22 Kern Sibbaldprefix links code in Dir
2003-01-14 Kern SibbaldJobStatus updates
2002-12-16 Kern SibbaldEndBlock fix, enhanced fill in btape, ...
2002-11-18 Kern SibbaldString length protection, VolUseDuration,MaxVolJobs...
2002-10-30 Kern SibbaldMinor changes
2002-10-29 Kern SibbaldImportant protocol change -- see kes29Oct02
2002-10-23 Kern SibbaldFirst cut 1.27 see kes23Oct02
2002-10-09 Kern Sibbaldbtape updates + documentation -- see kes09Oct02
2002-10-06 Kern SibbaldVacation updates -- see kes06Oct02
2002-09-25 Kern SibbaldServer address binding + bscan updates -- see kes25Sep02
2002-08-19 Kern Sibbaldnew version
2002-08-11 Kern SibbaldLots of cleanup for restore -- kes11Aug02
2002-08-11 Kern SibbaldMake restore Job work -- kes11Aug02
2002-07-21 Kern SibbaldSQLite performance + misc -- see kes20Jul02
next