]> mj.ucw.cz Git - moe.git/history - submit/submitd.c
`md5crypt' now uses MD5 from libucw.
[moe.git] / submit / submitd.c
2008-05-15 Martin MaresInstall the configuration file of submitd at the right...
2007-08-17 Martin MaresUse `char *' for all strings instead of `byte *'.
2007-08-17 Martin MaresMake submitd compile with the new libucw.
2007-06-28 Martin MaresImplemented a limit on number of submits of a single...
2007-06-28 Martin MaresKeep history of submitted tasks.
2007-06-28 Martin MaresSubmitd: each access rule can contain multiple addrmasks.
2007-06-28 Martin MaresAdapted to recent libucw (log -> msg).
2007-06-10 Martin MaresSubmitd now keeps a log file if asked to.
2007-06-05 Martin MaresAdded script for creation of certificates.
2007-06-05 Martin MaresMore TODO bits.
2007-06-04 Martin MaresSubmitting works, implemented STATUS command.
2007-06-04 Martin MaresFirst parts of submit command.
2007-06-04 Martin MaresUse setproctitle() to display status.
2007-06-04 Martin MaresAdded general command code.
2007-06-03 Martin MaresImplemented the connection logic.
2007-06-03 Martin MaresTLS handshaking work.
2007-06-02 Martin MaresFirst attempts at using gnutls.