Prevent writing empty network configs Part II
[citadel.git] / libcitadel /
2010-10-04 Wilfried Goesgens* StrBufSanitizeEmailRecipientVector () fix another...
2010-09-23 Wilfried Goesgens* off by one in range checking of indexed access
2010-09-02 Wilfried Goesgens* moving directories around isn't smart in a git workin...
2010-09-02 Art Cancrolibcitadel to 7.84
2010-09-02 Wilfried Goesgens* set 7.84 version
2010-08-02 Art Cancro*** r8756 IS 7.83 ***
2010-07-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector() fix bug cutting...
2010-07-28 Art Cancro* All components of both stable and trunk noted as...
2010-07-25 Wilfried Göesgens* StrBufDecodeBase64(): init output buffer so in case...
2010-07-24 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector () fix null pointe...
2010-07-20 Art Cancro*** THIS IS 7.81 ***
2010-07-20 Art Cancro* Internal version numbers to 7.81
2010-07-20 Wilfried Göesgens* remove -finline-functions; it breaks the ubuntu...
2010-07-19 Wilfried Göesgens* update debian changelog.
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-07-14 Art Cancro* THIS IS 7.80
2010-06-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector(): fix some NULL...
2010-06-24 Wilfried Göesgens* more gitignores
2010-06-01 Wilfried Göesgens* add StrBufSanitizeEmailRecipientVector(); it will...
2010-05-21 Wilfried Göesgens* ReAdjustEmptyBuf() wasn't quiet what it should be...
2010-05-21 Wilfried Göesgens* StrBufReadBLOBBuffered(): tell read to give us as...
2010-05-06 Wilfried Göesgens * StrBufPlain(): don't access pointers before we check...
2010-05-04 Wilfried Göesgens* StrBufReadBLOBBuffered(): fix abort condition; if...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-04-29 Wilfried Göesgens* Make memreadlinelen() const
2010-04-26 Wilfried Göesgens* StrBufTCP_read_buffered_line_fast(): silence warning...
2010-04-24 Wilfried Göesgens* DeleteEntryFromHash(): don't skip indirection via...
2010-04-24 Wilfried Göesgens* offer a split version of GetNextHashPos(): GetHashPos...
2010-04-10 Wilfried Göesgens* mime_parser(), mime_decode(), the_mime_parser();...
2010-03-25 Wilfried Göesgens* html_to_ascii(): don't buffer underrun while checking...
2010-03-23 Wilfried Göesgens * StrBufPlain(): secure input arguments; don't strlen...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-03-16 Wilfried Göesgens* StrBufReplaceToken(): source and dest of move operati...
2010-03-16 Wilfried Göesgens* StrBufStripAllBut(): cut at the right border not...
2010-03-15 Wilfried Göesgens* we did that +1 two lines above to avaid infinite...
2010-03-14 Wilfried Göesgens* move the pointer one to the right, else we will loop...
2010-03-13 Wilfried Göesgens* add StrBufPook which blobs out a sub-part of the...
2010-03-09 Wilfried Göesgens* add function to replace a sub snippet of a string
2010-02-28 Wilfried Göesgens* add const string evaluator
2010-02-28 Wilfried Göesgens* add defines for the autopurger tokens
2010-02-27 Wilfried Göesgens* macro to get a string out of a define / enum
2010-02-27 Wilfried Göesgens* ups, forgot to commit this; make memreadline const
2010-02-26 Wilfried Göesgens* add user accesslevel enum
2010-02-22 Wilfried Göesgens* make it const baby!
2010-02-22 Wilfried Göesgens* first Trim the right end, so we don't need to move...
2010-02-21 Wilfried Göesgens* its a pointer, so compare it with NULL not 0
2010-02-21 Wilfried Göesgens* some doxygen grouping
2010-02-21 Wilfried Göesgens* post increment...
2010-02-20 Wilfried Göesgens* const now the bugged code is gone.
2010-02-20 Wilfried Göesgens* found new bug in the RFC822 Decoder
2010-02-15 Wilfried Göesgens* return the number of chars we read; it doesn't have...
2010-02-14 Wilfried Göesgens* generaly NULL *Pos before re-caclulating it
2010-02-14 Wilfried Göesgens* fix the linebuffered reader; some cases (like having...
2010-01-31 Art Cancro* define VIEW_BLOG (not yet implemented but I need...
2010-01-25 Art Cancro* html2ascii now renders *bold* and /italic/ and _under...
2010-01-14 Wilfried Göesgens* unititialized var...
2010-01-10 Wilfried Göesgens* add function to append strings encoding them in hex...
2010-01-03 Wilfried Göesgens* some more work on unit testing
2010-01-03 Wilfried Göesgens* allow mime header sub tokens to have blanks left...
2010-01-03 Wilfried Göesgens* some more input condition sanitizing
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-20 Wilfried Göesgens* fix StrBufNum_tokens
2009-12-19 Michael HamptonAllow citadel / libcitadel to be built outside their...
2009-12-15 Wilfried Göesgens* fix StrBufIsNumber; its not used right now, but it...
2009-12-13 Wilfried Göesgens* shuffle arround stuff a little bit
2009-12-13 Wilfried Göesgens* more testcoverage
2009-12-13 Wilfried Göesgens* add (optional) gcov flags
2009-12-06 Wilfried Göesgens* typo in varname
2009-12-06 Wilfried Göesgens* use different counters for the hash payloads used...
2009-12-03 Dave WestOops, missed comitting this file.
2009-12-03 Dave West Rename function as per dothebart's recomendation.
2009-12-03 Dave WestFor peer review.
2009-11-26 Wilfried Göesgens* more points to NULL the offset pointer
2009-11-24 Wilfried Göesgens* shutting down wildfire seems to work now.
2009-11-24 Wilfried Göesgens* more entry checking.
2009-11-18 Wilfried Göesgens* fix buffer overrun conditions in StrBufRemove_token
2009-11-16 Wilfried Göesgens* when reallocing the buffer, flush the external pointer
2009-11-10 Wilfried Göesgens* same bug at StrBuf_Utf8StrLen too.
2009-11-10 Wilfried Göesgens* fix exit point in Ctdl_GetUtf8SequenceLength; conditi...
2009-11-08 Wilfried Göesgens* this way its fastest: range check whats allowed and...
2009-11-06 Wilfried Göesgens* predefined table is a little faster...
2009-11-05 Wilfried Göesgens* don't use sprintf while doing urlescappend; do it...
2009-10-29 Wilfried Göesgens* version blabla not overwrite me apt update
2009-10-25 Wilfried Göesgens* more doxygen cleanup
2009-10-25 Wilfried Göesgens* add doxygen config
2009-10-22 Wilfried Göesgens* add stdin for decoding tests
2009-10-15 Wilfried Göesgens* fix non-iconv-enabled build
2009-10-15 Wilfried Göesgens* add combined html/json escaper
2009-10-11 Wilfried Göesgens* remove unneded code
2009-10-11 Wilfried Göesgens* fix hashlist iterator
2009-10-09 Wilfried Göesgens* fix off by one in buffer size
2009-10-05 Wilfried Göesgens* fix dependencies solaris is a little pickier here.
2009-10-04 Wilfried Göesgens* fix VDIR build
2009-10-04 Wilfried Göesgens* run it several times, just to be shure.
2009-10-04 Wilfried Göesgens* add simple RFC822 / iconv decoding test
2009-10-04 Wilfried Göesgens* don't continue to read, if we don't have a valid FD
2009-10-03 Wilfried Göesgens* fix mixed line/blob test
2009-10-03 Wilfried Göesgens* rework stringbuffered reading on nonblocking files
2009-10-03 Wilfried Göesgens* start out a unit test for our buffered I/O; copy...
2009-10-01 Wilfried Göesgens* be a bit more picky about string ends in StrBufExtrac...
next