Create new type PW_TYPE_TIMEVAL
[freeradius.git] / src / lib / valuepair.c
2014-05-20 Alan T. DeKokCreate new type PW_TYPE_TIMEVAL
2014-05-16 Arran Cudbard-BellUse pairstrncpy and pairmemcpy in paircopy to ensure...
2014-05-15 Arran Cudbard-BellFix CUI processing
2014-05-15 Alan T. DeKokBuild without NDEBUG
2014-05-10 Arran Cudbard-BellMake super sure the API key has been set
2014-05-09 Arran Cudbard-BellDoxygen
2014-05-09 Arran Cudbard-BellAdd "split" functionality, so rlm_yubikey just works...
2014-05-07 Arran Cudbard-BellAnything which eventually has the value it got interpre...
2014-05-03 Arran Cudbard-BellMake comparison functions use a generic comparator...
2014-05-02 Arran Cudbard-BellRevert "Use realloc to correct the length of char buffe...
2014-05-02 Arran Cudbard-Bellsp
2014-05-02 Arran Cudbard-BellUse realloc to correct the length of char buffers in...
2014-05-02 Arran Cudbard-BellFormatting
2014-05-02 Arran Cudbard-BellAnother regex memory leak...
2014-05-02 Arran Cudbard-BellDon't leak memory when pairmake is called with a regula...
2014-05-02 Alan T. DeKokfilter may be NULL
2014-05-02 Arran Cudbard-BellUse consistent names for vp_aprint, vp_aprint_value...
2014-05-02 Arran Cudbard-Bellmatch could be uninitialised
2014-05-02 Arran Cudbard-BellDumb typo
2014-05-02 Arran Cudbard-BellDoxygen
2014-05-02 Arran Cudbard-BellOutput the attribute which failed the filter
2014-05-02 Arran Cudbard-BellExpose fr_verify_list as VERIFY_LIST
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Alan T. DeKokReduce scope of variable to where it's used
2014-04-21 Alan T. DeKokRemove unused functions
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-19 Alan T. DeKokCheck parameters passed to paircmp()
2014-04-06 Arran Cudbard-BellMake pairtypeset private
2014-04-06 Arran Cudbard-BellMove more things to doing pairmemcpy instead of calling...
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-BellCheck dynamically allocated value buffers in VERIFY_VP...
2014-04-01 Alan T. DeKok\, --> , for consistency with everything else
2014-03-23 Arran Cudbard-BellSilence GCC warning
2014-03-22 Arran Cudbard-BellCID 1058551
2014-03-22 Arran Cudbard-BellCID 1135410
2014-03-21 Arran Cudbard-BellCID 1187989
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-03-12 Arran Cudbard-BellCorrect comment
2014-02-28 Arran Cudbard-BellFix corner case in pairinsert/fr_cursor_insert
2014-02-27 Alan T. DeKokIf error is set, list has been free'd, and is NULL
2014-02-27 Arran Cudbard-BellFix masking and printing of IPv4 and IPv6 prefixes
2014-02-24 Arran Cudbard-BellAdd support for 'control: !* ANY' which deletes the...
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-15 Alan T. DeKokCheck that /32 isn't really /32768938373892873673894
2014-02-15 Arran Cudbard-BellAllow IP addresses with /32 suffixes
2014-02-05 Alan T. DeKokOne last fix to pairmove()
2014-02-04 Alan T. DeKokCopy over the tag, too, in pairmove()
2014-02-04 Alan T. DeKokFix pairmove()
2014-02-04 Alan T. DeKokpair*steal() should take const as second argument
2014-01-24 Arran Cudbard-BellAdd tests for %{integer:} and fix up some odd cases
2014-01-24 Arran Cudbard-BellMinor issue in userparse, always return T_OP_INVALID...
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-21 Arran Cudbard-BellMissed break
2014-01-21 Arran Cudbard-BellFormatting and extra error messages
2014-01-21 Arran Cudbard-BellAdd comparisons for SIGNED and ETHERNET types
2014-01-21 Arran Cudbard-BellDo NOT just return 0 silently if we don't support the...
2014-01-18 Alan T. DeKokSet the default length for the attributes
2014-01-17 Alan T. DeKokWe no longer allow paircopy2(..., -1)
2013-12-06 Alan T. DeKokUse correct struct entry for pedanticism
2013-11-28 Arran Cudbard-BellMove some useful functions into misc.c
2013-11-28 Arran Cudbard-BellDo compile time checks of literal map values
2013-11-26 Arran Cudbard-BellProcess attribute maps if we just have a generic attrib...
2013-11-05 Arran Cudbard-BellRename gettime to fr_get_time and move into misc.c
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-11-02 Alan T. DeKokSimplify pairvalidate
2013-11-01 Alan T. DeKokAdd to list only if list exists
2013-10-28 Alan T. DeKokAdded VERIFY_ALL_TALLOC
2013-10-13 Alan T. DeKokUse correct struct entry
2013-10-11 Arran Cudbard-Bellvsnprintf may of returned random crap, but talloc is...
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
next