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

/freebsd-current/crypto/heimdal/lib/roken/
H A Dinnetgr.c39 innetgr(const char *netgroup, const char *machine, argument
/freebsd-current/lib/libc/net/
H A Dnsswitch.conf7 netgroup: compat
/freebsd-current/usr.sbin/mountd/
H A DMakefile4 MAN= exports.5 netgroup.5 mountd.8
/freebsd-current/libexec/revnetgroup/
H A Drevnetgroup.c34 * reverse netgroup map generator program
48 /* Default location of netgroup file. */
49 char *netgroup = "/etc/netgroup"; variable
51 /* Stored hash table version of 'forward' netgroup database. */
55 * Stored hash table of 'reverse' netgroup member database
99 netgroup = optarg;
110 if (strcmp(netgroup, "-")) {
111 if ((fp = fopen(netgroup, "r")) == NULL) {
112 err(1, "%s", netgroup);
[all...]
/freebsd-current/crypto/heimdal/appl/login/
H A Dlogin_locl.h82 #include <netgroup.h>
/freebsd-current/usr.sbin/ypserv/
H A DMakefile.yp116 NETGROUP = $(YPDIR)/netgroup
214 netgrp: netgroup
344 netgroup: $(NETGROUP) netgroup.byhost netgroup.byuser
358 netgroup.byhost: $(NETGROUP)
373 netgroup.byuser: $(NETGROUP)
/freebsd-current/usr.bin/getent/
H A Dgetent.c64 static int netgroup(int, char *[]);
87 { "netgroup", netgroup, },
576 * netgroup
579 netgroup(int argc, char *argv[]) function
592 fprintf(stderr, "Enumeration not supported on netgroup\n");
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c75 int innetgr(const char *netgroup, const char *host, argument
/freebsd-current/crypto/openssh/
H A Dauth-rhosts.c25 # include <netgroup.h>
/freebsd-current/lib/libc/gen/
H A Dgetnetgrent.c54 * the ability to use a local /etc/netgroup file. Unfortunately, you
56 * NetBSD deals with this problem by creating a netgroup database
58 * for lookups using netgroup, netgroup.byuser or netgroup.byhost
61 * if we DB-fied the group and netgroup stuff all in one shot, but
68 * - If /etc/netgroup does not exist and NIS is turned on, we use
71 * - If /etc/netgroup exists but is empty, we use NIS netgroups
74 * - If /etc/netgroup exists and contains _only_ a '+', we use
77 * - If /etc/netgroup exist
983 setnetgrent(const char *netgroup) argument
999 innetgr(const char *netgroup, const char *host, const char *user, const char *domain) argument
[all...]
/freebsd-current/crypto/heimdal/
H A Dconfigure25901 netgroup.h \

Completed in 141 milliseconds