More logging for Global Address Book saves, for debugging
[citadel.git] / citadel / modules / vcard / serv_vcard.c
2011-11-29 Art CancroMore logging for Global Address Book saves, for debugging
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-08-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-08-26 Art CancroRemoved references to Subversion in the code
2011-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-06-28 Art CancroRemoved the commented-out vestiges of a spam strings...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-14 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2011-03-14 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-03-14 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-03-13 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-03-13 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-01-17 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-17 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-06-20 Wilfried Göesgens * check_get(): fix dict_tcp module; we just care for...
2010-05-14 Wilfried Göesgens* check_get() clang was indeed right, this ';' is a...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-09-28 Art Cancro* Added the necessary glue code for importing LDAP...
2009-09-28 Art Cancro* Added stub code to point out where the LDAP-to-vCard...
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-03-13 Art Cancro* Minor overhaul of modules/serv_vcard.c
2009-03-12 Art Cancro* Fixed problems related to saving vCards in config...
2009-03-07 Art Cancro* When translating the input from a REGI command into...
2009-01-14 Art Cancro* In host auth mode, if a user logs in who has no gecos...
2008-12-07 Wilfried Göesgens* follo hashiterator api-change
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-08-11 Art CancroThe CtdlWriteObject() API no longer uses a temp file
2008-07-21 Wilfried Göesgens* added a.n.o patches for solaris compatibility
2008-05-28 Dave WestFix for bugzilla #364
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-04-20 Wilfried Göesgens* fixed several compiler warnings.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-02-24 Wilfried Göesgens* hm, how could this get through? we don't have getpwui...
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-13 Dave WestFixed a small bug in serv_vcard.c that could leave...
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-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-10-27 Dave WestAdded support for mobile phone number and fax number...
2007-10-10 Dave WestMade some ldap functions a little more generic, pass...
2007-10-09 Dave WestLDAP module changes.
2007-10-06 Dave Westwhen delete from GAB now delete from ldap.
2007-10-06 Dave WestLots of LDAP changes.
2007-10-06 Dave WestAdded LDAP: to begining of lprintfs in ldap module.
2007-10-05 Dave WestMoved config check for ldap into ldap init.
2007-10-05 Wilfried Göesgens* just use ldap if it's enabled by config.
2007-10-05 Dave WestBig change to the ldap code to break its dependancy...
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-05 Dave WestMoved serv_ldap.h back into the main src dir as a tempo...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave WestContinue phase 2 of modules stuff.