diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-07-01 09:48:29 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-07-01 09:48:29 +1000 |
commit | 0a44d1ecf36455f7288a6f4349e676d922a46718 (patch) | |
tree | bd72e6dff246b43bc637bff5117152f2e639f8d3 /ChangeLog | |
parent | a6b1d169e601a5fe0dcd0e49c038671446932026 (diff) |
- (dtucker) [session.c] Call display_loginmsg again after do_pam_session.
Ensures messages from PAM modules are displayed when privsep=no.
Note: I did not want to just move display_loginmsg since that would change
existing behaviour (order of expiry warnings, "Last Login", motd) to less
like the native tools.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20040701 | ||
2 | - (dtucker) [session.c] Call display_loginmsg again after do_pam_session. | ||
3 | Ensures messages from PAM modules are displayed when privsep=no. | ||
4 | |||
1 | 20040630 | 5 | 20040630 |
2 | - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL | 6 | - (dtucker) [auth-pam.c] Check for buggy PAM modules that return a NULL |
3 | appdata_ptr to the conversation function. ok djm@ | 7 | appdata_ptr to the conversation function. ok djm@ |
@@ -1465,4 +1469,4 @@ | |||
1465 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1469 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1466 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1470 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1467 | 1471 | ||
1468 | $Id: ChangeLog,v 1.3463 2004/06/30 12:41:07 djm Exp $ | 1472 | $Id: ChangeLog,v 1.3464 2004/06/30 23:48:29 dtucker Exp $ |