diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2004-06-23 04:04:45 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2004-06-23 04:04:45 +0000 |
commit | ca37219d75a49053b909933c9444a32529f4264f (patch) | |
tree | 8afe293be94dc00fd00100435e85272ab9a506f4 /ChangeLog | |
parent | af4ab6cbf57f8d43e62c7d1e74f922e54b1844b4 (diff) |
- (bal) [contrib/README] Removed "mdoc2man.pl" reference and added
reference to "findssl.sh"
Also corrected my ChangeLog entries since I placed them in the wrong place.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,4 @@ | |||
1 | 20040623 | 1 | 20040623 |
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 | ||
23 | 20040622 | 25 | 20040622 |
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 | ||
73 | 20040620 | 75 | 20040620 |
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 $ |