Searched refs:group (Results 51 - 75 of 433) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libpam/modules/pam_group/
H A Dpam_group.c61 const char *group, *user; local
65 struct group *grp;
93 /* get regulating group */
94 if ((group = openpam_get_option(pamh, "group")) == NULL)
95 group = "wheel";
96 if ((grp = getgrnam(group)) == NULL || grp->gr_mem == NULL)
99 /* check if the group is empty */
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c96 const EC_GROUP *group; local
99 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL) {
120 if ((tmp_point = EC_POINT_new(group)) == NULL) {
124 if (!EC_GROUP_get_order(group, order, ctx)) {
151 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
155 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) ==
158 (group, tmp_point, X, NULL, ctx)) {
164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
218 const EC_GROUP *group; local
224 group
333 const EC_GROUP *group; local
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A DanonFTP.c66 char group[32]; /* Group */ member in struct:__anon11081
96 tconf.group, STRINGOBJ, NULL },
125 struct group *tgrp;
131 if ((gid = atoi(tconf.group)) <= 0) {
132 if (!(tgrp = getgrnam(tconf.group))) {
133 /* group does not exist, create it by name */
135 tptr = msgGetInput("14", "What group ID to use for group %s ?", tconf.group);
138 fprintf(fptr,"%s:*:%d:%s\n",tconf.group,gi
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Decparam.c122 EC_GROUP *group = NULL; local
378 group = EC_GROUP_new_by_curve_name(nid);
379 if (group == NULL) {
383 EC_GROUP_set_asn1_flag(group, asn1_flag);
384 EC_GROUP_set_point_conversion_form(group, form);
386 group = d2i_ECPKParameters_bio(in, NULL);
388 group = PEM_read_bio_ECPKParameters(in, NULL, NULL, NULL);
394 if (group == NULL) {
401 EC_GROUP_set_point_conversion_form(group, form);
404 EC_GROUP_set_asn1_flag(group, asn1_fla
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dkexecdhs.c51 const EC_GROUP *group; local
62 group = EC_KEY_get0_group(server_key);
79 if ((client_public = EC_POINT_new(group)) == NULL)
81 packet_get_ecpoint(group, client_public);
84 if (key_ec_validate_public(group, client_public) != 0)
89 key_dump_ec_point(group, client_public);
93 klen = (EC_GROUP_get_degree(group) + 7) / 8;
113 group,
142 packet_put_ecpoint(group, EC_KEY_get0_public_key(server_key));
/freebsd-9.3-release/lib/libc/gen/
H A Dgetnetgrent.c56 * if we DB-fied the group and netgroup stuff all in one shot, but
106 * - linelist is just used by setnetgrent() to parse the net group file via.
152 setnetgrent(const char *group) argument
161 if (group == NULL || !strlen(group))
164 if (grouphead.gr == NULL || strcmp(group, grouphead.grname)) {
202 if (parse_netgrp(group))
205 grouphead.grname = strdup(group);
274 _listmatch(const char *list, const char *group, int len) argument
278 int glen = strlen(group);
298 _revnetgr_lookup(char* lookupdom, char* map, const char* str, const char* dom, const char* group) argument
348 innetgr(const char *group, const char *host, const char *user, const char *dom) argument
416 parse_netgrp(const char *group) argument
534 read_for_group(const char *group) argument
[all...]
H A Dgetgrent.c80 int __gr_parse_entry(char *, size_t, struct group *, char *, size_t,
89 static struct group *getgr(int (*)(union key, struct group *, char *, size_t,
90 struct group **), union key);
91 static int wrap_getgrnam_r(union key, struct group *, char *, size_t,
92 struct group **);
93 static int wrap_getgrgid_r(union key, struct group *, char *, size_t,
94 struct group **);
95 static int wrap_getgrent_r(union key, struct group *, char *, size_t,
96 struct group **);
365 NSS_MP_CACHE_HANDLING(group); variable
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Difdef.c27 struct group struct
30 lin from, upto; /* start and limit lines for this group of lines */
34 struct group const *);
37 struct group const *);
39 static lin groups_letter_value (struct group const *, char);
42 static void print_ifdef_lines (FILE *, char const *, struct group const *);
101 struct group groups[2];
120 struct group const *groups)
209 /* For the line group pair G, return the number corresponding to LETTER.
210 Return -1 if LETTER is not a group forma
237 print_ifdef_lines(register FILE *out, char const *format, struct group const *group) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c65 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
69 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
74 while (group->poly[i] != 0)
86 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
88 if (group == NULL)
91 if (EC_GROUP_method_of(group)->group_set_curve !=
92 ec_GF2m_simple_group_set_curve || !((group->poly[0] != 0)
93 && (group->poly[1] != 0)
94 && (group->poly[2] == 0))) {
101 *k = group
106 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
310 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
423 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
532 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
635 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
953 EC_GROUP *group = NULL; local
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Difdef.c24 struct group struct
27 int from, upto; /* start and limit lines for this group of lines */
30 static char *format_group PARAMS((int, char *, int, struct group const *));
33 static int groups_letter_value PARAMS((struct group const *, int));
36 static void print_ifdef_lines PARAMS((int, char *, struct group const *));
98 struct group groups[2];
120 struct group const *groups;
241 /* For the line group pair G, return the number corresponding to LETTER.
242 Return -1 if LETTER is not a group format letter. */
245 struct group cons
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c153 char *CONF_get_string(LHASH *conf, const char *group, const char *name) argument
156 return NCONF_get_string(NULL, group, name);
160 return NCONF_get_string(&ctmp, group, name);
164 long CONF_get_number(LHASH *conf, const char *group, const char *name) argument
170 status = NCONF_get_number_e(NULL, group, name, &result);
174 status = NCONF_get_number_e(&ctmp, group, name, &result);
302 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) argument
304 char *s = _CONF_get_string(conf, group, name);
319 ERR_add_error_data(4, "group=", group, " nam
323 NCONF_get_number_e(const CONF *conf, const char *group, const char *name, long *result) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin_access.c55 /* login_access - match username/group and host/tty with access control file */
175 /* netgroup_match - match group against machine or user */
177 static int netgroup_match(char *group, char *machine, char *user) argument
184 return (innetgr(group, machine, user, mydomain));
197 struct group *group; local
204 * token is a group that contains the username, or if the token is the
205 * name of the user's primary group.
216 } else if ((group = getgrnam(tok)) != 0) { /* try group membershi
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Dlogin_access.c55 /* login_access - match username/group and host/tty with access control file */
175 /* netgroup_match - match group against machine or user */
177 static int netgroup_match(char *group, char *machine, char *user) argument
184 return (innetgr(group, machine, user, mydomain));
197 struct group *group; local
204 * token is a group that contains the username, or if the token is the
205 * name of the user's primary group.
216 } else if ((group = getgrnam(tok)) != 0) { /* try group membershi
[all...]
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-servers-x.postinst5 update-inetd --group KRB5 --add "$kx_entry"
/freebsd-9.3-release/etc/pam.d/
H A Dsu10 auth requisite pam_group.so no_warn group=wheel root_only fail_safe ruser
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dchange_password38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dchange_password38 cp /etc/master.passwd /etc/passwd /etc/pwd.db /etc/spwd.db /etc/group /cfg
/freebsd-9.3-release/usr.bin/tip/tip/
H A Dlog.c52 logent(char *group, char *num, char *acu, char *message) argument
74 user, timestamp, group,
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h24 const char * group,
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dstrdup.c141 ** group -- heap group
151 sm_strdup_tagged_x(s, file, line, group)
154 int line, group;
160 d = sm_malloc_tagged_x(l, file, line, group);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-error-init-cn38xxp2.c174 info.group = CVMX_ERROR_GROUP_INTERNAL;
190 info.group = CVMX_ERROR_GROUP_INTERNAL;
206 info.group = CVMX_ERROR_GROUP_INTERNAL;
223 info.group = CVMX_ERROR_GROUP_INTERNAL;
244 info.group = CVMX_ERROR_GROUP_INTERNAL;
264 info.group = CVMX_ERROR_GROUP_INTERNAL;
290 info.group = CVMX_ERROR_GROUP_INTERNAL;
318 info.group = CVMX_ERROR_GROUP_PCI;
336 info.group = CVMX_ERROR_GROUP_PCI;
354 info.group
[all...]
/freebsd-9.3-release/tools/debugscripts/
H A Dkld_deb.py102 if not fn.group('fn'):
103 sys.stderr.write("got error: %s\n" % fn.group('error'))
108 addr.append((fn.group('fn'), long(ad.group('ad'), 16)))
109 nxad = long(nx.group('ad'), 16)
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-igmp.c156 u_int group, nsrcs, ngroups; local
166 (void)printf(", %d group record(s)", ngroups);
168 /* Print the group records */
169 group = 8;
171 if (len < group+8) {
175 TCHECK2(bp[group+4], 4);
176 (void)printf(" [gaddr %s", ipaddr_string(&bp[group+4]));
178 bp[group]));
179 nsrcs = EXTRACT_16BITS(&bp[group+2]);
181 if (len < group
[all...]
/freebsd-9.3-release/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c51 /* login_access - match username/group and host/tty with access control file */
144 /* netgroup_match - match group against machine or user */
147 netgroup_match(const char *group, const char *machine, const char *user) argument
166 if (innetgr(group, machine, user, domain) == 1)
176 struct group *group; local
182 * the token is a group that contains the username.
189 } else if ((group = getgrnam(tok)) != NULL) {/* try group membership */
190 for (i = 0; group
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf47 # directory to allow only members of a group to use sockets. This way, it is
53 # want to allow non-root users to use the control interface, add a new group
54 # and change this value to match with that group. Add users that should have
55 # control interface access to this group. If this variable is commented out or
56 # not included in the configuration file, group will not be changed from the
59 # When configuring both the directory and group, use following format:
62 # (group can be either group name or gid)
95 # key_mgmt, pairwise, group, proto variables
247 # priority: priority group (intege
[all...]

Completed in 331 milliseconds

1234567891011>>