summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--auth-krb5.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e55280a4d..1e1bfade5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
11 - djm@cvs.openbsd.org 2006/04/01 05:37:46 11 - djm@cvs.openbsd.org 2006/04/01 05:37:46
12 [OVERVIEW] 12 [OVERVIEW]
13 $OpenBSD$ in here too 13 $OpenBSD$ in here too
14 - dtucker@cvs.openbsd.org 2006/05/06 08:35:40
15 [auth-krb5.c]
16 Add $OpenBSD$ in comment here too
14 17
1520060504 1820060504
16 - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c 19 - (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
@@ -4608,4 +4611,4 @@
4608 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4611 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4609 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4612 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4610 4613
4611$Id: ChangeLog,v 1.4323 2006/05/06 07:48:48 dtucker Exp $ 4614$Id: ChangeLog,v 1.4324 2006/05/06 08:40:53 dtucker Exp $
diff --git a/auth-krb5.c b/auth-krb5.c
index 8bdc64edf..7bce7778b 100644
--- a/auth-krb5.c
+++ b/auth-krb5.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: auth-krb5.c,v 1.18 2006/05/06 08:35:40 dtucker Exp $ */
1/* 2/*
2 * Kerberos v5 authentication and ticket-passing routines. 3 * Kerberos v5 authentication and ticket-passing routines.
3 * 4 *