OpenAFS CVS Commit: openafs/src/rxkad by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sat, 04 Nov 2006 10:34:58 EST


Update of /cvs/openafs/src/rxkad
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/rxkad

Modified Files:
	rxkad_server.c 
Log Message:
DELTA rxkad-server-bad-ticket-20061103
AUTHOR jaltman@secure-endpoints.com
FIXES 43862

The file server has been returning RXKADNOAUTH when the time between
the client and server is out of sync.  tkt_CheckTimes returns -1 for
recently expired tickets and -2 for tickets that have been expired for
a while.  In the -2 case we must return RXKADBADTICKET not RXKADNOAUTH.



--- DELTA config follows ---
rxkad-server-bad-ticket-20061103 openafs/src/rxkad/rxkad_server.c 1.23 1.24