Code shuffling fixes warning with inline function... weirdo.
[citadel.git] / citadel / user_ops.c
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
2009-04-07 Art Cancro* Prepped portions of the code for imminent merge of...
2009-03-12 Art Cancro* Removed userspace buffering. Everyone has TCP_CORK...
2009-01-14 Art Cancro* In host auth mode, if a user logs in who has no gecos...
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-07-17 Dave WestThe user with number 1 is no longer automatically an...
2008-06-16 Art CancroRemove passwords from the LIST server command, even
2008-06-05 Art Cancro* Completed the code for creating a new account, manual...
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-05-29 Art Cancrogetuserbynumber() now uses a proper indexed database
2008-05-28 Dave WestPrevent boom at shutdown that results from trying to...
2008-05-28 Dave WestNow we name all the private contexts.
2008-04-06 Dave WestGive the user contained within masterCC a name.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-19 Art CancroEVT_LOGOUT hooks are now called with the thread's current
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-03-15 Art CancroNew utility function convert_spaces_to_underscores()
2008-03-07 Art CancroAdded a RENU command (REName a User)
2008-02-17 Art CancroThe fix to Bug 311 didn't work. Applied a cleaner...
2008-02-13 Dave WestWhen using host auth mode the user is given a default...
2008-02-08 Wilfried Göesgens* refuse empty passvoids against host auth
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-26 Dave WestFix the segault on server shutdown that crept in when...
2008-01-19 Dave WestFix the user purge / delete thing once and for all.
2008-01-17 Art CancroTemporary workaround to compile with old libical
2008-01-13 Wilfried Göesgens* avoid some function calls openBSD doesn't like us...
2008-01-11 Art Cancroadded some debugging traces
2008-01-10 Wilfried Göesgens* openbsd doesn't like pam. so... if we don't have...
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2007-12-23 Dave WestMoved all threading code into threads.c
2007-12-16 Wilfried Göesgens* allert if we find a user with empty realname in the...
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-03 Art CancroSupply a more informative error message when an adminis...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-06 Wilfried Göesgens* strip blanks / whitespaces more effectively
2007-10-03 Wilfried Göesgens* check the username for length so we don't smash our...
2007-09-20 Art CancroMaster User hack is now defined in site config instead of
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-07-26 Dave WestMoved to new module init structure.
2007-07-24 Art Cancro'master user' hack is now an #ifdef instead of commente...
2007-07-08 Michael HamptonInclude sys/stat.h when available (FreeBSD)
2007-07-08 Art CancroQuick respin of WebCit (now 7.12) due to missing config.sub
2007-07-07 Wilfried Göesgens* check whether we shoud shut down. we do this by check...
2007-07-07 Art CancroSupport the idea of a 'master user' logging in
2007-07-07 Art CancroSupport AUTH=PLAIN in the IMAP server.
2007-06-19 Wilfried Göesgens* check whether our chkpwd binary exists or not
2007-06-19 Art CancroEliminated the unpacking of uid in the chkpwd
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-06-18 Art CancroRemoved the --disable-chkpwd option, because it generates
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-03-05 Wilfried Göesgens* create format strings different for solaris
2007-02-25 Wilfried Göesgens* solaris compatibility patches.
2007-02-22 Art CancroFinal changes to server to allow message display names to
2007-01-24 Wilfried Göesgens* precalculate the position of chkpwd like we do it...
next