Remove dependency on configdb when auto-generating CSR, because it has not been initi...
[citadel.git] / citadel / modules / crypto / serv_crypto.c
2015-09-29 Art CancroRemove dependency on configdb when auto-generating...
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 Cancromigrated serv_crypto.c to new config format
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-25 Wilfried GoesgensCrypto: remove unneded initialization pointed out by...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
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.