Fix parameter passing issue. closes bug #105
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
2010-09-14 Alan T. DeKokFix parameter passing issue. closes bug #105
2010-08-30 Alan T. DeKokCatch LDAP constraint violation
2010-07-22 Alan T. DeKokFix parameters passed by Novell code in post-auth.
2010-07-22 Alan T. DeKokAdd undocumented keepalive configuration
2010-07-05 Alan T. DeKokRemoved "password_header" configuration
2010-07-05 Alan T. DeKokRemove "auto_header" flag.
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2010-04-29 Alan T. DeKokUse rebind_proc only if args==3
2009-12-06 Alan T. DeKokUse case insensitive comparison. Closes #36
2009-11-30 Alan T. DeKokFix build problem
2009-11-30 Alan T. DeKokPrint out more useful debugging messages
2009-09-06 Alan T. DeKokCheck for the proper number of arguments to rebind
2009-04-08 Alan T. DeKokCorrected typo
2009-04-02 Alan T. DeKokAdded "rebind" option to re-authenticate on rebind
2009-04-02 Alan T. DeKokAdded chase_referrals option
2009-03-16 Alan T. DeKokPrint more descriptive error messages
2009-02-19 Alan T. DeKokDifferentiate "no result" from "too many results"
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-14 Alan T. DeKokDEBUG -> RDEBUG
2008-05-08 aland If there's no Auth-Type name2, look for LDAP
2008-04-17 aland LDAP-UserDN is now in config items
2008-04-03 aland This was supposed to go in 2.0.3, and didn't make it.
2008-03-04 aland Update the log message to make it excruciating clear...
2008-01-05 nbk Fix more signedness warnings.
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-06 aland If there's no User-Name, ldap is a NOOP, not a failure
2007-10-11 aland Fix from bug #483
2007-08-30 aland After ldap_authorize, if there's no "known good" password,
2007-08-17 aland Corrected typos. Fixes bug #469
2007-08-13 aland Pulled fix from branch_1_1
2007-06-22 aland Print out *why* opening the mapping file failed.
2007-06-18 aland Print RADIUS attributes in normal form
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-13 pnixonAdd Novell's eDir OTP patch to branch_1_1 also (previou...
2007-05-13 pnixonAdd eDirectory Token / NMAS support thanks to Peter...
2007-05-09 aland print out attributes in a more standard method
2007-04-29 aland Print out error when something goes wrong
2007-04-23 aland Use new radius_paircreate() function.
2007-04-23 aland Fixed Novell code that created PW_TYPE_INTEGER, and...
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
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-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-12 aland strcpy doesn't need a '-1' in the sizeof
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
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
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-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:
2006-05-08 aland Initialize flags.
2006-05-08 aland Initialize flags.
2006-04-19 aland call ldap_escape_func for basedn, etc. too
2006-04-18 aland call ldap_escape_func for basedn, etc, too.
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-07 aland Pull fix from the head
2006-03-07 aland Added debug message when setting Auth-Type
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-18 nbkPull from CVS head:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
next