summaryrefslogtreecommitdiffstats
path: root/bsd-misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-94/+0
| | | | | | | | | | | | | | openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.
* - (bal) utimes() support via utime() interface on machine that lack utimes().Ben Lindstrom2001-01-151-0/+12
|
* - (stevek) Reworked progname support.Ben Lindstrom2000-11-171-0/+20
| | | | | | | | - (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.
* - (stevesk) Add initial support for setproctitle(). CurrentKevin Steves2000-10-181-7/+0
| | | | support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
* - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAMDamien Miller2000-09-161-5/+0
| | | | | password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's
* - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)Damien Miller2000-08-161-103/+11
| | | | | | | - (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.
* - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>Damien Miller2000-07-151-0/+7
| | | | | - Include floatingpoint.h for entropy.c - strerror replacement
* - OpenBSD CVS updatesDamien Miller2000-04-191-0/+2
| | | | | | | | | | | | | [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
* Removed excess seed_rng callsDamien Miller2000-04-041-1/+0
|
* - Wrote entropy collection routines for systems that lack /dev/randomDamien Miller2000-04-031-36/+32
| | | | and EGD
* - Better tests for OpenSSL w/ RSArefDamien Miller2000-03-261-24/+0
| | | | | - Added replacement setenv() function from OpenBSD libc. Suggested by Ben Lindstrom <mouring@pconline.com>
* - Don't free argument to putenv() after use (in setenv() replacement).Damien Miller2000-03-151-1/+4
| | | | Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
* - Seed OpenSSL's random number generator before generating RSA keypairsDamien Miller2000-01-291-60/+2
| | | | - Split random collector into seperate file
* fix commentDamien Miller2000-01-291-1/+1
|
* - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David RankinDamien Miller2000-01-231-0/+3
| | | | <drankin@bohemians.lexington.ky.us>
* Doc updatesDamien Miller2000-01-061-0/+1
|
* - Added support for directory-based lastlogsDamien Miller2000-01-021-1/+2
| | | | | | - 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>
* - Removed most of the pam code into its own file auth-pam.[ch]. ThisDamien Miller1999-12-301-0/+22
| | | | | cleaned up sshd.c up significantly. - Several other cleanups
* - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]Damien Miller1999-12-291-0/+214