Searched refs:login_access (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/lib/libpam/modules/pam_login_access/
H A Dpam_login_access.h39 extern int login_access(const char *, const char *);
H A DMakefile28 SRCS= pam_login_access.c login_access.c
H A Dpam_login_access.c85 if (login_access(user, rhost) != 0)
92 if (login_access(user, tty) != 0)
99 if (login_access(user, "***unknown***") != 0)
H A Dlogin_access.c51 /* login_access - match username/group and host/tty with access control file */
54 login_access(const char *user, const char *from) function
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dlogin-protos.h34 login_access (
H A Dlogin_access.c55 /* login_access - match username/group and host/tty with access control file */
57 int login_access(struct passwd *user, char *from) function
H A Dlogin.c712 if (login_access (pwd, remote_host ? remote_host : tty) == 0) {
/freebsd-10-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c55 /* login_access - match username/group and host/tty with access control file */
57 int login_access(struct passwd *user, char *from) function
H A Drshd.c39 login_access( struct passwd *user, char *from);
727 if (login_access(pwd, that_host) == 0) {
/freebsd-10-stable/release/picobsd/tinyware/login/
H A Dpico-login.c100 int login_access(char *, char *);
507 if (login_access(pwd->pw_name, hostname ? full_hostname : tty) == 0)

Completed in 76 milliseconds