plan 9 kernel history: overview | file list | diff list

1994/1027/port/auth.c (diff list | history)

1994/0915/sys/src/9/port/auth.c:34,401994/1027/sys/src/9/port/auth.c:34,40 (short | long | prev | next)
1993/0330    
	Crypt		*free; 
} cryptalloc; 
 
char	eve[NAMELEN] = "bootes"; 
1994/1027    
char	eve[NAMELEN]; 
1993/0330    
char	evekey[DESKEYLEN]; 
char	hostdomain[DOMLEN]; 
 
1994/0915/sys/src/9/port/auth.c:595,6001994/1027/sys/src/9/port/auth.c:595,601
1993/0330    
	strncpy(buf, a, n); 
	if(buf[0] == 0) 
		error(Ebadarg); 
1994/1027    
	renameuser(eve, buf); 
1993/0330    
	memmove(eve, buf, NAMELEN); 
1993/0501    
	memmove(up->user, buf, NAMELEN); 
1994/0915    
	up->basepri = PriNormal; 


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