diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -4,6 +4,24 @@ | |||
4 | - Fixed default SSH_ASKPASS | 4 | - Fixed default SSH_ASKPASS |
5 | - Fix PAM account and session being called multiple times. Problem | 5 | - Fix PAM account and session being called multiple times. Problem |
6 | reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk> | 6 | reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk> |
7 | - Merged more OpenBSD changes: | ||
8 | - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c] | ||
9 | move atomicio into it's own file. wrap all socket write()s which | ||
10 | were doing write(sock, buf, len) != len, with atomicio() calls. | ||
11 | - [auth-skey.c] | ||
12 | fd leak | ||
13 | - [authfile.c] | ||
14 | properly name fd variable | ||
15 | - [channels.c] | ||
16 | display great hatred towards strcpy | ||
17 | - [pty.c pty.h sshd.c] | ||
18 | use openpty() if it exists (it does on BSD4_4) | ||
19 | - [tildexpand.c] | ||
20 | check for ~ expansion past MAXPATHLEN | ||
21 | - Modified helper.c to use new atomicio function. | ||
22 | - Reformat Makefile a little | ||
23 | - Moved RC4 routines from rc4.[ch] into helper.c | ||
24 | - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX) | ||
7 | 25 | ||
8 | 19991204 | 26 | 19991204 |
9 | - Small cleanup of PAM code in sshd.c | 27 | - Small cleanup of PAM code in sshd.c |