K 10 svn:author V 6 brooks K 8 svn:date V 27 2013-01-10T22:15:13.015161Z K 7 svn:log V 393 MFC r241731: Replace our version of the pwcache(3) API with NetBSD's implementation. This adds two features: * uid_from_user() and gid_from_group() as the reverse of user_from_uid() and groups_from_gid(). * pwcache_userdb() and pwcache_groupdb() which allow alternative lookup functions to be used. For example lookups from passwd and group databases in a non-standard location. END