diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:41:30 +0000 |
| commit | 7799f52a32f592a7efe259bc3411ba52d13db797 (patch) | |
| tree | 350f6f98843363254f9afe467ae0c92d5a9d7f43 /eBones/lib/libkrb/create_ticket.c | |
| parent | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (diff) | |
Notes
Diffstat (limited to 'eBones/lib/libkrb/create_ticket.c')
| -rw-r--r-- | eBones/lib/libkrb/create_ticket.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/eBones/lib/libkrb/create_ticket.c b/eBones/lib/libkrb/create_ticket.c index 984d8e9d5c9c..95d5cedd11c9 100644 --- a/eBones/lib/libkrb/create_ticket.c +++ b/eBones/lib/libkrb/create_ticket.c @@ -1,16 +1,16 @@ -/* +/* * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute * of Technology. * For copying and distribution information, please see the file * <Copyright.MIT>. * * from: create_ticket.c,v 4.11 89/03/22 14:43:23 jtkohl Exp $ - * $Id: create_ticket.c,v 1.2 1994/07/19 19:25:01 g89r4222 Exp $ + * $Id: create_ticket.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: create_ticket.c,v 1.2 1994/07/19 19:25:01 g89r4222 Exp $"; +"$Id: create_ticket.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -35,35 +35,35 @@ static char rcsid[] = * corresponding changes should also be made to that file. * * The packet is built in the following format: - * + * * variable * type or constant data * ---- ----------- ---- * * tkt->length length of ticket (multiple of 8 bytes) - * + * * tkt->dat: - * + * * unsigned char flags namely, HOST_BYTE_ORDER - * + * * string pname client's name - * + * * string pinstance client's instance - * + * * string prealm client's realm - * + * * 4 bytes paddress client's address - * + * * 8 bytes session session key - * + * * 1 byte life ticket lifetime - * + * * 4 bytes time_sec KDC timestamp - * + * * string sname service's name - * + * * string sinstance service's instance - * + * * <=7 bytes null null pad to 8 byte multiple * */ |
