Fix parameter passing issue. closes bug #105
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
2002-06-24 kkalevAdd a forgotten ldap_free_urldesc in ldap_xlat()
2002-06-22 kkalev* Correct a few typos in Autz-Type
2002-06-19 kkalevAdd another configuration directive: access_attr_used_f...
2002-06-18 kkalevAdd the ability to do a paircmp on the check items...
2002-06-10 fcusack fix arg for pairread()
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2002-05-29 kkalevIf perform_search fails check the ld != NULL before...
2002-05-07 kkalevAdd support for the Ldap-Group attribute in the ldap...
2002-03-18 kkalevFixed a bug where the ldap server will kill the idle...
2002-02-21 kkalevRemove the auth_type directive. Change the ldap caching...
2002-01-27 kkalevAdd a few names in the AUTHORS file.
2002-01-19 3APA3A+ support for "authtype" configuration parameter added...
2002-01-18 aland Use the module's second name (i.e. "ldap ldap1") to...
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2002-01-10 kkalevAdd support for multiple password attributes in one...
2001-12-23 kkalevFixed a bug in ldap_instantiate() when initializing...
2001-12-23 kkalevRemoved an ldap_enable_cache() causing problems
2001-12-20 kkalevAdd changelog for recent changes in rlm_ldap.c
2001-12-19 kkalevAdd ldap caching. Make rlm_ldap thread safe. Fix a...
2001-11-27 kkalevAdd xlat_register and xlat_unregister functions. Now...
2001-11-15 kkalevDo an xlat on the access_group attribute.
2001-11-15 kkalevAdded function ldap_groupcmp(). Now we can do checks...
2001-11-02 kkalevChange default password_attribute to NULL
2001-11-02 pamChange to propper operator in assigning Auth-Type to...
2001-11-02 kkalevAdd:
2001-10-29 aland Allow ldap module use a start tls command with ldap...
2001-10-17 aland Added change which was missed in the last commit
2001-10-16 aland call 'xlat' for basedn, too. This allows the base...
2001-08-28 aland Changed the tokens from being define's to enums. ...
2001-08-15 pamSmall optimization: we don't need get ldap_errno via...
2001-07-17 pamQuiten one compiler warning
2001-07-17 pamApplied patch to ldap_pairget() eliminating ldap_first_...
2001-07-17 pamAdded check for missing 'server' directive in config...
2001-06-29 pamProfile support for user object via attribute specified...
2001-06-27 pamAdded code by Kostas Kalevras <kkalev@noc.ntua.gr>...
2001-06-25 pamAdded fix by Kostas Kalevras <kkalev@noc.ntua.gr> to...
2001-06-13 pamYet another plug for memory leak.
2001-06-13 pamFixed some memory leaks. Thanks to Peter Foreman <p...
2001-06-08 pamUse ldap_memfree() as this Right Thing (R), docs mentio...
2001-06-06 pamFixed bug in ignoring timeout value for LDAP search...
2001-06-06 cmillerFixed indefinite ldap query timeout.
2001-05-16 pamFixed stupid bug, allowing logins with null password
2001-05-07 pamRemoved unnecessary duplication of code, now rlm_ldap...
2001-04-15 aland Initialize all elements of the data structure
2001-04-13 pamSmall fixes to configure and configure.in to detect...
2001-03-11 pamFixed bug which caused module to fail, if after ldap...
2001-03-10 pamAdded author of first LDAP patch to the credit/referenc...
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-02-20 pam* Added patch by Hannu Laurila <hannu.laurila@japo...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-01-27 pamChanged strncasecmp() to strcasecmp() in ldap_pairget...
2001-01-23 pamFixed couple of incorect ldap_msgfree() invocations...
2001-01-22 pamTwo fixes in free() of unintialized structures.
2001-01-11 pamNew version of the module.
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-28 aland single-threaded ldap code from Weston Bustraan <weston...
2000-11-10 pamFixed typo, which broke compilation of the module.
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-01 jcarnealUpdated xxx_authenticate() to accept check/reply pairs
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-09-05 pamFixed compilation for OpenLDAP _without_ Cyrus SASL...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-06-01 pamNew threaded version of rlm_ldap module. Depends on...
2000-05-01 aland added more LDAP schema mappings to RADIUS attributes,
2000-05-01 aland code clean-ups, and use new configuration files
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-29 jgolovFixed function names for new conffile
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-02-01 aland minor updates so name && password aren't passed explic...
2000-01-30 jgolovChanged rlm_ldap to use conffile instead of raddb/ldaps...
1999-11-28 jgolovMany updates from Adrian Pavlykevych <pam@polynet.lviv.ua>
1999-11-20 jgolovChanged return values to RLM_AUTH_*
1999-11-18 jgolovAdded correct header file includes for OpenLDAP
1999-08-18 aland added ldap. Who knows if it works?