Formatting
[freeradius.git] / src / lib / valuepair.c
2014-06-25 Arran Cudbard-BellFormatting
2014-06-25 Arran Cudbard-BellFix spurious soft asserts Fixes #706
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellPEAP tunnel data should be parented by the tls_session...
2014-06-17 Arran Cudbard-BellAdd pairdatacpy to fix value parenting issues
2014-06-13 Arran Cudbard-BellDeclare hextab as an array
2014-06-13 Arran Cudbard-BellRespect fr_hostname_lookups in libfreeradius
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-BellFix pairfilter documentation
2014-06-04 Arran Cudbard-BellFix invalid assert and paircmp check
2014-06-04 Arran Cudbard-BellWe need paircmp to support regexes
2014-06-04 Arran Cudbard-BellSupport new tag behaviour correctly in pairvalidate
2014-06-04 Arran Cudbard-BellSimplify pairvalidate loop
2014-06-04 Arran Cudbard-BellAdd assert to pairvalidate_debug to catch when pairvali...
2014-06-04 Arran Cudbard-BellFix cosmetic error in pairvalidate_debug
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellAdd PW_TYPE_COMBO_IP_PREFIX (conffile parser only)
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
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 \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-24 Arran Cudbard-BellVarious coverity fixes
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellMinor fixes in pairmake
2014-05-23 Arran Cudbard-BellFix tag filter debug
2014-05-21 Arran Cudbard-BellDeal with boolean in more switch statements
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
next