newvector should be a bool
[freeradius.git] / src / include / libradius.h
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-23 Arran Cudbard-BellMultiple fixes for circular buffer based backtraces
2014-06-20 Arran Cudbard-BellAlloc connections pools in the NULL ctx
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-17 Arran Cudbard-BellPrint file and line number in VERIFY_* messages
2014-06-11 Arran Cudbard-BellAdd TALLOC_CTX to RADIUS protocol decoder. We're not...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-06-06 Arran Cudbard-BellMove hmac prototypes into the md5.h/sha1.h headers
2014-06-06 Arran Cudbard-BellSwap order of arguments in hmac functions so output...
2014-06-04 Arran Cudbard-BellSupport new tag behaviour correctly in pairvalidate
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellAdd fr_ipaddr_mask to fixup fr_ipaddr_t's by zeroing...
2014-05-30 Arran Cudbard-BellAdd fr_ptonx, fr_ntop and is_wildcard IP address functions
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellAdd some more asserts for catching invalid VPs when...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellFix comments which caused doxygen parse issues
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-24 Arran Cudbard-BellChange num to int
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellUse the same num/tag field widths and values in xlat...
2014-05-23 Arran Cudbard-BellAdd fr_cursor_last
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-16 Arran Cudbard-BellAdd fr_panic_on_free which calls fr_fault when a chunk...
2014-05-10 Arran Cudbard-BellMake super sure the API key has been set
2014-05-09 Arran Cudbard-BellAdd "split" functionality, so rlm_yubikey just works...
2014-05-03 Arran Cudbard-BellMake comparison functions use a generic comparator...
2014-05-02 Arran Cudbard-Bellturn VERIFY_VP into a function, the macro was getting...
2014-05-02 Arran Cudbard-BellCheck length of octets type attributes too
2014-05-02 Arran Cudbard-BellAdd check to VERIFY_VP to check that the string buffer...
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-05-02 Arran Cudbard-BellSwap out all __attribute__ markers with CC_HINT() this...
2014-05-02 Arran Cudbard-BellUse consistent names for vp_aprint, vp_aprint_value...
2014-05-02 Arran Cudbard-BellOutput the attribute which failed the filter
2014-05-02 Arran Cudbard-BellAdd vp_aprints
2014-05-02 Arran Cudbard-BellExpose fr_verify_list as VERIFY_LIST
2014-05-02 Arran Cudbard-BellDereferences in VERIFY_VP need to be parenthesised
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-26 Arran Cudbard-BellCleanup print_abinary
2014-04-25 Arran Cudbard-BellConsolidate all the talloc logging functions in debug.c
2014-04-25 Arran Cudbard-BellAllow setting a log fd for all debug functions, this...
2014-04-25 Arran Cudbard-Bellkill -SIGUSR2 <radiusd> now prints talloc memory report...
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Alan T. DeKokRemove unused functions for rbtree
2014-04-21 Alan T. DeKokRemove unused functions
2014-04-14 Alan T. DeKokAdd function to look up "name:0" or "name[1]" or "name...
2014-04-07 Arran Cudbard-BellMove fr_set_dumpable code into debug.c, it's useful...
2014-04-07 Alan T. DeKokAdded copy packet functionality
2014-04-07 Arran Cudbard-BellPrint the name of the VALUE_PAIR with the inconsistent...
2014-04-06 Arran Cudbard-BellMake pairtypeset private
2014-04-06 Arran Cudbard-BellMake soft asserts less soft in debug builds
2014-04-06 Arran Cudbard-BellAdd note, regarding macro which was removed from librad...
2014-04-05 Alan T. DeKokRemove commented-out code
2014-04-04 Arran Cudbard-BellRestore stderr/stdout before calling panic_action ...
2014-04-04 Arran Cudbard-BellSync master:src/lib/valuepair.c and v3.0.x:src/lib...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellTypo
2014-04-04 Arran Cudbard-BellFormatting in libradius.h
2014-04-04 Arran Cudbard-BellCheck dynamically allocated value buffers in VERIFY_VP...
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-03-31 Arran Cudbard-BellFix vp_aprint to always print escaped versions of strin...
2014-03-24 Arran Cudbard-Belltruncate_len result was inverted
2014-03-22 Arran Cudbard-BellCID 1135410
2014-03-18 Arran Cudbard-BellModify functions in print.c to return > than outlen...
2014-03-16 Arran Cudbard-Bellradius_parseattr should output errors with fr_strerror_...
2014-03-16 Arran Cudbard-BellBackport additional types VALUEPAIR union types 'byte...
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-27 Arran Cudbard-BellFix ntohll so that it works on big endian systems
2014-02-27 Arran Cudbard-BellFix masking and printing of IPv4 and IPv6 prefixes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-20 Arran Cudbard-BellCall fr_fault directly in rad_assert
2014-02-19 Arran Cudbard-Bellwalker needs r/w arguments
2014-02-19 Arran Cudbard-BellFixup variables and definition names in rbtree code
2014-02-18 Alan T. DeKokNo one uses rbtree_insertnode, so don't expose it
2014-02-14 Arran Cudbard-Bellfix dict_addattr call in rlm_sqlcounter
2014-02-04 Alan T. DeKokpair*steal() should take const as second argument
2014-01-31 Alan T. DeKokMake TCP sockets work with udpfromto.
2014-01-26 Arran Cudbard-BellMerge issue
2014-01-26 Arran Cudbard-BellAdd panic action support to radiusd and unittest
2014-01-26 Arran Cudbard-BellFix fr_exit signatures
2014-01-26 Arran Cudbard-BellBackport debug functions
2014-01-26 Arran Cudbard-BellCleanup signal handling code
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-24 Arran Cudbard-BellFix rad_vp2data consting
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-22 Arran Cudbard-BellFix parsing of ascend string attributes
2014-01-22 Arran Cudbard-BellAdd a test for casting integers to IPv4 addresses,...
2014-01-22 Arran Cudbard-BellRemove value length limit in base64/hex xlats
2013-12-13 Arran Cudbard-BellBetter error handling for heimdal
2013-12-04 Alan T. DeKokAdded flag to disallow hostname -> IP lookups.
2013-12-02 Arran Cudbard-BellAdd power operator to expr
2013-11-28 Arran Cudbard-BellMove some useful functions into misc.c
2013-11-26 Arran Cudbard-BellUse the map functions to parse VALUE_PAIR string tuples
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-11-05 Arran Cudbard-BellRename gettime to fr_get_time and move into misc.c
next