freeradius.git
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... Status should always be initialised in rlm_ldap_bind
2014-05-28 Arran Cudbard... Need extra break
2014-05-28 Arran Cudbard... Don't need memset if it's static
2014-05-28 Arran Cudbard... pairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard... Update ChangeLog
2014-05-28 Arran Cudbard... Add some more asserts for catching invalid VPs when...
2014-05-28 Arran Cudbard... Add \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard... Make pairparsevalue binary safe
2014-05-28 Herwin WeststrateAdded debian/freeradius-rest to gitignore
2014-05-28 Arran Cudbard... More LDAP tweaks
2014-05-28 Arran Cudbard... Don't retry ldap binds on failure (if were opening...
2014-05-27 Arran Cudbard... Extra message
2014-05-27 Arran Cudbard... Make it clearer what's happening on exit Fixes #665
2014-05-27 Alan T. DeKokTweak error message
2014-05-27 Arran Cudbard... Add 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... Update ChangeLog
2014-05-27 Arran Cudbard... Need to create new attributes as integer64 type in...
2014-05-27 Arran Cudbard... New DHCP options encoder
2014-05-27 Arran Cudbard... Backport radius_vpt_get_vp changes from master
2014-05-27 Alan T. DeKokUse OpenSSL MD4 and MD5 by default.
2014-05-27 Arran Cudbard... Merge pull request #662 from fajarnugraha/v3.0.x-suse...
2014-05-26 Fajar A. Nugrahasuse: specfile build fixes
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... Fix cbtls now we don't check for request in RDEBUG...
2014-05-26 Arran Cudbard... Add instance to application name
2014-05-26 Arran Cudbard... Should be error message
2014-05-26 Arran Cudbard... Add asserts to radlog functions
2014-05-26 Arran Cudbard... rm unused goto
2014-05-26 Arran Cudbard... This should never happen
2014-05-26 Arran Cudbard... Impose a hard limit on the number of reconnection attem...
2014-05-26 Arran Cudbard... Don't reconnect on QUERY CANCELED
2014-05-26 Arran Cudbard... Update ChangeLog
2014-05-26 Arran Cudbard... Use the same format as other applications
2014-05-26 Arran Cudbard... Tighter 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... One last sign fix for rlm_securid
2014-05-26 Arran Cudbard... Typo
2014-05-26 Arran Cudbard... Cast interval values to ints before use, so we don...
2014-05-26 Arran Cudbard... Use signed int to represent epoch in rlm_cache
2014-05-26 Nikolai KondrashovFix compilation of rlm_eap
2014-05-26 Arran Cudbard... Doing it the smart way causes Doxygen errors
2014-05-26 Arran Cudbard... Move db_string building into the pg instantiation function
2014-05-25 Arran Cudbard... Add talloc_frees in realm
2014-05-25 Arran Cudbard... Sync rlm_python and rlm_ldap with master
2014-05-25 Arran Cudbard... Add compile time checking for config pointers
2014-05-24 Arran Cudbard... Fix comments which caused doxygen parse issues
2014-05-24 Arran Cudbard... Rest auth should just do the same checks as rlm_pap...
2014-05-24 Alan T. DeKokFix for scan warning
2014-05-24 Arran Cudbard... Don't set SO_REUSEADDR for UDP ports
2014-05-24 Arran Cudbard... Formatting
2014-05-24 Arran Cudbard... All usage messages should go to the same place
2014-05-24 Arran Cudbard... Exit after reading all packets in radsniff
2014-05-24 Arran Cudbard... It's either a read error or a read of an invalid number...
2014-05-24 Arran Cudbard... Check 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... Add check for limits.h
2014-05-24 Arran Cudbard... Add limits.h to libradius.h
2014-05-24 Arran Cudbard... Change num to int
2014-05-24 Arran Cudbard... Typo
2014-05-24 Arran Cudbard... Update ChangeLog
2014-05-24 Arran Cudbard... Add xlat to print the current tag of an attribute
2014-05-24 Arran Cudbard... #647 only appeared after 3.0.3 and #648 is so minor...
2014-05-24 Arran Cudbard... Update ChangeLog release_3_0_4_rc0
2014-05-24 Arran Cudbard... Should be signed
2014-05-24 Arran Cudbard... Various coverity fixes
2014-05-24 Arran Cudbard... Don't SEGV on parse error in unittest
2014-05-24 Arran Cudbard... clang analyzer issue
2014-05-24 Arran Cudbard... Reformatting
2014-05-24 Arran Cudbard... Tests for removal by tag and index
2014-05-23 Arran Cudbard... Various fixups in xlat_getvp
2014-05-23 Arran Cudbard... number xlat-attr-tag
2014-05-23 Arran Cudbard... nonnull declarations should go at the begining
2014-05-23 Arran Cudbard... Minor fixes in pairmake
2014-05-23 Arran Cudbard... Fix tag filter debug
2014-05-23 Arran Cudbard... Using [*] [#] [0] on fake attributes should produce...
2014-05-23 Arran Cudbard... Don't assert on list copy (head should of been NULL...
2014-05-23 Arran Cudbard... Fix 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... Add tag correction pass so update sections insert tagge...
2014-05-23 Arran Cudbard... Add additional texts for index
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #656
2014-05-23 Arran Cudbard... Update ChangeLog
2014-05-23 Arran Cudbard... Typo
2014-05-23 Arran Cudbard... Fix merge issue
2014-05-23 Fajar A. Nugraharedhat: add rlm_unpack, remove rlm_unbound config
next