]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/crypto.c
crypto: Add a tiny OpenSSL compat level
[bacula/bacula] / bacula / src / lib / crypto.c
2017-11-19 Sebastian Andrzej... crypto: Add a tiny OpenSSL compat level
2017-11-19 Sebastian Andrzej... crypto: remove support for ancient openssl
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Eric BollengierTweak copyrights again
2013-04-20 Eric Bollengiertweak copyright
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldFix OpenSSL 1.x problem in crypto.c on Fedora 12
2008-11-06 Kern SibbaldTweak debug code
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2007-09-30 Kern Sibbaldkes Save jcr in thread specific data (tsd) for each...
2007-06-16 Kern SibbaldFix seg fault in FD.
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-24 Landon FullerAdd detection of 'export-limited' openssl as shipped...
2007-05-23 Kern Sibbaldkes Reduce bat connect timeout from 30 to 15 seconds.
2007-05-22 Kern SibbaldAdd db interface comments
2007-05-11 Kern SibbaldFix another non-ssl build problem
2007-05-11 Kern Sibbaldkes Fix non-ssl build so that it works (add JCR *jcr...
2007-05-04 Kern Sibbaldkes Change console Job name from *Console* to -Console...
2007-05-03 Landon Fullercrypto_digest_update() should return false on failure...
2007-05-03 Landon FullerThese encryption error strings are localizable
2007-05-03 Kern Sibbaldkes First cut strip path. The data should be passed...
2007-02-22 Kern Sibbaldkes Begin implementing new comm signals for API.
2006-12-03 Kern Sibbaldkes Move unserial code in restore.c to a subroutine...
2006-11-21 Kern SibbaldUpdate copyrights
2006-07-28 Eric Bollengier o fix : restore a crypted stream on a fd witch doen...
2006-06-30 Robert NelsonFix 64 bit build problems.
2006-06-25 Kern Sibbald25Jun06
2006-06-24 Kern Sibbald- Turn on new bsnprintf() code.
2006-06-24 Kern Sibbald- Eliminate crypto type punning problems by eliminating...
2006-04-20 Kern Sibbald- Ensure that DB signature is never NULL.
2006-04-19 Kern SibbaldTweak Win32 build
2006-01-17 Landon FullerImplement restore decryption support.
2006-01-17 Landon FullerSupport for FD-side file encryption.
2006-01-16 Landon FullerFix a memory leak.
2006-01-16 Landon Fuller- Add support for testing the availability of a PEM...
2006-01-14 Landon Fuller- Rename "crypto_recipients" to "crypto_session" to...
2006-01-07 Landon FullerAdd missing cast
2005-12-13 Kern Sibbald13Dec05
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-04 Landon FullerMerge the Bacula Encryption branch to HEAD.