Fix warnings all over citserver; handle function replies; remove unused code.
[citadel.git] / citadel / modules / crypto / serv_crypto.c
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-11-04 Wilfried Goesgensfix crash in SSL BLOB-Reading
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-31 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-08-31 Wilfried Goesgens* client_read_sslblob(): fix buffer handling, clean...
2010-03-25 Wilfried Göesgens* client_read_sslblob(): don't use uninitialized values.
2010-03-17 Wilfried Göesgens* CtdlClientGetLine(): we don't support Error while...
2010-03-17 Wilfried Göesgens* client_read_sslblob(): don't leave CC->Pos on an...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-01-05 Wilfried Göesgens* make it const where possible...
2009-10-15 Art Cancro* More license declarations
2009-04-17 Wilfried Göesgens* give all commands their own function
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-10-23 Art CancroOnly generate CSR if it is determined that we will
2007-07-31 Dave WestContinue phase 2 of modules stuff.