]> git.sur5r.net Git - bacula/bacula/history - bacula/src/lib/tls.c
crypto: Add a tiny OpenSSL compat level
[bacula/bacula] / bacula / src / lib / tls.c
2017-11-19 Sebastian Andrzej... crypto: Add a tiny OpenSSL compat level
2017-11-19 Sebastian Andrzej... crypto: remove support for ancient openssl
2017-05-22 Kern SibbaldBig backport from Enterprise
2016-01-10 Kern SibbaldChange copyright as per agreement with FSFE
2015-08-13 Kern SibbaldBackport from Bacula Enterprise
2015-05-27 Eric BollengierForce use of newer TLS protocols
2014-07-26 Kern SibbaldJim Raney's TLS patch
2014-03-27 Kern SibbaldBackport from BEE
2013-04-20 Eric BollengierTry to fix openssl problem with signal
2013-04-20 Eric BollengierImplement RestoreObject for sqlite + cleanups
2010-08-02 Kern SibbaldSwitch from GPLv2 to AGPLv3
2010-08-02 Kern SibbaldFix for TLS bugs #1568 and #1599
2010-08-02 Kern SibbaldImprove comm line error handling for TLS, may fix bug...
2010-08-02 Kern SibbaldAnother fix for OpenSSLv1
2010-08-02 Kern SibbaldFix tls.c for OpenSSLv1
2010-08-02 Kern SibbaldPatch from checks multple CNs when using TLS
2009-11-21 Kern SibbaldMerge branch 'master' of ssh://bacula.git.sourceforge...
2009-11-21 Kern SibbaldAttempt to keep tls_shutdown from hanging
2008-11-22 Kern SibbaldRemove all time_t from arguments in favor of utime_t...
2008-07-14 Kern Sibbaldkes Change Bacula trademark owner from John Walker...
2008-03-09 Kern Sibbaldkes Pass jcr to tls routines so debug messages can...
2007-12-11 Kern SibbaldImplement a security enhancement: TLS authentication...
2007-09-30 Kern Sibbaldkes Save jcr in thread specific data (tsd) for each...
2007-09-10 Landon FullerRevert kern's r5066 -- the change caused select() ...
2007-09-10 Landon FullerThere's no reason to check for exceptional conditions...
2007-07-03 Kern Sibbaldkes Start work on new more efficient DBId subroutine...
2007-06-25 Kern SibbaldRemove unused variable
2007-06-25 Kern Sibbaldkes Return correct string from authenticate.cpp in...
2007-06-24 Kern Sibbaldkes Implement Windows reparse points -- similar to...
2007-06-23 Kern Sibbaldbsock tweaks
2007-06-23 Kern Sibbaldkes Remove some duplicated code in tls.c
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-23 Kern Sibbaldkes Reduce bat connect timeout from 30 to 15 seconds.
2007-05-22 Kern Sibbaldkes Implement message callback so that GUI is sure...
2007-05-20 Kern SibbaldMove more bnet functions into the BSOCK class.
2007-02-06 Kern SibbaldUpdate a few dates
2007-01-23 Robert NelsonFix msvc build problems.
2006-11-21 Kern SibbaldUpdate copyrights
2006-04-19 Kern SibbaldTweak Win32 build
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-09-18 Kern Sibbald- Apply Landon's patch for the TLS ANS1 API change.
2005-08-10 Nicolas BoichatMark translatable strings in all source files.
2005-06-04 Kern Sibbald- Fix compile problems on Win32
2005-05-03 Kern SibbaldMake a few tls ifdef tweaks
2005-05-03 Kern SibbaldFix init_tls warnings
2005-04-22 Landon Fuller- Integrated TLS network encryption