more moving towards ldap sync ... lots of refactoring
[citadel.git] / citadel / user_ops.c
2017-11-05 Art Cancromore moving towards ldap sync ... lots of refactoring
2017-10-30 Art CancroInternal API change, create_user() now expects to be...
2017-10-30 Art CancroChange the become_user parameter of create_user() to...
2017-10-30 Art CancroRemove unused parameter
2017-10-30 Art CancroRefactored CtdlGetUser() API
2017-10-27 Art CancroStarted prepping for the move from LDAP Access to LDAP...
2017-09-11 Art CancroCopy email addresses from LDAP
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-05-19 Art CancroAt login time, copy prefer email addresses for user...
2017-05-16 Art CancroNew data format for internet addresses, convert old...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-25 Art CancroUpdated more modules to the new logging convention
2017-03-04 Art Cancrostyle cleanup
2016-04-10 Art CancroRemove all references to userpic dir other than those...
2016-04-09 Art CancroUser profiles (bios) are now stored as MIME in the...
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-09-29 Art CancroLOOK AT ME I AM COMMITTING AGAIN
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-04-29 Art CancroConverted user_ops.o to new config format
2015-04-10 Art CancroRemoved the whole configlen thing. Seriously, WTF?
2015-03-30 Wilfried GoesgensBy Harry Coin:
2015-03-30 Wilfried GoesgensBy Harry Coin:
2014-11-08 Wilfried Goesgensadd function to lock the current user.
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensuser access level helper moved to the other accesslevel...
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-14 Wilfried Goesgensmove citadel protocol user functions to modules/ctdlpro...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgenssplit citadel protocol related functions from msgbase...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-31 Art CancroChanging the name of the 'Aide' access level to 'Admin'
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-26 Wilfried Goesgensremove duplicate assignments; don't compare twice if...
2012-05-03 Wilfried GoesgensNTTList: move into networking module
2012-04-29 Wilfried GoesgensLOGGING: make context logging configurabel. (joining...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroWhen changes are made via the admin socket, post Aide...
2012-04-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-22 Wilfried GoesgensLogging: add details to failed password attempts to...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-27 Art CancroCompleted the overhaul of setup.
2011-10-17 Wilfried Goesgensrework the networking locking facility using the hashlist.
2011-09-08 Wilfried GoesgensCC -> CCC in do_login
2011-09-07 Wilfried GoesgensCode shuffling fixes warning with inline function....
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art Cancromore logging and testing
2011-09-04 Art CancroCtdlUserLogout() syslog who owned the session we killed
2011-09-04 Art CancroCtdlUserLogout() fixed to more throroughly log the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Art Cancrouse the short commit hash
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgensby jimcuclamath: use defines instead of numbers for...
2010-10-24 Art CancroReplaced some of the 'autoconverted - document me'...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Art Cancrocmd_invt_kick() is normally permitted when the room...
2010-09-05 Wilfried Goesgens* re-enable drafts as proposed by samjam.
2010-09-03 Art CancroRemoved the USscreenwidth and USscreenheight fields...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-28 Wilfried Göesgens* fix GTSN not to cut seen stats at 1024 chars
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-05-21 Wilfried Göesgens* CtdlTryPassword(): fix leak
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-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-22 Wilfried Göesgens* make the user const
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
2009-11-10 Dave WestGrabbed another chunk of code out of user_ops.c, purge_...
2009-11-10 Dave WestGrabbed that previously noted bad code from rename_user...
2009-11-09 Dave WestExposed logout() from user_ops.c, deprecated it in...
2009-11-03 Dave WestAdd some comments to rename_user indicating why the...
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-10-29 Dave WestDon't register commands twice, only register them befor...
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-17 Dave WestCitadel API clean up.
2009-09-28 Art Cancro* Silenced a few warn_unused_result warnings (ongoing...
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-07-03 Art Cancro* Temporarily disabled the 'Drafts' functions. I like...
2009-06-14 Wilfried Göesgens* create new roomview type: Drafts; this won't need...
2009-06-12 Wilfried Göesgens* add _DRAFTS_ to the userdata creator, and translate...
2009-04-21 Art Cancro* Fixed striplt() to only remove leading and trailing...
2009-04-17 Wilfried Göesgens* give all commands their own function
2009-04-17 Art Cancro* Removed XYZZY command. Nothing happens.
2009-04-10 Art Cancro* Added a separate authentication mode AUTHMODE_LDAP_AD...
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
next