diff options
author | Damien Miller <djm@mindrot.org> | 2005-07-17 17:53:31 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-07-17 17:53:31 +1000 |
commit | 04b65335a8248e562bc06136f58c4cccb53c45ca (patch) | |
tree | d37b26a16e8dcdb25717681491c38fb78809abd1 /ChangeLog | |
parent | b6f72f5294ee8ab476ba59a97e8509ef864c5072 (diff) |
- (djm) [monitor.c monitor_wrap.c] -Wsign-compare for PAM monitor calls
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -24,7 +24,8 @@ | |||
24 | knf says that a 2nd level indent is four (not three or five) spaces | 24 | knf says that a 2nd level indent is four (not three or five) spaces |
25 | -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c] | 25 | -(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c] |
26 | [ssh-rand-helper.c] fix portable 2nd level indents at 4 spaces too | 26 | [ssh-rand-helper.c] fix portable 2nd level indents at 4 spaces too |
27 | 27 | - (djm) [monitor.c monitor_wrap.c] -Wsign-compare for PAM monitor calls | |
28 | |||
28 | 20050716 | 29 | 20050716 |
29 | - (dtucker) [auth-pam.c] Ensure that only one side of the authentication | 30 | - (dtucker) [auth-pam.c] Ensure that only one side of the authentication |
30 | socketpair stays open on in both the monitor and PAM process. Patch from | 31 | socketpair stays open on in both the monitor and PAM process. Patch from |
@@ -2857,4 +2858,4 @@ | |||
2857 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2858 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2858 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2859 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2859 | 2860 | ||
2860 | $Id: ChangeLog,v 1.3852 2005/07/17 07:26:43 djm Exp $ | 2861 | $Id: ChangeLog,v 1.3853 2005/07/17 07:53:31 djm Exp $ |