]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/protos.h
kes Fix python compiler string warning. Note, IMO the GNU C++
[bacula/bacula] / bacula / src / lib / protos.h
2008-06-23 Kern Sibbaldkes Make first step toward eliminating globals from...
2008-06-21 Dirk H BartleyCommit of patch by Riccardo.
2008-04-02 Kern Sibbaldkes Modify run_program() and run_program_full_output...
2008-03-09 Kern Sibbaldkes Pass jcr to tls routines so debug messages can...
2007-12-24 Kern SibbaldMore tweaks for job_code_edit on Win32
2007-12-24 Kern Sibbaldkes Fix compile warning in src/lib/util.c
2007-12-14 Kern SibbaldApply patch from Bastian Friedrich <bastian.friedrich...
2007-12-03 Kern Sibbald03Dec07
2007-09-30 Kern Sibbaldkes Save jcr in thread specific data (tsd) for each...
2007-09-26 Kern SibbaldAdd jcr to timer packets so if killed message can be...
2007-09-09 Kern Sibbaldkes Suppress chown and chmod error messages if the...
2007-09-05 Kern Sibbaldkes Remove idcache.c
2007-06-16 Kern Sibbaldkes Remove a few malloc()s from the encryption code.
2007-06-07 Kern SibbaldConvert to pure GPL v2 license.
2007-06-07 Kern Sibbaldkes Fix sscanf problems reported by Peter Buschman...
2007-05-25 Kern SibbaldFix TLS #ifdefing when TLS turned off.
2007-05-25 Kern Sibbaldkes Ensure that when labelling a tape with Slot=0...
2007-05-22 Kern Sibbaldkes Implement message callback so that GUI is sure...
2007-05-04 Kern Sibbaldkes Change console Job name from *Console* to -Console...
2007-05-03 Kern Sibbaldkes First cut strip path. The data should be passed...
2007-04-22 Kern SibbaldImplement socket level heartbeat (tcp_keepidle)
2007-04-01 Kern SibbaldMove bnet_despool() into class in bsock.c
2007-03-30 Kern Sibbaldkes Make database name and user configurable
2007-03-23 Landon FullerAdd support for arbitrary client-to-server certificate...
2007-03-18 Kern Sibbaldkes Move the checking of the database in initializion...
2006-12-03 Kern Sibbaldkes Move unserial code in restore.c to a subroutine...
2006-11-21 Robert NelsonReplace explicit checks for "/" with calls to IsPathSep...
2006-11-21 Kern SibbaldUpdate copyright
2006-10-24 Robert NelsonChange daemons and utilities so that if -c is omitted...
2006-08-25 Kern Sibbaldkes wx-console crashes because of differences between...
2006-07-03 Kern Sibbald ======================= Warning ================...
2006-06-30 Robert NelsonMerge in all the low-risk changes from the Windows...
2006-06-24 Kern Sibbald- Turn on new bsnprintf() code.
2006-06-24 Kern Sibbald- Eliminate crypto type punning problems by eliminating...
2006-04-30 Eric Bollengier- fix : reload a bad configuration file doesn't kill...
2006-04-20 Kern SibbaldTweak Win32 build
2006-04-20 Kern SibbaldTweak Win32 build
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-07 Kern Sibbald- Remove timed wait for VSS on Win2K3 as it is not yet
2006-03-17 Kern Sibbald17Mar06
2006-02-06 Kern Sibbald- Implement first cut of 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-08 Kern SibbaldFix Win32 built to work with new crypto code.
2005-12-07 Kern Sibbald- Remove warning message about multiple saves of hardli...
2005-12-04 Landon FullerMerge the Bacula Encryption branch to HEAD.
2005-07-15 Kern Sibbald- Fix dir command scanning field misalignment in
2005-06-23 Kern SibbaldCheck for incorrect duration and size modifiers in...
2005-06-10 Kern Sibbald- Start removing #ifdef HAVE_TLS by sneaky tricks.
2005-06-04 Kern Sibbald- Fix compile problems on Win32
2005-05-26 Kern SibbaldUse light weight non-recursive locking on jcr chain.
2005-05-10 Kern Sibbald- Add cancel() to Dir Python scripting.
2005-05-09 Kern Sibbald- Correct bug in parse_config error handling.
2005-05-07 Kern Sibbald- Optimize File pruning to eliminate one database call.
2005-05-03 Kern SibbaldMake a few tls ifdef tweaks
2005-04-26 Nicolas Boichatwx-console: Improve error handling when reading configu...
2005-04-22 Landon Fuller- Integrated TLS network encryption
2005-04-19 Kern SibbaldCleanup Python build so that Python is not dragged
2005-04-17 Kern Sibbald- First cut of new Python implementation.
2005-01-29 Kern SibbaldVacation work -- see tech log
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-12-19 Kern SibbaldUpdate rescue disk to include mkinitrd
2004-11-29 Kern SibbaldCorrect Python error print
2004-11-29 Kern SibbaldFirst cut Python support
2004-11-28 Kern SibbaldFirst cut of Python Events for Bacula. Director only.
2004-11-15 Kern Sibbald- Fix cancel bug in FD on /lib/tls with zero pid in
2004-10-16 Kern SibbaldDocumentation +
2004-09-22 Kern Sibbald- Incremented the release number because this version...
2004-09-20 Kern Sibbald- Tweak install chapter of French manual to add new...
2004-09-19 Kern SibbaldMassive SD calling sequence reorganization
2004-08-17 Kern SibbaldFix conio.h problem on Solaris
2004-08-05 Kern SibbaldImplement user friendly time duration input editing
2004-08-03 Kern SibbaldMerge Meno's IPv6-1 code
2004-07-27 Kern SibbaldFirst cut berrno unified Unix/Win32 errno handling
2004-07-01 Kern SibbaldAdd regex to FileSet + fix ACL crash + gnome1 Makefile...
2004-06-22 Kern SibbaldFix reload algorithm + reload orphaned buffer + term_wa...
2004-06-15 Kern SibbaldAdd Peter Eriksson's const code + turn bsscanf code
2004-06-12 Kern SibbaldMisc see kes-1.34
2004-06-10 Kern SibbaldAttr spooling stats + storage override for restore
2004-05-08 Nicolas Boichatparse_conf now returns a status if wanted.
2004-05-07 Nicolas Boichatlex_open_file now accepts const char* as file name.
2004-04-24 Kern SibbaldMinor cleanup
2004-03-17 Kern SibbaldFirst cut restore GUI
2004-03-10 Kern SibbaldImplement Device Spool directory and sizes
2004-03-03 Kern SibbaldImprove debug output scheduler+jobq+tracing
2004-02-27 Kern SibbaldJob end push resource resturcturing
2004-02-24 Kern SibbaldWork on state file. Add popup if Abort on Windows....
2004-02-22 Kern SibbaldImplement state file and save/restore last_jobs list
2004-02-18 Kern SibbaldAdd const for Solaris' C++ compiler
2004-02-16 Kern Sibbaldconst char * additions
2004-02-16 Kern Sibbaldbtape test and fill improvements + first cut Qmsg
2004-01-26 Kern SibbaldAdd bsock timers to authentication
2004-01-17 Kern SibbaldAdd maximum network buffer size directive
2004-01-16 Kern SibbaldAdd IP address to BSOCK + authentication sets console...
next