Include signal.h
[freeradius.git] / src /
2014-01-27 Arran Cudbard-BellInclude signal.h
2014-01-27 Arran Cudbard-BellBackport panic_action
2014-01-27 Arran Cudbard-BellWhitespace
2014-01-19 Arran Cudbard-BellAdd missing pipe
2014-01-17 Arran Cudbard-BellFix typo (we don't want to fork twice)
2014-01-17 Alan T. DeKokThe "catch all" is -1, not < 0.
2014-01-09 Alan T. DeKokPatch to use --tag=CC. Fixes #497
2014-01-07 Arran Cudbard-BellReport a non-zero exit status if after forking, the...
2014-01-07 Arran Cudbard-Bellwhitespace
2014-01-06 Arran Cudbard-BellDisable proxy loopback check
2014-01-06 Arran Cudbard-Bellwhitespace
2013-12-06 Alan T. DeKokIf we can't decode the Password-With-Header, assume...
2013-12-02 Arran Cudbard-BellAllow zero length basedn strings
2013-12-02 Arran Cudbard-BellWhitespace fixes
2013-12-01 Alan T. DeKokDon't re-initialize SSL
2013-12-01 Alan T. DeKokLoad error strings, too
2013-12-01 Alan T. DeKokInitialize SSL library as soon as the server starts
2013-11-30 Alan T. DeKokMore checks and asserts for wait_for_child_to_die()
2013-11-30 Alan T. DeKokSet REQUEST_DONE as the *last* thing in the child thread
2013-11-30 Alan T. DeKokSkip code if we fail re-setting up the request
2013-11-30 Alan T. DeKokAdded assertion about child threads. This may help...
2013-11-25 Alan T. DeKokEnsure a one-way check
2013-11-25 Alan T. DeKokDo allocate_clear no more than once per second
2013-11-25 Alan T. DeKokPut a separate transaction around allocate_clear
2013-11-19 Alan T. DeKokUse correct field for attribute value
2013-11-18 Arran Cudbard-BellMissed threads.h from the list of makefile headers...
2013-11-01 Alan T. DeKokIt's OK if there's no Post-Proxy-Type Reject
2013-10-30 Alan T. DeKokFix errors
2013-10-28 Alan T. DeKokFix const ordering
2013-10-28 Alan T. DeKokFixes for v2.x.x
2013-10-28 Alan T. DeKokSanity check arguments
2013-10-28 Alan T. DeKokVarious fixes for DHCP.
2013-10-25 Alan T. DeKokPort OpenSSL build fixes from master.
2013-10-24 Arran Cudbard-BellFix typo in version.c
2013-10-23 Alan T. DeKokrecvfrom returns ssize_t, not size_t
2013-10-21 Alan T. DeKokRestore old behavior for if(...)
2013-10-16 Alan T. DeKokadd ntlm_auth_timeout option to rlm_mschap
2013-10-16 Alan T. DeKokadd timeout option to rlm_exec
2013-10-16 Alan T. DeKokAdd timeout arg to radius_exec_program, with default...
2013-10-14 Arran Cudbard-BellpArgs and pRet my legitimately be NULL on error, so...
2013-10-07 Alan T. DeKokMove assert to run-time check
2013-10-05 Alan T. DeKokMake request->child_pid into request->thread_id
2013-10-04 Alan T. DeKokMore cleanups of request_post_handler.
2013-10-04 Alan T. DeKokSet module to "" to avoid confusing debug output
2013-10-04 Alan T. DeKokSet fr_log_fp when using '-l'
2013-10-04 Alan T. DeKokPrint string with \n rather than doing it as a separate...
2013-10-03 Alan T. DeKokCatch one more corner case from previous commit
2013-10-03 Alan T. DeKokMark request as NO_SUCH_CHILD_PID on request done
2013-09-30 Alan T. DeKokSilently skip empty subgroups
2013-09-30 Alan T. DeKokDon't set parent priority when calling a child
2013-09-29 Arran Cudbard-BellFix crazy indentation
2013-09-29 Arran Cudbard-BellSegfault in libperl when doing perl_xlat(). Fix by...
2013-09-29 Arran Cudbard-BellWhitespace fixes in rlm_perl.c
2013-09-29 Alan T. DeKokMinor change to use update actions
2013-09-29 Alan T. DeKokInitialize actions for UPDATE sections
2013-09-29 Alan T. DeKokAdd missing close brace
2013-09-28 Alan T. DeKokFix priority handling.
2013-09-20 Arran Cudbard-BellFreeRADIUS 2.2.1: check_cert_issuer in EAP-TLS broken...
2013-09-20 Arran Cudbard-BellRemove spurious whitespace
2013-09-19 Alan T. DeKokFix typo
2013-09-19 Alan T. DeKokShort-circuit "case"
2013-09-16 Arran Cudbard-BellMark rlm_python as THREAD_UNSAFE for the 2.2.1 release...
2013-09-13 Alan T. DeKokMake max_requests_per_server work
2013-09-09 Arran Cudbard-BellWrap ASCTIME_R
2013-09-07 Alan T. DeKokPort fix for #425 from commit d9c798b4e
2013-09-06 Alan T. DeKokPort the new modcall code from v3.
2013-08-10 Alan T. DeKok%{foo:1} is a module if "foo" isn't a dictionary attribute
2013-08-09 Alan T. DeKokRemove from the proxy list if we can't insert it
2013-07-23 Alan T. DeKokPrint correct value
2013-07-22 Arran Cudbard-BellFix warnings
2013-07-22 Arran Cudbard-BellUse internal function for hex encoding, sprintf gives...
2013-07-19 Arran Cudbard-BellFix typo in TLS macros
2013-07-18 Arran Cudbard-Bellmod_error needs to be called with the GIL even though...
2013-07-18 Arran Cudbard-BellTrip whitespace from base64 strings
2013-07-18 Arran Cudbard-BellMore python fixes
2013-07-18 Arran Cudbard-BellDo python cleanup properly on thread exit
2013-07-18 Arran Cudbard-BellAdd support for registering destructors for TLS
2013-07-17 Arran Cudbard-BellBackport fixes for thread local storage in rlm_python...
2013-07-17 Alan T. DeKokMore audits of the code
2013-07-17 Alan T. DeKokProper checks on group-type sections
2013-07-12 Arran Cudbard-BellMerge pull request #363 from mcnewton/v2.x.x
2013-07-12 Matthew Newtonadd more error messages when config error in realms...
2013-07-11 Arran Cudbard-BellRun virtual server post-auth
2013-07-11 Alan T. DeKokA section may have no children
2013-06-30 skidsAlways fixup after deleting a black child node in rbtree
2013-06-30 skidsUse a consistent callback return code
2013-06-30 skidsFix obvious pasto in PostOrder walk.
2013-06-27 Alan T. DeKokFix typo
2013-06-27 Aaron Hurtfix typo
2013-06-27 Alan T. DeKokCatch invalid attribute names for idiots
2013-06-24 Arran Cudbard-Bellerror if wait is not enabled and exec xlat is called
2013-06-19 Arran Cudbard-BellFix error in libreadline check
2013-06-19 Alan T. DeKokConvert error to warning.
2013-06-13 Arran Cudbard-BellFix digest size for sha1
2013-06-06 Alan T. DeKokDo the lookups only for client certificates
2013-06-06 Alan T. DeKokPort TLS-Client-Cert-X509v3* from "master" branch
2013-06-03 Alan T. DeKokIt's stupid to use assertions for run-time syntax checks
2013-05-21 Alan DeKokMerge pull request #293 from fajarnugraha/v2.x.x-suse...
2013-05-13 Alan T. DeKokMake radlog available in the "init" function of the...
2013-05-06 Alan T. DeKokBetter checks for decoding base64
next