summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-09-14 09:48:55 +1000
committerDamien Miller <djm@mindrot.org>2013-09-14 09:48:55 +1000
commitff9d6c2a4171ee32e8fe28fc3b86eb33bd5c845b (patch)
tree8ae2cff84ee188556739efaaa02c64d9e324ab5f /ChangeLog
parent8bab5e7b5ff6721d926b5ebf05a3a24489889c58 (diff)
- sthen@cvs.openbsd.org 2013/09/07 13:53:11
[sshd_config] Remove commented-out kerberos/gssapi config options from sample config, kerberos support is currently not enabled in ssh in OpenBSD. Discussed with various people; ok deraadt@ ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f963980f0..ee7c6690c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,12 @@
22 ok djm 22 ok djm
23 ID SYNC ONLY for portable; we don't trust other arc4random implementations 23 ID SYNC ONLY for portable; we don't trust other arc4random implementations
24 to do this right. 24 to do this right.
25 - sthen@cvs.openbsd.org 2013/09/07 13:53:11
26 [sshd_config]
27 Remove commented-out kerberos/gssapi config options from sample config,
28 kerberos support is currently not enabled in ssh in OpenBSD. Discussed with
29 various people; ok deraadt@
30 ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular
25 31
2620130828 3220130828
27 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the 33 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the