Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
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().
2005-09-01 aland Update the way we handle parsing subsections, to avoid...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-30 fcusack fix bug #278: connection status must not be tested...
2005-08-27 nbk Fix ldap_pairget() to copy characters after any space...
2005-08-26 aland Escape more characters
2005-08-24 nbk Fix compilation warnings in code from Novell.
2005-08-23 aland Use proper name in #ifdef
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-09 nbk Fix compilation warnings.
2005-08-08 aland change passwd_rad_attr to PW_USER_PASSWORD
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-19 aland One-character fix for typo
2005-04-08 aland 'static' to 'static const'
2005-03-30 aland One-line fix to auto-discover NS-MTA-MD5 passwords...
2005-03-29 mgriegoRevert to using the pointer names in sizeof's. Be...
2005-03-28 mgriegoChanged the malloc's for the inst->conns and inst-...
2005-03-10 aland one-line #define to not use pthread functions when...
2005-02-18 aland Added auto-header discovery
2005-02-18 aland Re-formatting of code, normalize whitespace around...
2005-02-09 kkalevReally stupid typo
2005-02-08 kkalevMake debug messages on password extraction a little...
2005-02-08 kkalevAdd a few more checks for the previous patch
2005-02-08 kkalevAdd another configuration directive, password_radius_at...
2005-02-07 aland Fixes from Novell to get it to work
2005-01-31 aland Pull Novell eDir patch from the head
2005-01-31 aland Removed C++ comment
2005-01-28 kkalevAdd second patch from Novell for creating a postauth...
2005-01-02 kkalevAdd Novell patch for reading the user's Universal Passw...
2004-10-30 aland s/T_INVALID/T_OP_INVALID/g
2004-10-05 aland Don't set Auth-Type = LDAP if the request has no clear...
2004-10-05 aland Removed extraneous bracket
2004-10-05 aland Use mutexes only if we have pthread.h
2004-09-10 mgriegoUse T_INVALID since T_OP_INVALID isn't defined. Also...
2004-09-10 aland Allow ldap.attrmap to have an extra field, which defin...
2004-09-10 aland Deleted log in the comments, "cvs log" may be used...
2004-09-03 aland Added debug message to explain what people are doing...
2004-09-02 kkalevStore the LDAP-UserDN attribute in the check item list...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-07-06 aland Move patch from the head
2004-07-06 kkalevDon't core dump when ldap.attrmap contains only one...
2004-04-30 kkalevSmall change to ldap_get_conn to fix problems on some...
2004-04-21 kkalevUpdate a log message
2004-04-19 kkalevAdd a per instance Ldap-Group attribute (of the form...
next