Small fixes to configure and configure.in to detect SSL on FreeBSD
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
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?