newvector should be a bool
[freeradius.git] / src / main / util.c
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...
2013-04-23 Alan T. DeKokDon't consume input string if it's an unknown list
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-14 Alan T. DeKokradius_request_name() shouldn't skip over unknown strings
2013-04-12 Alan T. DeKokMove functions from valuepair.c to util.c
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-25 Alan T. DeKokRemove references to malloc
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Arran Cudbard-BellAdd function for checking whether files exist
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian CandlerRemove quotes from quoted argv entries
2013-02-26 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Arran Cudbard-BellTalloc REQUESTs
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-17 Alan T. DeKokFail safely if the directory exists in rad_mkdir
2013-01-24 Arran Cudbard-BellMerge pull request #171 from arr2036/master
2013-01-24 Arran Cudbard-BellSet initial rdebug level from debug_flag
2013-01-24 Arran Cudbard-BellSet sticky bit properly on dir creation
2012-12-10 Arran Cudbard-BellRename cfree to rad_cfree
2012-12-09 Arran Cudbard-BellAdd cfree for freeing consts
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-02-22 Alan T. DeKokMoved PPS calculations to a utility function
2011-12-20 Alan T. DeKokInitialize authentication vector.
2011-12-02 Alan T. DeKokAdded rad_calloc to mirror rad_malloc
2011-10-19 Alan T. DeKokInitialize the structure
2010-08-06 Alan T. DeKokBack out some recent changes
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-02-04 Alan T. DeKokCheck for allocation failure
2009-12-02 Alan T. DeKokRemoved erroneous 'break'
2009-12-02 Alan T. DeKokFixed string copying in sub variable.
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-05-10 Alan T. DeKokAdded event wrapper around request_free
2009-03-04 Alan T. DeKokFree CoA only if it doesn't have an event associated...
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-09-14 Alan T. DeKokRemoved need for global NO_SUCH_CHILD_PID
2008-07-09 Alan T. DeKokFake requests inherit debugging from their parent
2008-06-30 aland Set request->radlog if debugging
2008-06-06 aland Check for HAVE_PTHREAD_H, and remove more structure...
2008-06-05 aland More WITH_PROXY additions to build when proxying isn...
2008-01-21 aland request may be NULL
2007-12-13 aland Initialize fake->client, too. If not done, this affects
2007-11-26 aland More portability fixes
2007-10-09 aland Increment/decrement refcount on mainconfig, in prepara...
next