Fix minor issues identified by clang-700.0.72
[freeradius.git] / src / modules / rlm_mschap / opendir.c
2015-09-19 Arran Cudbard-BellFix minor issues identified by clang-700.0.72
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-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-10 Alan T. DeKokPrint slightly better errors
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-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Arran Cudbard-BellRemove useless extern declarations
2014-05-18 Arran Cudbard-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokFixes for clang analyzer
2014-01-21 Arran Cudbard-BellFixup format strings
2014-01-06 Arran Cudbard-Belland mschap...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-19 Alan T. DeKokRemove unnecessary cast
2013-04-19 Arran Cudbard-BellExtra warnings thrown up by GCC 4.8
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-27 Alan T. DeKokConvert to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
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-12-14 Alan T. DeKokFix compiler warnings
2010-05-31 Alan T. DeKokMake MSCHAP attribute lookups use Microsofts vendor-id
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-09-24 bduncan64-bit fixes and return NOOP for AD users.
2008-06-30 aland Use new RDEBUG macro
2007-10-12 aland Close ref. Patch as posted to the list by Apple.
2007-10-09 aland Whitespace changes (indenting and formatting to meet...
2007-10-09 aland // -> /* ... */
2007-10-09 aland #if __APPLE__
2007-10-09 aland Move add_reply to mschap_add_reply, so that the opendi...
2007-08-17 aland Patch to fix bug #474
2007-08-13 aland Pulled fix from branch_1_1
2007-08-03 aland Patch was for 1.1.4, which has vp->strvalue. We now use
2007-08-03 aland OpenDirectory support from Apple Inc. Their patch...