A few more API clean ups. Mainly revolving around user_ops.c
[citadel.git] / citadel / user_ops.c
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...
2007-01-20 Art Cancro* Initialize more variables during declaration,
2007-01-06 Art Cancro* Updated some comments
2006-12-19 Art Cancro* Bumped version number to 7.01
2006-11-15 Art CancroAdjusted the grammar of the previous message
2006-11-14 Wilfried Göesgensnote aide that we have a new user.
2006-11-01 Wilfried Göesgens* added message subject to all those tiny messages
2006-01-27 Art Cancro* Reject empty username for login attempts
2006-01-18 Art CancroMisc small fixes to the new host auth mode.
2006-01-17 Art Cancro* REMOVED MIXED MODE AUTHENTICATION.
2006-01-15 Wilfried Göesgenscalculate the directories in a central manner.
2005-10-31 Art Cancrobugzilla 166
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-10-25 Art Cancro* Every user gets a Trash folder. Clients can also...
2005-10-10 Art Cancrochanged CtdlSetSeen() API
2005-09-09 Art Cancro* New bmstrcasestr() function to perform very fast...
2005-09-09 Art Cancro* Removed the bmstrstr() function, and replaced all...
2005-08-02 Art Cancro* Removed instances of hard-coded CTDLDIR; this breaks -h
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-07-21 Art Cancro* Server-side LIST command now accepts a search string.
2005-06-02 Art Cancro* Set the correct flags in the target room after an...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-23 Art Cancro* When auto-creating Mail>, Sent Items>, etc... set...
2005-01-19 Art Cancro* Minor and/or cosmetic changes made during x64 trouble...
2005-01-07 Art Cancro* serv_imap.c: fail with a "BAD" error response if...
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-07-30 Art Cancro* user_ops.c: limit the length of the name which can...
2004-07-29 Art Cancro* Trying to fix a buffer overrun
2004-04-23 Art Cancro* user_ops.c: do not attempt to save the loaded user...
2004-04-09 Michael Hampton* user_ops.c: fix unused variable compiler warnings
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
next