add option to disable normalizing passwords in rlm_pap. Closes #380
[freeradius.git] / src / modules / rlm_pap / rlm_pap.c
2013-07-16 Matthew Newtonadd option to disable normalizing passwords in rlm_pap...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokCheck length, not strlen
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
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 Alan T. DeKokI hate the "reference" password name.
2013-04-17 Arran Cudbard-BellBetter way to disable deprecated API warnings
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-13 Arran Cudbard-BellRemove more deprecated API warnings
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED 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 Arran Cudbard-BellReorganise rlm_ldap
2013-03-18 Alan T. DeKokUse RDEBUGE() instead of module_failure_msg
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-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-22 Arran Cudbard-BellReformat base64 code, use library base64 functions...
2013-02-20 Alan T. DeKokSimplify warning message
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-19 Arran Cudbard-BellChange slightly confusing log message
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...
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-10-04 Alan DeKokMerge pull request #99 from sionescu/wip-fix-with-syste...
2012-10-03 Arran Cudbard-BellMerge pull request #100 from mcnewton/rlm_pap_tidy
2012-10-03 Matthew Newtonremove auth check against User-Password, add autz warning
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-29 Alan T. DeKokRemove unused definitions
2012-09-29 Matthew Newtonremove ifs and returns from attribute detection loop
2012-09-29 Matthew Newtonbreak pap auth up into smaller functions, remove goto...
2012-09-29 Matthew Newtonstart tidy of rlm_pap - move crypt to separate function
2012-09-29 Matthew Newtonremove encryption_scheme option & related code from...
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-28 Arran Cudbard-BellMerge pull request #94 from mcnewton/auth_tidy
2012-09-27 Matthew Newtonfix encryption_scheme option in rlm_pap, and update...
2012-09-27 Matthew Newtonmove User-Password warning from auth.c to rlm_pap
2012-09-06 Alan T. DeKokCorrected bug with NS-MTA-MD5 passwords. Found by...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-03-09 Alan T. DeKokAdded support for {BASE64_MD5}
2012-01-31 Alan T. DeKokGet rid of compiler warnings
2011-12-04 Alan T. DeKokMore strlen fixes
2011-02-23 Alan T. DeKokUse rad_digest_cmp() to avoid timing attacks
2010-09-06 Alan T. DeKokAdded support for {nthash} for compatibility with radiator
2010-08-07 Alan T. DeKokRegularize warning messages
2010-07-26 Alan T. DeKokFix changes pulled from v2.1.x for new API
2010-07-19 Alan T. DeKokUpdated Password-With-Header handling to make it more...
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-02-04 Alan T. DeKokMake MS-CHAP call xlat on NT-Hash and LM-Password
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-06-30 aland Use new RDEBUG macro
2008-03-29 aland Return NOOP if there request is going to be proxied
2007-12-29 aland Print passwords if we have them
2007-12-15 aland Fix more warnings
2007-12-05 aland Signed / unsigned issues
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-23 aland Avoid OpenSSL compilation issues
2007-11-13 aland marked more modules HUP-safe
2007-11-11 aland Mark more modules "safe for -C"
2007-11-10 aland sprintf -> snprintf
2007-08-13 aland Pulled fix from branch_1_1
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-05-02 aland Don't complain about no "known good" passwords for...
2007-04-20 aland Use new radius_paircreate() function.
2007-04-18 aland Cache DICT_VALUE for inst->name, so we don't call...
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-08 aland Corrected typo
2007-04-08 aland Corrected typo
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
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-03-05 aland Fix base64 decoding
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
next