ftp.nice.ch/pub/next/developer/objc/appkit/RemoteCommand.1.s.tar.gz#/RemoteCommand1/execServer.subproj/userInfo.h

This is userInfo.h in view mode; [Download] [Up]

/* userInfo.c */
struct passwd *XUserGetpwnam(const char *user);
struct passwd *XUserGetpwuid(uid_t uid);
int XUserIsRootEuid();
int XUserIsValid(const char *user);
char *XUserRealName(const char *user, char *realName);
uid_t XUserUid(const char *userName);
char *XUserHomeDirectory(const char *user, char *dir);
char *XMyUserName(char *userName);
int XIsCurrentUser(const char *userName);
int XUserVerifyPassword(const char *userName, const char *password);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.