From 102f3f64393e05985ae13ea874fb45b45399f33d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 8 Jul 1997 23:21:45 +0000 Subject: [PATCH] updated `documentation' of protocol git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2058 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/sendauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/sendauth.c b/lib/krb5/sendauth.c index 24f6dc06b..f4365872f 100644 --- a/lib/krb5/sendauth.c +++ b/lib/krb5/sendauth.c @@ -12,14 +12,14 @@ RCSID("$Id$"); * protocol string (with terminating zero) * * server -> client - * 1 byte - status ( 0 = OK) + * 4 bytes - length (0 = OK, else length of error) + * (error) * * client -> server * 4 bytes - length * AP-REQ * * server -> client - * 4 bytes - 00 00 00 00 (this probably forwarding related?) * 4 bytes - length * AP-REP */