Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: lukem
Date: Thu Jan 24 02:46:36 UTC 2002
Modified Files:
basesrc/include: grp.h pwd.h
basesrc/lib/libc: shlib_version
basesrc/lib/libc/gen: Makefile.inc pwcache.3 pwcache.c
basesrc/lib/libc/include: namespace.h
Log Message:
- Implement pwcache_userdb(3), which changes the routines that
user_from_uid(3) and uid_from_user(3) use to lookup user information.
- Implement pwcache_groupdb(3), which changes the routines that
group_from_gid(3) and gid_from_group(3) use to lookup group information.
- Ensure that private functions in pwcache.c are declared static
- Use strlcpy(3) instead of strncpy(3)
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/include/grp.h
cvs rdiff -r1.23 -r1.24 basesrc/include/pwd.h
cvs rdiff -r1.111 -r1.112 basesrc/lib/libc/shlib_version
cvs rdiff -r1.108 -r1.109 basesrc/lib/libc/gen/Makefile.inc
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/gen/pwcache.3
cvs rdiff -r1.16 -r1.17 basesrc/lib/libc/gen/pwcache.c
cvs rdiff -r1.69 -r1.70 basesrc/lib/libc/include/namespace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index