summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 15:11:48 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 15:11:48 +1000
commit4e448a31ae12e6f84caa7cdfc8b4c23db92459db (patch)
tree8f4c0885c8c91456b4d27d7f405e9125b83491a4 /ChangeLog
parent9c617693c2250c62e5e326372bc783e3416a94b0 (diff)
- (djm) Add new UsePAM configuration directive to allow runtime control
over usage of PAM. This allows non-root use of sshd when built with --with-pam
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d79daeba..2bf9cd7e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -68,6 +68,9 @@
68 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ 68 implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
69 server interops with commercial client; ok jakob@ djm@ 69 server interops with commercial client; ok jakob@ djm@
70 - (djm) Make portable build with MIT krb5 (some issues remain) 70 - (djm) Make portable build with MIT krb5 (some issues remain)
71 - (djm) Add new UsePAM configuration directive to allow runtime control
72 over usage of PAM. This allows non-root use of sshd when built with
73 --with-pam
71 74
7220030512 7520030512
73 - (djm) Redhat spec: Don't install profile.d scripts when not 76 - (djm) Redhat spec: Don't install profile.d scripts when not
@@ -1455,4 +1458,4 @@
1455 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1458 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1456 ok provos@ 1459 ok provos@
1457 1460
1458$Id: ChangeLog,v 1.2693 2003/05/14 04:31:11 djm Exp $ 1461$Id: ChangeLog,v 1.2694 2003/05/14 05:11:48 djm Exp $