| plan 9 kernel history: overview | file list | diff list |
2000/0710/port/auth.c (diff list | history)
| 1999/1224/sys/src/9/port/auth.c:600,606 – 2000/0710/sys/src/9/port/auth.c:600,606 (short | long | prev | next) | ||
| 1993/0330 | { if(n >= NAMELEN) error(Ebadarg); | |
| 2000/0710 | if(!iseve() || strcmp(a, "none") != 0) | |
| 1993/0330 | error(Eperm); | |
| 1993/0501 | memset(up->user, 0, NAMELEN); strcpy(up->user, "none"); | |