close_notify isn't an error. It's a polite notification
[freeradius.git] / src /
2014-05-28 Alan T. DeKokclose_notify isn't an error. It's a polite notification
2014-05-28 Alan T. DeKokonly use TLS if TLS is enabled
2014-05-28 Alan T. DeKokAdd the proxy listener to the packet list immediately
2014-05-28 Alan T. DeKokcerts will be NULL for outgoing proxy sockets.
2014-05-28 Alan T. DeKokFix use of fr_nonblock && listen() for sockets
2014-05-28 Alan T. DeKokDon't set nonblock on outgoing client connections.
2014-05-28 Arran Cudbard-BellStatus should always be initialised in rlm_ldap_bind
2014-05-28 Arran Cudbard-BellNeed extra break
2014-05-28 Arran Cudbard-BellDon't need memset if it's static
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellAdd some more asserts for catching invalid VPs when...
2014-05-28 Arran Cudbard-BellAdd \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-28 Arran Cudbard-BellMore LDAP tweaks
2014-05-28 Arran Cudbard-BellDon't retry ldap binds on failure (if were opening...
2014-05-27 Arran Cudbard-BellExtra message
2014-05-27 Arran Cudbard-BellMake it clearer what's happening on exit Fixes #665
2014-05-27 Alan T. DeKokTweak error message
2014-05-27 Arran Cudbard-BellAdd option not to add applicaiton_name
2014-05-27 Alan T. DeKokRe-arrange calls to setup_post_proxy_fail
2014-05-27 Alan T. DeKokWe can suppress delayed proxy responses, too
2014-05-27 Arran Cudbard-BellNeed to create new attributes as integer64 type in...
2014-05-27 Arran Cudbard-BellNew DHCP options encoder
2014-05-27 Arran Cudbard-BellBackport radius_vpt_get_vp changes from master
2014-05-27 Alan T. DeKokUse OpenSSL MD4 and MD5 by default.
2014-05-26 Alan T. DeKokfix compile error
2014-05-26 Alan T. DeKokWe always have a "request" now
2014-05-26 Alan T. DeKokStart request numbers at 1
2014-05-26 Alan T. DeKokAdd a fake request for outgoing TLS client connections
2014-05-26 Arran Cudbard-BellFix cbtls now we don't check for request in RDEBUG...
2014-05-26 Arran Cudbard-BellAdd instance to application name
2014-05-26 Arran Cudbard-BellShould be error message
2014-05-26 Arran Cudbard-BellAdd asserts to radlog functions
2014-05-26 Arran Cudbard-Bellrm unused goto
2014-05-26 Arran Cudbard-BellThis should never happen
2014-05-26 Arran Cudbard-BellImpose a hard limit on the number of reconnection attem...
2014-05-26 Arran Cudbard-BellDon't reconnect on QUERY CANCELED
2014-05-26 Arran Cudbard-BellUse the same format as other applications
2014-05-26 Arran Cudbard-BellTighter range constraint on INTEGER types
2014-05-26 Alan T. DeKokCall rad_postauth() and send the packet from proxy_no_r...
2014-05-26 Alan T. DeKokDon't delay proxy replies when there was a timeout
2014-05-26 Arran Cudbard-BellOne last sign fix for rlm_securid
2014-05-26 Arran Cudbard-BellTypo
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-26 Arran Cudbard-BellUse signed int to represent epoch in rlm_cache
2014-05-26 Nikolai KondrashovFix compilation of rlm_eap
2014-05-26 Arran Cudbard-BellDoing it the smart way causes Doxygen errors
2014-05-26 Arran Cudbard-BellMove db_string building into the pg instantiation function
2014-05-25 Arran Cudbard-BellAdd talloc_frees in realm
2014-05-25 Arran Cudbard-BellSync rlm_python and rlm_ldap with master
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellFix comments which caused doxygen parse issues
2014-05-24 Arran Cudbard-BellRest auth should just do the same checks as rlm_pap...
2014-05-24 Alan T. DeKokFix for scan warning
2014-05-24 Arran Cudbard-BellDon't set SO_REUSEADDR for UDP ports
2014-05-24 Arran Cudbard-BellFormatting
2014-05-24 Arran Cudbard-BellAll usage messages should go to the same place
2014-05-24 Arran Cudbard-BellExit after reading all packets in radsniff
2014-05-24 Arran Cudbard-BellIt's either a read error or a read of an invalid number...
2014-05-24 Arran Cudbard-BellCheck for NULL hs_type first
2014-05-24 Alan T. DeKokAdd coa_no_reply and glue it into the state machine
2014-05-24 Alan T. DeKokDEBUG2 --> RDEBUG2 for messages
2014-05-24 Alan T. DeKokCatch race condition in proxy_reply
2014-05-24 Arran Cudbard-BellAdd check for limits.h
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-24 Arran Cudbard-BellChange num to int
2014-05-24 Arran Cudbard-BellTypo
2014-05-24 Arran Cudbard-BellAdd xlat to print the current tag of an attribute
2014-05-24 Arran Cudbard-BellShould be signed
2014-05-24 Arran Cudbard-BellVarious coverity fixes
2014-05-24 Arran Cudbard-BellDon't SEGV on parse error in unittest
2014-05-24 Arran Cudbard-Bellclang analyzer issue
2014-05-24 Arran Cudbard-BellReformatting
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellVarious fixups in xlat_getvp
2014-05-23 Arran Cudbard-Bellnumber xlat-attr-tag
2014-05-23 Arran Cudbard-Bellnonnull declarations should go at the begining
2014-05-23 Arran Cudbard-BellMinor fixes in pairmake
2014-05-23 Arran Cudbard-BellFix tag filter debug
2014-05-23 Arran Cudbard-BellUsing [*] [#] [0] on fake attributes should produce...
2014-05-23 Arran Cudbard-BellDon't assert on list copy (head should of been NULL...
2014-05-23 Arran Cudbard-BellFix more places where tags weren't respected correctly
2014-05-23 Alan T. DeKokFix ref to re-named test
2014-05-23 Alan T. DeKokSimplify proxy no reply case. Closes #657
2014-05-23 Arran Cudbard-BellAdd tag correction pass so update sections insert tagge...
2014-05-23 Arran Cudbard-BellAdd additional texts for index
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #656
2014-05-23 Arran Cudbard-BellTypo
2014-05-23 Arran Cudbard-BellFix merge issue
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellFix corner case when using fr_cursor_remove and fr_curs...
2014-05-23 Arran Cudbard-BellFix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard-BellRework map2request to process multiple attributes retur...
2014-05-23 Arran Cudbard-BellUse the same num/tag field widths and values in xlat...
2014-05-23 Arran Cudbard-BellShould be using the macro to access attribute.num
2014-05-23 Arran Cudbard-BellFormatting and better error messages in radius_tmpl2str
2014-05-23 Arran Cudbard-BellEnumerate failures in base64 test
2014-05-23 Arran Cudbard-BellAdd more tests for deletions
2014-05-23 Arran Cudbard-BellUse sql_rcode_t
2014-05-23 Arran Cudbard-Bellupdate-operator test should use += to add failures
next