* Final bit of patching for the IPGM exploit. Random number generator is
authorArt Cancro <ajc@citadel.org>
Tue, 15 Jul 2003 04:09:20 +0000 (04:09 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 15 Jul 2003 04:09:20 +0000 (04:09 +0000)
commitcd72d9c41d90c1e63839a59577833cd10a7ca9e8
treeba27055b8c4d0056815491d50dfdcb9e7bbe62c4
parent75d8e596bc3472cf72051040d2586180c1a45faa
* Final bit of patching for the IPGM exploit.  Random number generator is
  now seeded from /dev/urandom if available, otherwise it is seeded from
  tv.tv_usec.  (The latter seed was actually getting done elsewhere already.)
* EBIO command now limits input to config.c_maxmsglen bytes.
citadel/citserver.c
citadel/docs/citadel.html
citadel/serv_bio.c
citadel/server_main.c