Converted two more .c files to new logging standard
[citadel.git] / citadel / internet_addressing.c
2017-04-07 Art CancroConverted two more .c files to new logging standard
2017-03-04 Art Cancrostyle cleanup
2016-01-23 Wilfried Goesgensmore log silencing.
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
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-01 Art CancroMore conversion to the new config system. WARNING...
2014-10-20 Wilfried Goesgensreplace strlens by breaks, fix comparison warnings.
2014-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-09-30 Art Cancrocontinuing war on unnecessary include of sys/time.h
2013-12-01 Wilfried Goesgensfix unwrapping of folded lines.
2013-10-29 Wilfried Goesgenscorrectly unfold RFC822 Headers and find the right...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-14 Wilfried Goesgensmove cmd_isme to serv_user.c
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensmove email address related functions oven to internet_a...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-05-25 Wilfried GoesgensRemove duplicate line..
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-04 Wilfried Goesgensparse reply-to header into its permanent database field
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-05-19 Wilfried GoesgensFix unfolding of RFC822 lines so we don't loose blanks.
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-27 Art Cancro* One more change to the recent header folding bugfix
2010-08-26 Art Cancro* Fixed a wrap bug in convert_internet_message()
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-03-25 Wilfried Göesgens * unfold_rfc822_field(): don't forget to copy over...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-06 Wilfried Göesgens* fix convert_internet_message_buf(); we forgot to...
2010-03-04 Wilfried Göesgens* fix off by one while copying email headers
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-21 Wilfried Göesgens* don't forget to separate the headers from the body...
2010-02-11 Wilfried Göesgens* NULL is the abort condition for an invalid header
2010-02-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2009-10-24 Dave WestCleaning the API a bit more.
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-01-28 Art Cancro* If an address matches both a 'masq domain' and a...
2008-11-04 Art Cancroctdl_iconv_open() remove from citadel and switch to...
2008-09-02 Art CancroImplemented RFC2919, the 'List-ID' field for mailing
2008-08-27 Wilfried Göesgens* quick check the email address for quoted printable...
2008-07-24 Wilfried Göesgens* a.n.o's solution to sun CC not liking inline in all...
2008-07-17 Dave WestFix CtdlHostAlias to correctly check if the given fqdn...
2008-05-24 Wilfried Göesgens* use iconv in citserver too
2008-04-07 Art CancroRemoved the 'Gateway Domain' function from the entire...
2008-03-26 Art CancroHandle RFC822 'References:' field and Citadel W (Wefewe...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
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-05-02 Wilfried Göesgens* added masquerade domain feature.
2006-10-23 Art CancroKeep track of envelope from and to headers
2006-10-14 Art Cancro* Implemented the 'getsubaddress' callback, but then...
2005-10-25 Art Cancro* msgbase.c: when a summary mode message list is reques...
2005-09-18 Art Cancro* When submitting a message, harvest non-local addresse...
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-12 Art Cancro* Bounds checking in CtdlDirectoryLookup()
2005-03-24 Art Cancro* extract_token() now expects to be supplied with the...
2005-02-28 Art Cancro*** empty log message ***
2005-02-27 Art Cancro*** empty log message ***
2004-08-05 Art Cancro* CtdlHostAlias() now accepts "localhost" as a localhos...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-12-04 Art Cancro* Incoming RFC822 messages get the To: field translated...
2003-11-14 Art Cancro* MUCH faster implementation of rfc822_fetch_field()
2003-10-07 Art Cancro* Better handling of incoming Internet addresses consis...
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-06-02 Art Cancro* citserver.c: added another trace message to is_public...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-08-31 Art Cancro* Set version number to 6.00 in documentation and heade...
2002-08-24 Art Cancro* Bugfixes and cosmetic changes to listsub system
2002-06-10 Art Cancro* Configuration for spam filter
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-02-07 Art Cancro* Silently refuse to add directory entries for Internet...
2002-01-31 Art Cancro* When deleting a vCard from the Global Address Book...
2002-01-26 Art Cancro* More internet addressing and global directory stuff...
2002-01-25 Art Cancro* Fixed acceptance of inbound SMTP messages relaying...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-05 Art Cancro* Removed some protocol commands and writeups that...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-08-22 Art Cancro* Realized that there was lots of similarly broken...
2001-08-22 Art Cancro* internet_addressing.c: fixed a bug in process_rfc822_...
2001-07-18 Art Cancro* Silly change to internet_addressing() to handle NULL...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-06-06 Art Cancro* Moved memreadline() to tools.c
next