Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libtelnet Make kerberos5 authentication work, and kerber...
details: https://anonhg.NetBSD.org/src/rev/7c3748f1151a
branches: trunk
changeset: 476302:7c3748f1151a
user: aidan <aidan%NetBSD.org@localhost>
date: Sun Sep 12 19:37:48 1999 +0000
description:
Make kerberos5 authentication work, and kerberos5 forwarding mostly work.
diffstat:
lib/libtelnet/auth.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r cde8b8a06421 -r 7c3748f1151a lib/libtelnet/auth.h
--- a/lib/libtelnet/auth.h Sun Sep 12 19:04:30 1999 +0000
+++ b/lib/libtelnet/auth.h Sun Sep 12 19:37:48 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auth.h,v 1.7 1998/03/30 22:19:00 mycroft Exp $ */
+/* $NetBSD: auth.h,v 1.8 1999/09/12 19:37:48 aidan Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -77,5 +77,8 @@
#include "auth-proto.h"
+#define OPTS_FORWARD_CREDS 0x00000002
+#define OPTS_FORWARDABLE_CREDS 0x00000001
+
extern int auth_debug_mode;
#endif
Home |
Main Index |
Thread Index |
Old Index