Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-04 | Removed excess seed_rng calls | Damien Miller | |
2000-04-03 | - Wrote entropy collection routines for systems that lack /dev/random | Damien Miller | |
and EGD | |||
2000-03-26 | - Better tests for OpenSSL w/ RSAref | Damien Miller | |
- Added replacement setenv() function from OpenBSD libc. Suggested by Ben Lindstrom <mouring@pconline.com> | |||
2000-03-15 | - Don't free argument to putenv() after use (in setenv() replacement). | Damien Miller | |
Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> | |||
2000-01-29 | - Seed OpenSSL's random number generator before generating RSA keypairs | Damien Miller | |
- Split random collector into seperate file | |||
2000-01-29 | fix comment | Damien Miller | |
2000-01-23 | - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin | Damien Miller | |
<drankin@bohemians.lexington.ky.us> | |||
2000-01-06 | Doc updates | Damien Miller | |
2000-01-02 | - Added support for directory-based lastlogs | Damien Miller | |
- Really fix typedefs, patch from Ben Taylor <bent@clark.net> - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas@dial.pipex.com> | |||
1999-12-30 | - Removed most of the pam code into its own file auth-pam.[ch]. This | Damien Miller | |
cleaned up sshd.c up significantly. - Several other cleanups | |||
1999-12-30 | - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] | Damien Miller | |