| plan 9 kernel history: overview | file list | diff list |
1995/0113/port/auth.c (diff list | history)
| 1995/0110/sys/src/9/port/auth.c:542,548 – 1995/0113/sys/src/9/port/auth.c:542,548 (short | long | prev | next) | ||
| 1993/0330 | { if(n<DESKEYLEN || offset != 0) error(Ebadarg); | |
| 1995/0113 | if(!cpuserver || !iseve()) | |
| 1993/0330 | error(Eperm); memmove(a, evekey, DESKEYLEN); return DESKEYLEN; | |