some work on calendar
[citadel.git] / citadel / ldap.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-05-30 Art Cancroremoved some debugs
2022-05-02 Art CancroTaking a peek at serv_expire.c to see what would be...
2022-04-09 Art CancroImproved compatibility with POSIX LDAP Schema. Tested...
2022-04-08 Art CancroUpdated LDAP code to be compatible with more modern...
2022-03-12 Art Cancroderive_uid_from_ldap() converted to use ldap_get_values...
2021-11-15 Art CancroRemoved the remaining code where LDAP was optional.
2017-12-02 Art CancroNew site setting c_ldap_sync_email_addrs to toggle...
2017-11-30 Art CancroSynchronization of LDAP users to Citadel is now complet...
2017-11-30 Art Cancrofixed a memory leak
2017-11-19 Art CancroA little more work on the LDAP Sync
2017-11-13 Art CancroAll functions which connect and bind to LDAP using...
2017-11-05 Art Cancromore moving towards ldap sync ... lots of refactoring
2017-11-05 Art Cancrocombined single utility function for deriving UID from...
2017-11-05 Art Cancrocombined single utility function for deriving display...
2017-10-30 Art CancroLOCK HER UP
2017-10-27 Art CancroStarted prepping for the move from LDAP Access to LDAP...
2017-10-14 Art Cancrotest get display name and uid from ldap , show in log
2017-09-30 Art Cancrogrml
2017-09-24 Art CancroLDAP search
2017-09-10 Art Cancrostarted working on code for extracting email addresses...
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-04-09 Art CancroMore syslog and style cleanup
2017-02-28 Art Cancrominor cosmetic changes
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2015-04-02 Wilfried Goesgensfix uninitialised warning.
2015-03-30 Wilfried GoesgensBy Harry Coin:
2015-03-30 Wilfried GoesgensBy Harry Coin:
2014-11-06 Art CancroCtdl_LDAP_to_vCard() migrated to ctdl_ldap_initialize()
2014-11-06 Art CancroCtdlTryPasswordLDAP() migrated to ctdl_ldap_initialize()
2014-11-06 Art CancroCtdlTryUserLDAP() migrtated to ctdl_ldap_initialize()
2014-11-06 Art Cancrowtf
2014-11-06 Art CancroAll calls to ldap_init(host,port) are now replaced...
2014-11-06 Art CancroRemoved a previous attempt at using ldap_initialize...
2014-07-23 Wilfried GoesgensLDAP: check for new values in LDAP on each login (by...
2014-05-10 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-03-17 Art CancroMerge branch 'master' into nntp
2014-03-17 Art CancroStyle and comments cleanup of previous commits
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