summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--contrib/README8
2 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5aeac73..b1e263847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,4 @@
120040623 120040623
2 - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'
3 - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 2 - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1
4 connections with empty passwords. Patch from davidwu at nbttech.com, 3 connections with empty passwords. Patch from davidwu at nbttech.com,
5 ok djm@ 4 ok djm@
@@ -16,12 +15,14 @@
16 Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@ 15 Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@
17 - (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to match 16 - (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to match
18 -Wshadow change. 17 -Wshadow change.
18 - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'
19 - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] 19 - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
20 Move loginrestrictions test to port-aix.c, replace with a generic hook. 20 Move loginrestrictions test to port-aix.c, replace with a generic hook.
21 - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable. 21 - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.
22 - (bal) [contrib/README] Removed "mdoc2man.pl" reference and added
23 reference to "findssl.sh"
22 24
2320040622 2520040622
24 - (bal) [auth-passwd.c auth1.c] Clean up unused variables.
25 - (dtucker) OpenBSD CVS Sync 26 - (dtucker) OpenBSD CVS Sync
26 - djm@cvs.openbsd.org 2004/06/20 17:36:59 27 - djm@cvs.openbsd.org 2004/06/20 17:36:59
27 [ssh.c] 28 [ssh.c]
@@ -69,6 +70,7 @@
69 ok markus@ 70 ok markus@
70 - (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket". 71 - (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket".
71 - (dtucker) [defines.h] Define __dead if not already defined. 72 - (dtucker) [defines.h] Define __dead if not already defined.
73 - (bal) [auth-passwd.c auth1.c] Clean up unused variables.
72 74
7320040620 7520040620
74 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. 76 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.
@@ -1391,4 +1393,4 @@
1391 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1393 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1392 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1394 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1393 1395
1394$Id: ChangeLog,v 1.3440 2004/06/23 03:53:02 tim Exp $ 1396$Id: ChangeLog,v 1.3441 2004/06/23 04:04:45 mouring Exp $
diff --git a/contrib/README b/contrib/README
index b5e590e82..3296bf3eb 100644
--- a/contrib/README
+++ b/contrib/README
@@ -44,11 +44,11 @@ sshd.pam.freebsd:
44A PAM config file which works with FreeBSD's PAM port. Contributed by 44A PAM config file which works with FreeBSD's PAM port. Contributed by
45Dominik Brettnacher <domi@saargate.de> 45Dominik Brettnacher <domi@saargate.de>
46 46
47mdoc2man.pl: 47findssl.sh:
48 48
49Converts mdoc formated manpages into normal manpages. This can be used 49Search for all instances of OpenSSL headers and libraries and print their
50on Solaris machines to provide manpages that are not preformated. 50versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
51Contributed by Mark D. Roth <roth@feep.net> 51match your library" errors.
52 52
53redhat: 53redhat:
54 54