make outgoing SSL_connect() non-blocking
[freeradius.git] / src / main / tls_listen.c
2017-05-25 Alan T. DeKokmake outgoing SSL_connect() non-blocking
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKokremove redundant declaration. Found by PVS-Studio
2017-03-27 Alan T. DeKokre-add SSL wrappers for freeing VPs and Certs.
2017-02-27 Alan DeKokMerge pull request #1592 from spbnick/dlopen_actual_lib...
2017-02-24 Alan T. DeKokset talloc parent to sock for thread safety
2016-06-21 Alan T. DeKokBuild without TCP, too
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-09 Arran Cudbard-BellMerge pull request #1559 from pwdng/freetds
2016-03-09 Arran Cudbard-BellMerge pull request #1558 from pwdng/v3.0.x
2016-03-09 Arran Cudbard-BellUse threadsafe OpenSSL error functions
2016-02-16 Alan T. DeKokand another
2016-02-16 Alan T. DeKokwarning on possible truncation
2015-08-07 Arran Cudbard-BellOnly print packet decoding errors if running in debug...
2015-07-08 Alan T. DeKokBe more careful about talloc parent. Fixes #1129
2015-06-04 Alan T. DeKokMake debug messages consistent for bad packets
2015-05-27 Alan T. DeKokUse correct data types for TLS fields
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-04 Alan T. DeKokRename "offset" to "mtu", which is more accurate
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-27 Alan T. DeKokPut certs into correct container. Fixes #980
2015-03-04 Alan DeKokMerge pull request #918 from nchaigne/3.0.x-fb2
2015-03-04 Alan T. DeKokPass "sock" as talloc ctx instead of stealing to sock
2015-03-02 Alan T. DeKokUpdate comments in code for clarity
2015-03-02 Alan T. DeKokRe-parent the packet to NULL after initial TLS setup
2015-03-02 Alan T. DeKokAllocate request from the correct context
2015-02-10 Alan T. DeKokMake request_receive() take a TALLOC_CTX
2014-11-04 Arran Cudbard-BellFormatting
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-24 Alan T. DeKokEnsure packet is parented correctly
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-17 Alan T. DeKokPrint tunneled data in the right place
2014-06-16 Alan T. DeKokshow encoded packet before TLS encryption
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-05-28 Alan T. DeKokIt's OK to send packets in outgoing proxy socket INIT...
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-08 Alan T. DeKokFix build issues
2014-05-08 Alan T. DeKokLower connection limit in listener_free, and nowhere...
2014-05-08 Alan T. DeKokNormalize debug message
2014-05-08 Alan T. DeKokEvents are only managed by the main thread
2014-05-08 Alan T. DeKokUse proper talloc context in tls.c. Fixes #629
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokAssertions for clang scan
2014-05-02 Alan T. DeKokRe-arrange code to quiet Coverity
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-02-27 Alan T. DeKokAdd VERIFY_REQUEST to send() routines
2014-02-27 Alan T. DeKokUse client port in shutdown debug message
2014-02-27 Alan T. DeKokSend SSL_shutdown when we close an SSL socket
2014-02-27 Alan T. DeKokEnsure that tls_close_socket() is also protected by...
2014-02-27 Alan T. DeKokDon't use a while() around SSL_write()
2014-02-27 Alan T. DeKokReset partial read only after we've read all of the...
2014-02-26 Alan T. DeKokRetry the write on WANT_READ or WANT_WRITE
2014-02-26 Alan T. DeKokRemove confusing error message
2014-02-26 Alan T. DeKokWhen a socket is dead, set it's state to EOL, not REMOV...
2014-02-26 Alan T. DeKokBe better behaved with WANT_READ, etc. in proxy_tls_recv()
2014-02-25 Arran Cudbard-Bellassert if we get WANT_READ or WANT_WRITE
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-19 Arran Cudbard-BellChange priority of encoding error messages
2014-01-07 Alan T. DeKokBuild fixes WITHOUT_ACCOUNTING
2014-01-07 Alan T. DeKokBuild fixes for WITHOUT_PROXY
2013-12-19 Alan T. DeKokAllow auth+acct for TCP / TLS sockets
2013-11-22 Alan T. DeKokDon't need debugging when we open a new TLS socket
2013-11-21 Alan T. DeKokUse sock context for allocating packets
2013-10-14 Alan T. DeKokOne more minor assert
2013-08-20 Alan T. DeKokClean up "close socket" routines.
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-29 Alan T. DeKokMake requests NULL talloc context
2013-06-28 Alan T. DeKokMake request_alloc() take a TALLOC_CTX
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Alan T. DeKok(void) talloc_steal
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-25 Alan T. DeKokUse talloc, not malloc
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokThere's no need to memset data to zero
2012-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellRemove redundant #include <freeradius-devel/autoconf.h>
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-13 Alan T. DeKokRemove unused variable
2012-08-11 Alan T. DeKokRemove unused code
2012-04-15 Alan T. DeKokMove connection limiting code to its own data structure
2012-02-23 Alan T. DeKokUse correct structure for TLS fragment size
2012-02-23 Alan T. DeKokSet TLS receive buffer from fragment size
2012-01-27 Alan T. DeKokCorrect references to record_plus/minus()
next