forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (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.
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
20040623 | ||
- (bal) [Makefile.in] Remove opensshd.init on 'make distclean' | ||
- (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 | ||
connections with empty passwords. Patch from davidwu at nbttech.com, | ||
ok djm@ | ||
|
@@ -16,12 +15,14 @@ | |
Allow setting of port for regress from TEST_SSH_PORT variable; ok markus@ | ||
- (dtucker) [cipher.c] encrypt->do_encrypt inside SSH_OLD_EVP to match | ||
-Wshadow change. | ||
- (bal) [Makefile.in] Remove opensshd.init on 'make distclean' | ||
- (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | ||
Move loginrestrictions test to port-aix.c, replace with a generic hook. | ||
- (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable. | ||
- (bal) [contrib/README] Removed "mdoc2man.pl" reference and added | ||
reference to "findssl.sh" | ||
|
||
20040622 | ||
- (bal) [auth-passwd.c auth1.c] Clean up unused variables. | ||
- (dtucker) OpenBSD CVS Sync | ||
- [email protected] 2004/06/20 17:36:59 | ||
[ssh.c] | ||
|
@@ -69,6 +70,7 @@ | |
ok markus@ | ||
- (dtucker) [monitor.c] Fix Portable-specific -Wshadow warnings on "socket". | ||
- (dtucker) [defines.h] Define __dead if not already defined. | ||
- (bal) [auth-passwd.c auth1.c] Clean up unused variables. | ||
|
||
20040620 | ||
- (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. | ||
|
@@ -1391,4 +1393,4 @@ | |
- (djm) Trim deprecated options from INSTALL. Mention UsePAM | ||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | ||
|
||
$Id: ChangeLog,v 1.3440 2004/06/23 03:53:02 tim Exp $ | ||
$Id: ChangeLog,v 1.3441 2004/06/23 04:04:45 mouring Exp $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,11 +44,11 @@ sshd.pam.freebsd: | |
A PAM config file which works with FreeBSD's PAM port. Contributed by | ||
Dominik Brettnacher <[email protected]> | ||
|
||
mdoc2man.pl: | ||
findssl.sh: | ||
|
||
Converts mdoc formated manpages into normal manpages. This can be used | ||
on Solaris machines to provide manpages that are not preformated. | ||
Contributed by Mark D. Roth <[email protected]> | ||
Search for all instances of OpenSSL headers and libraries and print their | ||
versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not | ||
match your library" errors. | ||
|
||
redhat: | ||
|
||
|