forked from PowerShell/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
from Martin Johansson <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 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 |
---|---|---|
|
@@ -53,6 +53,7 @@ Kiyokazu SUTO <[email protected]> - Bugfixes | |
Larry Jones <[email protected]> - Bugfixes | ||
Lutz Jaenicke <[email protected]> - Bugfixes | ||
Marc G. Fournier <[email protected]> - Solaris patches | ||
Martin Johansson <[email protected]> - Linux fixes | ||
Mark Miller <[email protected]> - Bugfixes | ||
Matt Richards <[email protected]> - AIX patches | ||
Michael Stone <[email protected]> - Irix enhancements | ||
|
@@ -81,4 +82,4 @@ Zack Weinberg <[email protected]> - GNOME askpass enhancement | |
|
||
Apologies to anyone I have missed. | ||
|
||
Damien Miller <djm@ibs.com.au> | ||
Damien Miller <djm@mindrot.org> |
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,6 +1,8 @@ | ||
20001014 | ||
- (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth | ||
- (djm) Revert SSH2 serverloop hack, will find a better way. | ||
- (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch | ||
from Martin Johansson <[email protected]> | ||
|
||
20001007 | ||
- (stevesk) Print PAM return value in PAM log messages to aid | ||
|
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