ldap.c mods submitted by Harry Coin for populating vCard from LDAP
[citadel.git] / citadel / ldap.c
2014-03-17 Art Cancroldap.c mods submitted by Harry Coin for populating...
2013-11-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-04 Wilfried GoesgensLDAP: experimental implementation using ldap_initialize...
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-05-25 Wilfried GoesgensLDAP: dnon't read the reply if we're not interested...
2011-11-13 Art CancroVersion number to 8.02 for upcoming release
2011-10-18 Art CancroDisable ldap referrals so Craptastic Directory does...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-06-22 Art Cancro* LDAP auth - do not permit empty passwords
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-04-10 Art Cancro* oops ... fix a syntax error
2010-04-06 Art Cancro* Minor tweaks to ldap.c -- logging, remove commented...
2010-02-17 Art Cancro* Switch from ldap_search_st() to ldap_search_ext_s...
2010-02-17 Art Cancro* ldap.c needs a little love. (I only added some extra...
2009-10-24 Dave WestCleaning the API a bit more.
2009-10-07 Wilfried Göesgens* by ano: use more uniq name in the ldap module; the...
2009-09-28 Art Cancro* Added the necessary glue code for importing LDAP...
2009-04-14 Art Cancro* Some files did not have ': $' blocks. Added them
2009-04-10 Art Cancro* Added a separate authentication mode AUTHMODE_LDAP_AD...
2009-04-10 Art Cancro* LDAP auth config now read from config file
2009-04-10 Art Cancro* LDAP auth code is now complete. Config is still...
2009-04-08 Art Cancro* Continued integrating ldap auth
2009-04-08 Art Cancro* Merge LDAP code; bindings are not yet complete