fix printing of long hex values
[freeradius.git] / src / lib / value.c
2017-06-05 Alan T. DeKokfix printing of long hex values
2016-11-15 Alan T. DeKokpass the correct length to hex2bin
2016-11-05 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x
2016-11-04 Alan T. DeKokNUL terminating strings is a good idea.
2016-09-28 Alan T. DeKokFix compile without ascend binary. fixes #1761
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-04 Alan T. DeKokUse the shorter of the two lengths
2015-10-09 Alan T. DeKokadd const
2015-09-08 Alan T. DeKokParse hex Ascend-Data-Filter correctly
2015-09-08 Alan T. DeKokUse the input length for printing, not output length
2015-08-04 Arran Cudbard-BellAllow casting from unsigned to signed as long as the...
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-30 Arran Cudbard-BellFix potential buffer overflow in value_data_prints
2015-07-21 Arran Cudbard-BellAvoid modifying dst until we're sure unescaping has...
2015-07-16 Nicolas Cfixed message "hex string is not even"
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-17 Arran Cudbard-BellAllow casting from date to 64bit integer
2015-06-15 Arran Cudbard-BellMerge pull request #1059 from jpereira/develop-rlm_repl...
2015-06-15 Alan T. DeKokDisallow "TLV" types to have any data
2015-06-03 Alan T. DeKokFix LGPL text broken by 1af9582b2
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-14 Arran Cudbard-BellMerge pull request #1008 from nward/v3.0.x
2015-05-14 Nathan WardFix boilerplates after valuepair.c split in 2de33b8.
2015-05-13 Arran Cudbard-BellMove value data printing functions
2015-04-09 Arran Cudbard-Bellbstrndup and bstrncpy are probably better names
2015-04-09 Arran Cudbard-BellFixup a bunch of bad calls to talloc_memdup
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-07 Alan T. DeKokLimit memcpy to length
2015-02-27 Alan T. DeKokFix escaping for once and all.
2015-02-27 Alan T. DeKokHandle backslashes better. Fixes #912
2015-02-08 Arran Cudbard-BellNo quotes around attribute names
2015-02-08 Arran Cudbard-BellFormatting
2015-01-30 Alan T. DeKokDisallow creation of 'Vendor-Specific = ..' Fixes...
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Alan T. DeKokRemove dead code
2014-12-15 Alan T. DeKokReturn on bad things. Closes CID #1258571
2014-12-15 Arran Cudbard-BellAdd code to convert between IPv4/v6 addresses and IPv4...
2014-12-15 Arran Cudbard-BellFix bad VP array type value accesses
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-11 Arran Cudbard-BellRemove last call to pairdatacpy and remove pairdatacpy
2014-12-11 Alan T. DeKoksrc is const
2014-12-11 Alan T. DeKokCreate value_data_copy function
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokDoxygen
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-04 Arran Cudbard-BellFormatting
2014-11-22 Arran Cudbard-BellAdd support for multivalued attribute comparison
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-19 Arran Cudbard-BellDon't remove backslash for chars which aren't escaped...
2014-11-04 Arran Cudbard-BellFormatting
2014-10-31 Arran Cudbard-BellFix log messages
2014-10-31 Arran Cudbard-BellMake arguments consistent between value_data functions
2014-10-30 Arran Cudbard-BellFix const casts
2014-10-30 Arran Cudbard-BellFix SEGV when parsing 64bit integer fails
2014-10-30 Arran Cudbard-BellAdd value_data_cast and use it to perform casts for...
2014-10-30 Arran Cudbard-BellSame for prefix
2014-10-30 Arran Cudbard-Bellanother missed cast
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-30 Arran Cudbard-BellCopy to octets is not a strdup
2014-10-30 Arran Cudbard-BellFixup support for polymorphic attributes (maybe)
2014-10-30 Arran Cudbard-BellSet buffer type in value_data_from_str when allocing...
2014-10-30 Arran Cudbard-BellMake arguments between vp_data_prints_value and value_d...
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-30 Arran Cudbard-BellSplit out value data functions into value.c and rename...