summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7143d5d4..c6e3548a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
120000507
2 - Remove references to SSLeay.
3 - Big OpenBSD CVS update
4 - markus@cvs.openbsd.org
5 [clientloop.c]
6 - typo
7 [session.c]
8 - update proctitle on pty alloc/dealloc, e.g. w/ windows client
9 [session.c]
10 - update proctitle for proto 1, too
11 [channels.h nchan.c serverloop.c session.c sshd.c]
12 - use c-style comments
13 - deraadt@cvs.openbsd.org
14 [scp.c]
15 - more atomicio
16 - markus@cvs.openbsd.org
17 [channels.c]
18 - set O_NONBLOCK
19 [ssh.1]
20 - update AUTHOR
21 [readconf.c ssh-keygen.c ssh.h]
22 - default DSA key file ~/.ssh/id_dsa
23 [clientloop.c]
24 - typo, rm verbose debug
25 - deraadt@cvs.openbsd.org
26 [ssh-keygen.1]
27 - document DSA use of ssh-keygen
28 [sshd.8]
29 - a start at describing what i understand of the DSA side
30 [ssh-keygen.1]
31 - document -X and -x
32 [ssh-keygen.c]
33 - simplify usage
34 - markus@cvs.openbsd.org
35 [sshd.8]
36 - there is no rhosts_dsa
37 [ssh-keygen.1]
38 - document -y, update -X,-x
39 [nchan.c]
40 - fix close for non-open ssh1 channels
41 [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
42 - s/DsaKey/HostDSAKey/, document option
43 [sshconnect2.c]
44 - respect number_of_password_prompts
45 [channels.c channels.h servconf.c servconf.h session.c sshd.8]
46 - GatewayPorts for sshd, ok deraadt@
47 [ssh-add.1 ssh-agent.1 ssh.1]
48 - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
49 [ssh.1]
50 - more info on proto 2
51 [sshd.8]
52 - sync AUTHOR w/ ssh.1
53 [key.c key.h sshconnect.c]
54 - print key type when talking about host keys
55 [packet.c]
56 - clear padding in ssh2
57 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
58 - replace broken uuencode w/ libc b64_ntop
59 [auth2.c]
60 - log failure before sending the reply
61 [key.c radix.c uuencode.c]
62 - remote trailing comments before calling __b64_pton
63 [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
64 [sshconnect2.c sshd.8]
65 - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
66 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
67
120000502 6820000502
2 - OpenBSD CVS update 69 - OpenBSD CVS update
3 [channels.c] 70 [channels.c]