MSG: the database returns the buffer size, not the stringlength.
[citadel.git] / citadel / msgbase.c
2013-11-15 Wilfried GoesgensMSG: the database returns the buffer size, not the...
2013-11-15 Wilfried GoesgensMSG: we can continue using the strbuf, ommit the wrappe...
2013-11-15 Wilfried GoesgensMSG: free the author
2013-11-15 Wilfried GoesgensMSG: safeguard: terminate the message buffer if we...
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-29 Wilfried Goesgensremove unneeded assignment
2013-09-28 Wilfried Goesgenssecure possible NULL-Pointer access in strlen
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-14 Wilfried Goesgensmove file_ops to modules/ctdlsrv/serv_file.c
2013-09-14 Wilfried GoesgensMesages: fix copying of fields; add flush function...
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 config message loading from msgbase.c -> config.c
2013-09-01 Wilfried Goesgensmove email address related functions oven to internet_a...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-09-01 Wilfried GoesgensMove simple subtstitution functions to the message...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensMove Message struct manipulation functions into one...
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...
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-03 Wilfried GoesgensMESSAGES: store 1 & 2 field to db - it has to be permanent.
2013-06-08 Wilfried GoesgensLOG: add separating blanks in debug messages.
2013-06-06 Wilfried Goesgensfix buffer overrun by 1
2013-03-29 Wilfried GoesgensSEEN-Database: refactor database interface for remember...
2013-03-25 Wilfried GoesgensMSG: log if we don't find a requested message in the db
2013-02-25 Wilfried Goesgensmime_download(): missed CC -> CCC in one place.
2013-02-17 Wilfried Goesgensadd utility function to set / replace cm_flield entries.
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-29 Wilfried GoesgensMSG: fix size to copy for message copying
2013-01-26 Wilfried Goesgensmake it const, baby.
2013-01-20 Wilfried GoesgensMSG: fix duplication of messages.
2013-01-20 Wilfried GoesgensAdd function to in-memory duplicate a message.
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-05 Wilfried GoesgensChoose default sender email address by envelope recipient
2012-12-01 Wilfried GoesgensSMTPSRV: migrate to use StrBuf
2012-12-01 Wilfried GoesgensFix memory leak when doing floodprotected system messages
2012-08-06 Wilfried GoesgensAdd aide message functionality that uses the UT table...
2012-08-06 Wilfried GoesgensRemove deprecated function.
2012-08-05 Wilfried Goesgensqp_encode_email_addrs(): only backtrace if message...
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-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-06-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-06 Art CancroField 'K' is now 'rep2=' in the citadel headers
2012-05-31 Wilfried Goesgenswhen failing by OOM, don't loose any more memory.
2012-05-26 Wilfried Goesgens- dump_message() isn't used anymore; remove it.
2012-05-26 Wilfried GoesgensCtdlOutputMsg(): if we found that the attachment which...
2012-05-26 Wilfried GoesgensAfter checking for NULL-Pointer exit with failure.
2012-05-25 Wilfried Goesgensvalidate_recipients(): just remember the mailtype we...
2012-05-17 Art CancroReverted most of e40ba85133cf6401bda3d6b81a1d144d73d250...
2012-05-05 Wilfried GoesgensLogging: log the number of messages in room with the...
2012-04-29 Wilfried GoesgensLogging: configure message logging
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-20 Wilfried Goesgensfix memleak
2012-03-05 Wilfried GoesgensCtdlSaveMsgPointersInRoom() also call AdjRefCountList...
2012-03-05 Wilfried GoesgensAdjRefCountList(): we de/increase the refcount of a...
2012-03-05 Wilfried GoesgensCtdlDeleteMessages(): deploy smarter logic to check...
2012-02-26 Wilfried GoesgensCtdlForEachMessage(): abort when server is sutting...
2012-02-25 Wilfried GoesgensMailinglists: fix reply-to for local posters
2012-02-25 Wilfried GoesgensMailQ: remember & display the room for mailingilst...
2012-02-06 Wilfried GoesgensMailq: add a special subject to the mailq messages...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroRandom chmod() and chown() calls to help things out...
2012-01-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-14 Wilfried Goesgenswhen we fail to preserve the temporary file for mime...
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-25 Wilfried GoesgensStraightn http client generation
2011-12-06 Art CancroIMPORTANT FIX TO VCARD / GLOBAL ADDRESS BOOK ROOM....
2011-12-06 Art Cancroadded some temporary logging
2011-12-03 Wilfried Goesgensdon't buffer underrun if string is empty
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-20 Art Cancroserv_extnotify now uses field '2' instead of field...
2011-09-19 Wilfried Goesgensfix possible leaks around 'W'; the funambol code abuses it.
2011-09-19 Wilfried GoesgensFix indention; its broken in some places which seems...
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Wilfried GoesgensDon't add brackets <> to the reply to; it should be...
2011-09-04 Wilfried GoesgensFix envelope-to header.
2011-09-04 Art CancroFixed a bug in the 'only replies are allowed in this...
2011-09-04 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-09-04 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-09-04 Art CancroReplace the temporary log message with a permanent one
2011-09-04 Art CancroOk this is it, the best of both worlds.
2011-09-04 Art CancroRevert "Updating cmd_euid() to use the CtdlForEachMessa...
2011-09-04 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-09-04 Art CancroRevert "arrgh"
2011-09-04 Art CancroRevert "xxx"
2011-09-04 Art Cancroxxx
2011-09-04 Art Cancroarrgh
2011-09-04 Art CancroReplaced cached_msglist array with a btree persistent...
2011-09-04 Art CancroUpdating cmd_euid() to use the CtdlForEachMessage(...
2011-09-04 Art CancroUse a binary search to locate msgnum in cached_msglist
2011-09-04 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-09-04 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
next