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,6062000/0710/sys/src/9/port/auth.c:600,606 (short | long | prev | next)
1993/0330    
{ 
	if(n >= NAMELEN) 
		error(Ebadarg); 
	if(strcmp(a, "none") != 0) 
2000/0710    
	if(!iseve() || strcmp(a, "none") != 0) 
1993/0330    
		error(Eperm); 
1993/0501    
	memset(up->user, 0, NAMELEN); 
	strcpy(up->user, "none"); 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)