Searched refs:netgroup (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dinnetgr.c39 innetgr(const char *netgroup, const char *machine, argument
/freebsd-11-stable/etc/
H A Dnsswitch.conf8 netgroup: compat
/freebsd-11-stable/usr.sbin/mountd/
H A DMakefile6 MAN= exports.5 netgroup.5 mountd.8
/freebsd-11-stable/libexec/revnetgroup/
H A Drevnetgroup.c32 * reverse netgroup map generator program
51 /* Default location of netgroup file. */
52 char *netgroup = "/etc/netgroup"; variable
54 /* Stored hash table version of 'forward' netgroup database. */
58 * Stored hash table of 'reverse' netgroup member database
102 netgroup = optarg;
113 if (strcmp(netgroup, "-")) {
114 if ((fp = fopen(netgroup, "r")) == NULL) {
115 err(1, "%s", netgroup);
[all...]
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin_locl.h82 #include <netgroup.h>
/freebsd-11-stable/usr.sbin/ypserv/
H A DMakefile.yp117 NETGROUP = $(YPDIR)/netgroup
215 netgrp: netgroup
345 netgroup: $(NETGROUP) netgroup.byhost netgroup.byuser
359 netgroup.byhost: $(NETGROUP)
374 netgroup.byuser: $(NETGROUP)
/freebsd-11-stable/crypto/openssh/
H A Dauth-rhosts.c23 # include <netgroup.h>
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c66 static int netgroup(int, char *[]);
89 { "netgroup", netgroup, },
578 * netgroup
581 netgroup(int argc, char *argv[]) function
594 fprintf(stderr, "Enumeration not supported on netgroup\n");
/freebsd-11-stable/lib/libc/gen/
H A Dgetnetgrent.c58 * the ability to use a local /etc/netgroup file. Unfortunately, you
60 * NetBSD deals with this problem by creating a netgroup database
62 * for lookups using netgroup, netgroup.byuser or netgroup.byhost
65 * if we DB-fied the group and netgroup stuff all in one shot, but
72 * - If /etc/netgroup does not exist and NIS is turned on, we use
75 * - If /etc/netgroup exists but is empty, we use NIS netgroups
78 * - If /etc/netgroup exists and contains _only_ a '+', we use
81 * - If /etc/netgroup exist
987 setnetgrent(const char *netgroup) argument
1003 innetgr(const char *netgroup, const char *host, const char *user, const char *domain) argument
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c73 int innetgr(const char *netgroup, const char *host, argument
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure25901 netgroup.h \

Completed in 221 milliseconds