diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -10,6 +10,45 @@ | |||
10 | to compile on more platforms (incl NeXT). | 10 | to compile on more platforms (incl NeXT). |
11 | - (djm) Added bsd-inet_aton and configure support for NeXT | 11 | - (djm) Added bsd-inet_aton and configure support for NeXT |
12 | - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com> | 12 | - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com> |
13 | - (djm) OpenBSD CVS updates: | ||
14 | - markus@cvs.openbsd.org 2000/06/26 03:22:29 | ||
15 | [authfd.c] | ||
16 | cleanup, less cut&paste | ||
17 | - markus@cvs.openbsd.org 2000/06/26 15:59:19 | ||
18 | [servconf.c servconf.h session.c sshd.8 sshd.c] | ||
19 | MaxStartups: limit number of unauthenticated connections, work by | ||
20 | theo and me | ||
21 | - deraadt@cvs.openbsd.org 2000/07/05 14:18:07 | ||
22 | [session.c] | ||
23 | use no_x11_forwarding_flag correctly; provos ok | ||
24 | - provos@cvs.openbsd.org 2000/07/05 15:35:57 | ||
25 | [sshd.c] | ||
26 | typo | ||
27 | - aaron@cvs.openbsd.org 2000/07/05 22:06:58 | ||
28 | [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8] | ||
29 | Insert more missing .El directives. Our troff really should identify | ||
30 | these and spit out a warning. | ||
31 | - todd@cvs.openbsd.org 2000/07/06 21:55:04 | ||
32 | [auth-rsa.c auth2.c ssh-keygen.c] | ||
33 | clean code is good code | ||
34 | - deraadt@cvs.openbsd.org 2000/07/07 02:14:29 | ||
35 | [serverloop.c] | ||
36 | sense of port forwarding flag test was backwards | ||
37 | - provos@cvs.openbsd.org 2000/07/08 17:17:31 | ||
38 | [compat.c readconf.c] | ||
39 | replace strtok with strsep; from David Young <dyoung@onthejob.net> | ||
40 | - deraadt@cvs.openbsd.org 2000/07/08 19:21:15 | ||
41 | [auth.h] | ||
42 | KNF | ||
43 | - ho@cvs.openbsd.org 2000/07/08 19:27:33 | ||
44 | [compat.c readconf.c] | ||
45 | Better conditions for strsep() ending. | ||
46 | - ho@cvs.openbsd.org 2000/07/10 10:27:05 | ||
47 | [readconf.c] | ||
48 | Get the correct message on errors. (niels@ ok) | ||
49 | - ho@cvs.openbsd.org 2000/07/10 10:30:25 | ||
50 | [cipher.c kex.c servconf.c] | ||
51 | strtok() --> strsep(). (niels@ ok) | ||
13 | 52 | ||
14 | 20000709 | 53 | 20000709 |
15 | - (djm) Only enable PAM_TTY kludge for Linux. Problem report from | 54 | - (djm) Only enable PAM_TTY kludge for Linux. Problem report from |