Corrected typo
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
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:
2006-02-08 fcusackimport from HEAD:
2006-01-14 nbkPull from CVS head:
2006-01-12 nbk Fix a SEGV in back-quote expansion.
2005-12-29 aland Corrected typo
2005-12-29 aland Corrected typo
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-28 aland Make the LDAP module smarter, and more configurable...
2005-12-13 aland Call rad_malloc(), which will never fail.
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-21 aland Corrected typo, as noted in bug #287
2005-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-29 nbk Add an attribute to the unused parameters.
2005-09-14 nbk Walk the whole string in ldap_escape_func().
next