summaryrefslogtreecommitdiff
path: root/bsd-misc.c
AgeCommit message (Collapse)Author
2001-01-15 - (bal) utimes() support via utime() interface on machine that lack utimes().Ben Lindstrom
2000-11-17 - (stevek) Reworked progname support.Ben Lindstrom
- (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by Shinichi Maruyama <marya@st.jip.co.jp> I assume the progname patch was finished. I believe stevek is on vacation, but it passes compiling under Linux and NeXTStep.
2000-10-18 - (stevesk) Add initial support for setproctitle(). CurrentKevin Steves
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
2000-09-16 - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMDamien Miller
password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's
2000-08-16 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)Damien Miller
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation.
2000-07-15 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>Damien Miller
- Include floatingpoint.h for entropy.c - strerror replacement
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