Fix spurious soft asserts Fixes #706
[freeradius.git] / src / lib / valuepair.c
2013-10-09 Arran Cudbard-BellBetter way of doing pairremove
2013-10-09 Arran Cudbard-BellFix potential segv in pairremove
2013-09-26 Arran Cudbard-BellFix places where old VP values were not freed
2013-09-03 Arran Cudbard-BellNot added to release branch
2013-09-02 Arran Cudbard-BellTypo
2013-09-02 Arran Cudbard-BellDon't forget the NULL byte when copying VALUE_PAIR...
2013-09-02 Arran Cudbard-BellSet SQL username properly
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-24 Arran Cudbard-BellIf pairparsevalue gets called on a regex pair, we DON...
2013-07-24 Arran Cudbard-BellFixup pairparsevalue signature (should return bool)
2013-07-22 Alan Buxeyall IPv4 examples should now be using RFC5737 documenta...
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-14 Arran Cudbard-BellMore regex fixes
2013-07-13 Arran Cudbard-BellDon't pass value to pairmake if the pair will be marked...
2013-07-09 Arran Cudbard-Bellregcomp whitespace changes
2013-07-09 Arran Cudbard-BellTypo
2013-07-09 Arran Cudbard-BellSimplify paircopy functions and fix them so they can...
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
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-07-03 Arran Cudbard-BellFormatting
2013-06-26 Arran Cudbard-BellSet current if it's NULL on pairinsert
2013-06-25 Arran Cudbard-BellNo full stop
2013-06-25 Arran Cudbard-BellFix typo that caused segv when reading in 64bit integers
2013-06-18 Alan T. DeKokcursor->next may be NULL
2013-06-17 Arran Cudbard-BellRename VERIFY macro to VERIFY_VP and use it in more...
2013-06-12 Alan T. DeKokFix typo
2013-06-12 Alan T. DeKokAllow most types to be assigned to an "octets" type
2013-06-11 Alan T. DeKokAllow paircopyvpdata() to decode arbitrary data into...
2013-06-09 Arran Cudbard-BellFix abort/segv wheen inserting at the end of a list...
2013-06-04 Alan T. DeKokMinor cleanup
2013-06-04 Alan T. DeKokvp may be NULL
2013-06-03 Alan T. DeKokAdded more VERIFY
2013-05-30 Arran Cudbard-BellFixup doxygen comments to pass new check
2013-05-29 Arran Cudbard-BellMacro
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-12 Alan T. DeKokAbstract cidr comparison into common function
2013-05-12 Alan T. DeKokAllow CIDR comparisons for v4 in paircmp_op
2013-05-12 Alan T. DeKokFix order of arguments to paircmp_op
2013-05-06 Alan T. DeKokRemove unnecessary cast
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-05-04 Alan T. DeKokdoxygen
2013-05-04 Alan T. DeKokWorry about sign overflow in comparisons
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-BellUse C99 type
2013-04-18 Arran Cudbard-BellApparently there's PRIu
2013-04-18 Arran Cudbard-BellFix typo
2013-04-18 Arran Cudbard-BellUse C99 portable definition to print 64 integers
2013-04-16 Alan T. DeKokuse &da not da
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-13 Alan T. DeKokInitialize vp->type
2013-04-11 Alan T. DeKokMove and expose list of allowed attribute names
2013-04-04 Alan T. DeKokProperly deal with unknown attributes
2013-04-03 Alan T. DeKokdoxygen
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-04-02 Alan T. DeKok(void) talloc_steal
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Arran Cudbard-BellUse vendor dictionary for rlm_yubikey
2013-03-27 Alan T. DeKokCheck for NULL parameters in pairmove()
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-22 Alan T. DeKokThat's a paddlin.
2013-03-21 Arran Cudbard-BellRemove redundant code
2013-03-21 Alan T. DeKokAdded verification of VALUE_PAIR pointers via talloc
2013-03-21 Arran Cudbard-BellWe don't know it's not valid, just that it's not set
2013-03-21 Arran Cudbard-BellAdd more opportunistic debugging in pairbasicfree
2013-03-21 Arran Cudbard-BellAdd assert to pairbasicfree to check for da
2013-03-20 Alan T. DeKokFix typo.
2013-03-20 Alan T. DeKokAllow attr/vendor of 0 in pairmove, which means "move...
2013-03-20 Alan T. DeKokSimplify code
2013-03-20 Alan T. DeKokSteal pointers on pairmove. Closes #232
2013-03-20 Alan T. DeKokUse da->name, not vp->da->name
2013-03-19 Alan T. DeKokcleanups for doxygen
2013-03-19 Alan T. DeKokDocs for doxygen
2013-03-19 Alan T. DeKokDocument talloc parameters
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-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-06 Alan T. DeKokFix doxygen stuff
2013-03-06 Alan T. DeKokFix userparse.
2013-03-06 Arran Cudbard-BellUse talloc_array instead of talloc_size
2013-02-21 Alan T. DeKokfix for coverity
2013-02-19 Alan T. DeKokMove all pair* to talloc
2013-02-19 Arran Cudbard-BellUse talloc functions to allocate and free valuepairs
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
next