- Added constant sizes for usernames and the nonce in citadel.h
authorBrian Costello <btx@uncensored.citadel.org>
Mon, 14 Aug 2000 22:51:52 +0000 (22:51 +0000)
committerBrian Costello <btx@uncensored.citadel.org>
Mon, 14 Aug 2000 22:51:52 +0000 (22:51 +0000)
commit3d120c013c4ffcb4c0f3d23a91d30afddf748c4f
treed2097aab635ce96c99fd7828128d3dfc917a464d
parent56c26cf9eab97978b2abfc97216488c71eb28e2d
- Added constant sizes for usernames and the nonce in citadel.h
- The server now seeds its PRNG with the microsecond time at startup.  The
  random numbers are needed for the APOP auth scheme's nonce
- A nonce is displayed at the banner, conforming to the APOP RFCs
- Added MD5 (APOP) auth via a module PAS2 (password scheme 2)
  This will only work for "real" bbs accounts
- Added APOP command to serv_pop3
- Reorganized a couple of user commands
citadel/Makefile.in
citadel/citadel.c
citadel/citadel.h
citadel/citserver.c
citadel/serv_pop3.c
citadel/serv_pop3.h
citadel/server.h
citadel/user_ops.c
citadel/user_ops.h