eliminate bogus whitespace diff
[freeradius.git] / src / main / tls_listen.c
2014-06-26 Kevin Wassermaneliminate bogus whitespace diff
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
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-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
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-03-14 Margaret WassermanMerge branch 'tr-integ' of moonshot.suchdamage.org...
2014-03-14 Alan T. DeKokWhen a socket is dead, set it's state to EOL, not REMOV...
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-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
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()
2012-01-27 Alan T. DeKokMove dump_hex() function to tls_listen.c
2012-01-26 Alan T. DeKokMove server-specific code to tls_listen.c