summaryrefslogtreecommitdiff
path: root/helper.c
AgeCommit message (Collapse)Author
1999-12-07 - Merged more OpenBSD changes:Damien Miller
- [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c] move atomicio into it's own file. wrap all socket write()s which were doing write(sock, buf, len) != len, with atomicio() calls. - [auth-skey.c] fd leak - [authfile.c] properly name fd variable - [channels.c] display great hatred towards strcpy - [pty.c pty.h sshd.c] use openpty() if it exists (it does on BSD4_4) - [tildexpand.c] check for ~ expansion past MAXPATHLEN - Modified helper.c to use new atomicio function. - Reformat Makefile a little - Moved RC4 routines from rc4.[ch] into helper.c - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
1999-11-22 - Added a setenv replacement for systems which lack itDamien Miller
1999-11-22 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)Damien Miller
- Retry /dev/urandom reads interrupted by signal (report from Robert Hardy <rhardy@webcon.net>)
1999-11-22error message fixDamien Miller
1999-11-19 - EGD uses a socket, not a named pipe. Duh.Damien Miller
- Fix includes in fingerprint.c
1999-11-11 - Added (untested) Entropy Gathering Daemon (EGD) supportDamien Miller
- Merged several minor fixed: - ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir - Merged beginnings of Solaris compability from Marc G. Fournier <marc.fournier@acadiau.ca>
1999-10-28Disabled code based on autoconf testsDamien Miller
1999-10-28Big PAM cleanupDamien Miller
Added header for arc4random to mktemp.c Fixed return type of arc4random
1999-10-27Initial revisionDamien Miller