]> andersk Git - openssh.git/commit - authfile.c
- Merged more OpenBSD changes:
authordamien <damien>
Tue, 7 Dec 1999 04:38:31 +0000 (04:38 +0000)
committerdamien <damien>
Tue, 7 Dec 1999 04:38:31 +0000 (04:38 +0000)
commita408af7667dc3e5b745c961bd9ed33c31ec063b8
treedfbcb3eef698cdfa2fdf6e23fefc8a7cc34204d4
parentd465f2ca417be7c525c33f497ea34dfc530c5bc5
 - Merged more OpenBSD changes:
   - [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)
21 files changed:
ChangeLog
Makefile.in
acconfig.h
atomicio.c [new file with mode: 0644]
auth-skey.c
authfd.c
authfile.c
channels.c
clientloop.c
configure.in
helper.c
pty.c
pty.h
rc4.c [deleted file]
rc4.h [deleted file]
scp.c
serverloop.c
ssh.h
sshconnect.c
sshd.c
tildexpand.c
This page took 0.051262 seconds and 5 git commands to generate.