| plan 9 kernel history: overview | file list | diff list |
1998/0512/port/auth.c (diff list | history)
| 1998/0422/sys/src/9/port/auth.c:170,176 – 1998/0512/sys/src/9/port/auth.c:170,176 (short | long | prev | next) | ||
|
Whitespace edit.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0330 | } | |
| 1993/0731 | unlock(&s->send); | |
| 1993/0330 |
| |
| 1998/0512 | /* | |
| 1993/0330 | * If server requires no ticket, or user is "none", or a ticket * is already cached, zero the request type */ | |
| 1998/0422/sys/src/9/port/auth.c:349,355 – 1998/0512/sys/src/9/port/auth.c:349,355 | ||
| 1993/0330 | if(memcmp(cp->a.chal, s->cchal, sizeof(cp->a.chal))){ print("bad returned challenge\n"); error("server lies"); | |
| 1998/0512 | } | |
| 1993/0330 | if(cp->a.id != id){ print("bad returned id\n"); error("server lies"); | |