summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-08-28 10:40:30 +1000
committerDamien Miller <djm@mindrot.org>2009-08-28 10:40:30 +1000
commit8aac993af6423f0989e4c5fd39acaf9e20a68f0b (patch)
tree14c55ba3b89c6b06be04993a9a176072168e132f
parent9c7bf8dfc8c54129fd3c62c4a1d678a18a9ad1f7 (diff)
- (djm) [sshd_config.5] downgrade mention of login.conf to be an example
and mention PAM as another provider for ChallengeResponseAuthentication; bz#1408; ok dtucker@
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe2f0c5ef..461f7c888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
120090828 120090828
2 - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently 2 - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
3 causes problems in some Tru64 configurations. 3 causes problems in some Tru64 configurations.
4 - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
5 and mention PAM as another provider for ChallengeResponseAuthentication;
6 bz#1408; ok dtucker@
4 7
520090820 820090820
6 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 9 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not