summaryrefslogtreecommitdiff
path: root/bsd-misc.c
AgeCommit message (Collapse)Author
2000-04-19 - OpenBSD CVS updatesDamien Miller
[channels.c] - fix pr 1196, listen_port and port_to_connect interchanged [scp.c] - after completion, replace the progress bar ETA counter with a final elapsed time; my idea, aaron wrote the patch [ssh_config sshd_config] - show 'Protocol' as an example, ok markus@ [sshd.c] - missing xfree() - Add missing header to bsd-misc.c
2000-04-04Removed excess seed_rng callsDamien Miller
2000-04-03 - Wrote entropy collection routines for systems that lack /dev/randomDamien Miller
and EGD
2000-03-26 - Better tests for OpenSSL w/ RSArefDamien 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 keypairsDamien Miller
- Split random collector into seperate file
2000-01-29fix commentDamien Miller
2000-01-23 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
2000-01-06Doc updatesDamien Miller
2000-01-02 - Added support for directory-based lastlogsDamien 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]. ThisDamien Miller
cleaned up sshd.c up significantly. - Several other cleanups
1999-12-30 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]Damien Miller