Add rbtree_callbydata for sane threadsafe/garbage-collected operations
[freeradius.git] / src / include / libradius.h
2013-08-16 skidsAdd rbtree_callbydata for sane threadsafe/garbage-colle...
2013-08-14 Alan T. DeKokReturn codes are boolean
2013-08-14 Alan T. DeKokAdded VERIFY_PACKET, too
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-24 Arran Cudbard-BellFixup pairparsevalue signature (should return bool)
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-09 Arran Cudbard-BellSimplify paircopy functions and fix them so they can...
2013-07-09 Arran Cudbard-BellAdd functions for validating a list of VALUE_PAIRs...
2013-07-09 Arran Cudbard-BellAdd merge sort for VALUE_PAIRs
2013-07-09 Arran Cudbard-BellAdd pairremove, which removes a pair from a linked...
2013-06-23 Alan T. DeKokAllow for generic pointers in dictionaries
2013-06-21 Arran Cudbard-BellFixup documentation, and rename VALUE_PAIR_DATA to...
2013-06-17 Arran Cudbard-BellApparently DICT_ATTRs arent talloced yet
2013-06-17 Arran Cudbard-BellTrim whitespace
2013-06-17 Arran Cudbard-BellOnly check DA if its not null
2013-06-17 Arran Cudbard-BellRename VERIFY macro to VERIFY_VP and use it in more...
2013-06-11 Alan T. DeKokExpose min / max sizes for the data types
2013-05-29 Arran Cudbard-BellVERIFY must only be be called on non-NULL pointers
2013-05-29 Arran Cudbard-BellFix use after free when iterating over pairlists to...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-08 Alan T. DeKokDecoded VPs are associated with the packet
2013-05-07 Alan T. DeKokAdd the "concat" flag
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairsprintf()
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-23 Alan T. DeKokAdded paircmp_op function
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellShould be da->attr not da->type
2013-04-14 Alan T. DeKokAdd dict_read() API.
2013-04-11 Alan T. DeKokMove and expose list of allowed attribute names
2013-04-11 Alan T. DeKokFix typos
2013-04-10 Alan T. DeKokMoved "print type-specific empty data" into src/lib
2013-04-09 Alan T. DeKokAdded vp_asprintf() for VPs
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-04-02 Alan T. DeKokAlign Ascend filters
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-20 Alan T. DeKokSteal pointers on pairmove. Closes #232
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-15 Arran Cudbard-BellFixup EAP type definitions
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-19 Alan T. DeKokUse talloc
2013-02-17 Alan T. DeKokpairparsevalue() returns int, not VALUE_PAIR*
2013-02-16 Arran Cudbard-BellRemove redundant flags and fields from VALUE_PAIR
2013-02-16 Arran Cudbard-BellMisc whitespace fixes in libradius.h
2013-02-16 Arran Cudbard-BellRemove pairmake_xlat
2013-02-16 Arran Cudbard-BellModify pair read so that it parses values into a more...
2013-02-16 Arran Cudbard-BellAdd pairmark_xlat
2013-02-16 Alan T. DeKokUse new RADIUS decoder.
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokMove tag out of "flags" struct.
2013-02-16 Alan T. DeKokUpdate vp->da in pairalloc(), and update dictionary...
2013-02-16 Alan T. DeKokUpdated dictionary functions in preparation for new...
2013-02-16 Alan T. DeKokAdded DICT_ATTR* to VALUE_PAIR, in preparation for...
2013-02-13 Arran Cudbard-BellUse xlat for generating the OTP challenge reply-message
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Arran Cudbard-Bellfree_dict_attr should set pointer to NULL after freeing
2013-02-12 Arran Cudbard-BellAdd function to create unknown attributes from text...
2013-02-12 Arran Cudbard-BellAdditional dictionary functions for working with dynami...
2013-02-12 Alan T. DeKokAdded dict_attrbytype(attr, vendor, type)
2013-02-12 Arran Cudbard-BellRename unknown_attr to is_unkown (like is_tlv)
2013-02-12 Arran Cudbard-BellAdd dict_attrunknown function for when we don't have...
2013-02-12 Alan T. DeKokAdded dict_attrbyparent()
2013-02-12 Arran Cudbard-BellDefine value types as an enum
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-16 Arran Cudbard-BellSwitch to using explicit template types
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-27 Alan T. DeKokRestructure how attributes are packed
2012-12-20 Alan T. DeKokAdd IPv4prefix data type for RFC 6572
2012-12-01 Arran Cudbard-BellDA should be const in pairalloc
2012-11-29 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-11-28 Alan T. DeKokMake rbtree's thread-safe.
2012-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellFix typo that meant --with-ascend-binary=yes didn't...
2012-11-06 Arran Cudbard-BellSubstitute autoconf defines in missing.h and tls.h...
2012-11-01 Alan T. DeKokAdded rad_data2vp() to mirror rad_vp2data()
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-22 Arran Cudbard-BellMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-21 Arran Cudbard-BellMinor formatting fixes
2012-10-20 Alan T. DeKokMade packet data len "size_t".
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-17 Arran Cudbard-Bellfixes #108 Add function to convert FR value pair types...
2012-10-16 Arran Cudbard-BellRemove dependency on stdbool and use FRs bool constants
2012-10-16 Arran Cudbard-BellMove boolean constants to libradius
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-05-04 Alan T. DeKokExpose str2argv()
next