Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
lukem
Wed May 21 20:02:51 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv7809
Modified Files:
syslimits.h
Log Message:
define GID_MAX (max value permitted in gid_t) and UID_MAX (ditto for uid_t)
to 2^32-2
lukem
Wed May 21 20:08:43 PDT 1997
Update of /cvsroot/src/lib/libutil
In directory netbsd1:/var/slash-tmp/cvs-serv7965
Modified Files:
passwd.c
Log Message:
in pw_scan(), parse [gu]id with strtoul() instead of atoi(), and sanity
check a) the parsed value was just a number, b) it doesn't exceed [GU]ID_MAX
Home |
Main Index |
Thread Index |
Old Index