Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / modules / rlm_digest / rlm_digest.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-27 Alan T. DeKokUse fr_pair_value_bstrncpy() where appropriate
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-24 Alan T. DeKokProper fix for #945. Auto-generate PW_AUTH_TYPE_*
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-23 Arran Cudbard-Bell__attribute__ ((__bounded__)) is only available on...
2015-01-27 Alan T. DeKokRearrange code to quiet cppcheck
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-05 Herwin WeststrateRemoved some redundant not-null checks
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix more warnings
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-26 Arran Cudbard-BellImprove rlm_digest debug messages
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
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...
2011-05-31 Alan T. DeKokMove \t into vp_print, just like the last commit
2011-05-31 Alan T. DeKokvp_print should add a "\n" to the end
2010-08-07 Alan T. DeKokRegularize warning messages
2010-08-04 Alan T. DeKokBe moe forgiving about the Digest attributes.
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2008-06-30 aland DEBUG -> RDEBUG
2008-03-06 aland Print debugging messages to fr_log_fp, and not stdout
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland Avoid OpenSSL compilation issues
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
2007-07-17 aland Look for Cleartext-Password, too
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-20 aland Use new radius_paircreate() function.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland casts, etc. to quiet compiler warnings
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-11-27 aland Pull -r1.23 -> -r1.24 from CVS head
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-18 aland Check return codes. This fixes bug #394
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
next