diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -9,6 +9,17 @@ | |||
9 | - Released 1.2pre10 | 9 | - Released 1.2pre10 |
10 | 10 | ||
11 | - Added INSTALL documentation | 11 | - Added INSTALL documentation |
12 | - Merged yet more changes from OpenBSD CVS | ||
13 | - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c] | ||
14 | [ssh.c ssh.h sshconnect.c sshd.c] | ||
15 | make all access to options via 'extern Options options' | ||
16 | and 'extern ServerOptions options' respectively; | ||
17 | options are no longer passed as arguments: | ||
18 | * make options handling more consistent | ||
19 | * remove #include "readconf.h" from ssh.h | ||
20 | * readconf.h is only included if necessary | ||
21 | - [mpaux.c] clear temp buffer | ||
22 | - [servconf.c] print _all_ bad options found in configfile | ||
12 | 23 | ||
13 | 19991111 | 24 | 19991111 |
14 | - Added (untested) Entropy Gathering Daemon (EGD) support | 25 | - Added (untested) Entropy Gathering Daemon (EGD) support |