Revert afe57485. Fixes #442
[freeradius.git] / src /
2013-10-04 Alan T. DeKokRevert afe57485. Fixes #442
2013-10-02 Arran Cudbard-BellIPv6_RECVPKTINFO isn't defined unless the advanced...
2013-09-30 Alan T. DeKokSilently skip empty subgroups
2013-09-30 Alan T. DeKok"case" can only occur within a "switch"
2013-09-30 Alan T. DeKokDon't set parent priority when calling a child
2013-09-29 Arran Cudbard-BellSegfault in libperl when doing perl_xlat(). Fix by...
2013-09-29 Alan T. DeKokPort fix for update sections from v2.x.x
2013-09-28 Alan T. DeKokFix priority handling
2013-09-27 Arran Cudbard-Bellinstance is not used in rest_decode_post
2013-09-27 Arran Cudbard-BellUpdate rlm_rest to use newer log macros
2013-09-27 Arran Cudbard-BellTypo
2013-09-27 Arran Cudbard-BellUse newer API functions to iterate and sort attributes...
2013-09-27 Kevin Hesterfix JSON upload in rlm_rest
2013-09-26 Arran Cudbard-BellFix places where old VP values were not freed
2013-09-26 Arran Cudbard-BellFixup code formatting in EAP-LEAP, and use R*log functions
2013-09-26 Arran Cudbard-BellAssume password src encoding is UTF8 and convert it...
2013-09-25 Arran Cudbard-BellFix some typos/issues in rlm_rest json as posted by...
2013-09-24 Alan T. DeKokPacket data is talloc'd
2013-09-24 Arran Cudbard-BellAdd comp128 functions
2013-09-24 Arran Cudbard-BellCleanup EAP-SIM code
2013-09-23 Alan T. DeKokFix udpfromto bug on Mac OSX.
2013-09-23 Alan T. DeKokClean up non-udpfromto code
2013-09-21 Alan T. DeKokcheck_cert_issuer in EAP-TLS broken in presence of...
2013-09-20 Alan T. DeKokMark request DONE when we start the cleanup delay
2013-09-20 Arran Cudbard-BellTypo
2013-09-20 Arran Cudbard-BellOnly print EXIT info when ndef NDEBUG
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-20 Alan T. DeKokproxy_listener may be NULL. Closes #434
2013-09-20 Arran Cudbard-BellRemove billing dir, those files don't belong there
2013-09-19 Alan T. DeKokDon't delete the request if it's in the queue
2013-09-19 Alan T. DeKokPrint how many requests are blocked
2013-09-19 Alan T. DeKokShort-circuit "case"
2013-09-18 Alan T. DeKokRemove complaint for DHCP
2013-09-18 Alan T. DeKokTurn assert into talloc check.
2013-09-17 Arran Cudbard-Bellxlat expand profile filter
2013-09-17 Arran Cudbard-BellDoxygen
2013-09-17 Arran Cudbard-BellMake vp_prints_value_json behave the same as vp_prints_...
2013-09-17 Arran Cudbard-BellFixup various functions in print.c to use common, consi...
2013-09-16 Alan T. DeKokMake it build with GCD
2013-09-16 Arran Cudbard-BellStupid doxygen
2013-09-16 Arran Cudbard-BellTypo
2013-09-16 Arran Cudbard-BellPrint VP \t<name> <op> <value>\n as an atom to avoid...
2013-09-16 Arran Cudbard-BellMinor typo in -h output
2013-09-16 Arran Cudbard-BellShould be debug2
2013-09-13 Arran Cudbard-BellCleanup formatting in rlm_replicate
2013-09-13 Alan T. DeKokRemove extra debug
2013-09-13 Alan T. DeKokMake max_requests_per_server work
2013-09-13 Arran Cudbard-BellReplicated packet should be allocated in the request...
2013-09-13 Arran Cudbard-BellUpdate file documentation and macro indentation in...
2013-09-13 Alan T. DeKokRevert "Simplify ID allocation so that we don't loop...
2013-09-12 Arran Cudbard-Bellfree -> talloc_free in rlm_replicate
2013-09-11 Alan T. DeKokRemove extra \n
2013-09-11 Alan T. DeKokUse slightly better algorithm for random IDs
2013-09-11 Alan T. DeKokRemoved unused debugging messages
2013-09-10 Arran Cudbard-BellInitialise server_ipaddr to 0
2013-09-10 Arran Cudbard-BellUse correct macros for defining IP string buffer lengths
2013-09-09 Arran Cudbard-BellWrap ASCTIME too
2013-09-09 Arran Cudbard-BellDon't copy cache control attributes when doing list...
2013-09-07 Alan T. DeKokRemember the highest priority. Fixes #425
2013-09-07 Alan T. DeKokUse typedef for components instead of "int"
2013-09-07 Alan T. DeKokClean up debug messages for open / close brace
2013-09-06 Alan T. DeKokRevert "Use AUTZ rules for AUTH groups. Fixes #425"
2013-09-06 Alan T. DeKokFix doxygen release_3_0_0_rc1
2013-09-06 Alan T. DeKokUse AUTZ rules for AUTH groups. Fixes #425
2013-09-06 Alan T. DeKokLog the first name of the group
2013-09-05 Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-09-04 Arran Cudbard-BellMissing newline
2013-09-04 Alan T. DeKokIn debug builds, call assertion on panic
2013-09-04 Alan T. DeKokBe more careful about calling request_done(). Should...
2013-09-04 Alan T. DeKokFixes for doxygen
2013-09-04 Alan T. DeKokUse the default request if there's no "." in the reference.
2013-09-04 Alan T. DeKokAdded %{debug_attr:...} from master
2013-09-04 Alan T. DeKokUse 'da' for DICT_ATTR*. "attribute' is for 'int'
2013-09-04 Alan T. DeKokSkip '&' on attribute maps. Closes #423
2013-09-04 Alan T. DeKokUpdate priority from child, too. Closes #424
2013-09-03 Arran Cudbard-BellDefine grouptype as an enum for debugging purposes
2013-09-03 Alan T. DeKokmap may return NULL
2013-09-03 Alan T. DeKokDo a second pass over the conditions. Fixes #421
2013-09-03 Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-09-03 Alan T. DeKokAdded "walk" function to conditions
2013-09-03 Arran Cudbard-BellFix ${value} expansion in backticked config pairs
2013-09-03 Arran Cudbard-BellOnly fallback to dynamic search if no attributes exist...
2013-09-03 Arran Cudbard-Belland another logic bug in ldap group code
2013-09-03 Arran Cudbard-BellLimit to -1, 0, 1 in normal operation so we can use...
2013-09-03 Arran Cudbard-BellNot added to release branch
2013-09-03 Arran Cudbard-BellFix broken group comparison logic
2013-09-03 Arran Cudbard-BellPrint additional helpful group related debug
2013-09-02 Arran Cudbard-BellTalloced strings get freed with talloc...?
2013-09-02 Arran Cudbard-BellTypo
2013-09-02 Arran Cudbard-BellDon't forget the NULL byte when copying VALUE_PAIR...
2013-09-02 Arran Cudbard-BellFix !* in update sections for non string attributes
2013-09-02 Arran Cudbard-BellSet SQL username properly
2013-09-01 Arran Cudbard-Bellunlang update sections support exec
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-08-30 Arran Cudbard-BellFix -Wsometimes-uninitialized
2013-08-30 Arran Cudbard-BellRecord whether the server was built with NDEBUG in...
2013-08-28 Arran Cudbard-BellSprinkle VERIFY_VP throughout the encoder
2013-08-27 Arran Cudbard-BellCorrect typo. We should use foreach_depth as the reque...
2013-08-26 Alan T. DeKokCorrect logic for "elsif"
2013-08-26 Alan T. DeKokClean up debug / info messages
next