Need to advance q too
[freeradius.git] / src / main / util.c
2016-03-04 Arran Cudbard-BellNeed to advance q too
2015-10-19 Alan T. DeKokAdd request->state_ctx for session state.
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Arran Cudbard-Bellfr_utf8_char should take a string length so that it...
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-01 Alan T. DeKokFix rad_suid_up / down / down_permanent for non-Linux...
2015-05-15 Arran Cudbard-BellFix const stupidity in exec function and rad_expand_xlat
2015-04-28 Alan T. DeKokIf the thing doesn't exist, we get !*out, and ret == 0
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-17 Arran Cudbard-BellOptionally enable/disable filename escaping in rlm_linelog
2015-04-17 Arran Cudbard-BellWhilst '.' is fine in filenames allowing ../ may introd...
2015-03-17 Arran Cudbard-BellInvalid assert in _request_free
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-11 Alan T. DeKokMove unlinking to assertions
2015-02-24 Alan T. DeKokMark request has having (or not) a parent ctx
2015-02-22 Arran Cudbard-BellMove fr_verify functions
2015-02-18 Arran Cudbard-BellAdd alternative to peercred auth for Unix control sockets
2015-02-17 Arran Cudbard-BellAdd stub functions for rad_suid_set_down_uid
2015-01-29 Arran Cudbard-BellPrint the user/group we were using when we tried to...
2015-01-26 Alan T. DeKokEnsure we initialize variables
2015-01-26 Alan T. DeKokEnsure we initialize variables
2015-01-26 Arran Cudbard-BellMove suid* functions to util.c so they're included...
2015-01-26 Arran Cudbard-BellHelps to write the result to the result buffer...
2015-01-26 Arran Cudbard-BellAddress (some) potential TOCTOU attack vectors in rad_mkdir
2015-01-26 Arran Cudbard-BellRename directory to dir in rad_mkdir, and add doxygen...
2015-01-18 Arran Cudbard-Bellcall rad_mkdir to make the path for the control socket...
2015-01-18 Arran Cudbard-BellFix stupid redundant getgr* and getpw* functions
2014-12-17 Herwin WeststrateAdded some null checks after talloc_zero
2014-12-15 Arran Cudbard-BellZero log.indent in child requests
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-12 Arran Cudbard-BellReturn -1 if we can't allocate memory for node for...
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Arran Cudbard-BellAdd filename unescape
2014-12-06 Arran Cudbard-BellMissed const
2014-12-04 Arran Cudbard-BellEscape filename expansions
2014-11-28 Alan T. DeKokSkip post-auth when finishing originated CoA requests
2014-11-08 Alan T. DeKokVerify the state, too
2014-09-05 Arran Cudbard-BellFix building without regex support
2014-09-04 Alan T. DeKokSigned / unsigned changes for printing
2014-09-03 Alan T. DeKokBuild without getgrnam_r()
2014-09-02 Alan T. DeKokAdd and expose fr_getgid(). Addresses #776
2014-08-29 Alan T. DeKokDo the right chmod
2014-08-28 Alan T. DeKokAssume that the permissions are correct
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-12 Arran Cudbard-BellCleanup request_data functions
2014-08-10 Arran Cudbard-BellAggregate tmpl and map functions in their own .c/.h...
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-24 Arran Cudbard-BellPrint which packet in the request failed validation
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellName destructors correctly, remove unused/useless reque...
2014-06-18 Arran Cudbard-BellError out on NULL pointers before doing talloc_get_type...
2014-06-17 Arran Cudbard-BellPrint file and line number in VERIFY_* messages
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-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-23 Arran Cudbard-BellNewer name for control list should have priority
2014-05-23 Arran Cudbard-Bellmake rad_assert_fail call fr_fault(SIGABRT) (instead...
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-02 Alan T. DeKokSimplify rad_mkdir(). Fixes CID #720459
2014-05-02 Arran Cudbard-BellExpose fr_verify_list as VERIFY_LIST
2014-05-02 Arran Cudbard-BellNeed to verify config items too
2014-05-02 Arran Cudbard-BellMake verify_packet output more immediately useful
2014-05-02 Arran Cudbard-BellDereferences in VERIFY_VP need to be parenthesised
2014-04-21 Alan T. DeKokWe don't need a function in src/main for only one caller
2014-04-21 Alan T. DeKokRemove unused functions
2014-04-07 Alan T. DeKokradius_verify() to recursively check talloc relationships
2014-04-07 Alan T. DeKokfake->packet has parent fake, not request
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-24 Alan T. DeKokFix radius_list_name and add regression tests for 3GPP...
2014-02-25 Arran Cudbard-BellSwitch back to using abort() in rad_assert_fail
2014-02-20 Arran Cudbard-BellCall fr_fault directly in rad_assert
2014-01-26 Arran Cudbard-BellCleanup signal handling code
2014-01-21 Arran Cudbard-BellFix operation of fr_strerror()
2013-10-28 Alan T. DeKokAdded VERIFY_ALL_TALLOC
2013-10-14 Arran Cudbard-Bellregexec doesn't seem to initialised unused elements...
2013-10-10 Arran Cudbard-BellRemove error on accessing invalid request
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-04 Alan T. DeKokUse the default request if there's no "." in the reference.
2013-07-26 Alan T. DeKokSet fake packet timestamp from request packet timestamp
2013-07-26 Arran Cudbard-BellOnly clear matches on new match so nested regex compari...
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-24 Arran Cudbard-BellUnify regex subcapture group processing
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellUse <INVALID> instead of ¿unknown? to be consistent...
2013-07-04 Alan T. DeKokSet the destructor only when necessary. Closes #347
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-28 Alan T. DeKokRemove refcount on mainconfig. It's not used
2013-06-28 Alan T. DeKokSimplify request_free() now that we use talloc everywhere
2013-06-28 Alan T. DeKokMake request_alloc() take a TALLOC_CTX
2013-06-28 Alan T. DeKokIndentation matters
2013-06-28 Alan T. DeKokRemove unused function
2013-06-28 Alan T. DeKokMove request data to talloc
2013-06-21 Arran Cudbard-BellAlways set the logging function
2013-06-16 Arran Cudbard-Bellmore rlm_exec fixes
2013-04-25 Alan T. DeKokClean up radius_list_name again
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
next