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

1234567891011>>

/freebsd-10.0-release/contrib/apr/user/unix/
H A Dgroupinfo.c36 struct group *gr;
39 struct group grp;
64 struct group *gr;
67 struct group grp;
/freebsd-10.0-release/libexec/revnetgroup/
H A Dparse_netgroup.c60 * - linelist is just used by setnetgrent() to parse the net group file via.
88 static int parse_netgrp(char *group);
89 static struct linelist *read_for_group(char *group);
99 __setnetgrent(char *group) argument
103 if (group == NULL || !strlen(group))
107 strcmp(group, grouphead.grname)) {
109 if (parse_netgrp(group))
113 malloc(strlen(group) + 1);
114 strcpy(grouphead.grname, group);
177 parse_netgrp(char *group) argument
287 read_for_group(char *group) argument
[all...]
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Dsnmpd.conf35 group local any local
36 group public any public
54 # group public any public
55 # group private any private
/freebsd-10.0-release/tools/regression/lib/libutil/
H A Dtest-grp.c41 * Static values for building and testing an artificial group.
51 * Build a group to test against without depending on a real group to be found
52 * within /etc/group.
55 build_grp(struct group *grp)
71 struct group *dupGrp;
72 struct group *scanGrp;
73 struct group origGrp;
79 /* Manually build a group using static values. */
82 /* Copy the group
[all...]
/freebsd-10.0-release/tools/tools/mctest/
H A Dmctest_run.sh11 group="239.255.255.101"
17 # Arguments are s (size), g (group), n (number), and c (command) followed
22 echo 'Usage: mctest_run -l local_interface -f foreign_interface -s size -g group -n number -c remote command host1 host2 hostN'
38 group=$3;
66 $remote $host $command -r -M $# -b $base -g $group -m $current -n $number -s $size -i $foreign_interface > $output &
74 $command -M $# -b $base -g $group -n $number -s $size -i $local_interface -t $gap > `uname -n`\_$size\_$number\.$now
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dgen-map.py95 start = int(m.group(1), 0x10)
96 end = int(m.group(2), 0x10)
97 value = m.group(3)
98 desc = m.group(4)
104 key = int(m.group(1), 0x10)
105 value = m.group(2)
106 desc = m.group(3)
H A Dgen-errorlist.py92 start = int(m.group(1), 0x10)
93 end = int(m.group(2), 0x10)
94 desc = m.group(3)
99 trans.append([int(m.group(1), 0x10), 1, m.group(2), [t]])
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_mult.c83 const EC_GROUP *group; /* parent EC_GROUP object */ member in struct:ec_pre_comp_st
98 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) argument
102 if (!group)
111 ret->group = group;
346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
372 if (group->meth != r->meth)
380 return EC_POINT_set_to_infinity(group, r);
385 if (group->meth != points[i]->meth)
401 generator = EC_GROUP_get0_generator(group);
766 ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
935 ec_wNAF_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec_asn1.c66 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
70 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
75 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
94 || !((group->poly[0] != 0) && (group->poly[1] != 0) && (group->poly[2] == 0)))
101 *k = group
105 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
300 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
438 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
572 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
693 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
1070 EC_GROUP *group = NULL; local
[all...]
H A Dec_lcl.h161 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
163 int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
164 int (*have_precompute_mult)(const EC_GROUP *group);
243 EC_GROUP *group; member in struct:ec_key_st
291 * (ec_lib.c uses these as defaults if group->method->mul is 0) */
292 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
294 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
295 int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
396 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
398 int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CT
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c95 const EC_GROUP *group; local
98 if (eckey == NULL || (group = EC_KEY_get0_group(eckey)) == NULL)
124 if ((tmp_point = EC_POINT_new(group)) == NULL)
129 if (!EC_GROUP_get_order(group, order, ctx))
156 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx))
161 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
163 if (!EC_POINT_get_affine_coordinates_GFp(group,
173 if (!EC_POINT_get_affine_coordinates_GF2m(group,
229 const EC_GROUP *group; local
235 group
360 const EC_GROUP *group; local
[all...]
/freebsd-10.0-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-10.0-release/lib/libutil/
H A Dgr_util.c52 static size_t grmemlen(const struct group *, const char *, int *);
53 static struct group *grcopy(const struct group *gr, char *mem, const char *, int ndx);
59 gr_init(const char *dir, const char *group) argument
72 if (group == NULL) {
75 } else if (snprintf(group_file, sizeof(group_file), "%s/group",
81 if (strlen(group) >= sizeof(group_file)) {
85 strcpy(group_file, group);
93 * Lock the group file
107 errx(1, "the group fil
[all...]
/freebsd-10.0-release/crypto/openssl/apps/
H A Decparam.c121 EC_GROUP *group = NULL; local
413 group = EC_GROUP_new_by_curve_name(nid);
414 if (group == NULL)
420 EC_GROUP_set_asn1_flag(group, asn1_flag);
421 EC_GROUP_set_point_conversion_form(group, form);
425 group = d2i_ECPKParameters_bio(in, NULL);
429 group = PEM_read_bio_ECPKParameters(in,NULL,NULL,NULL);
437 if (group == NULL)
446 EC_GROUP_set_point_conversion_form(group, form);
449 EC_GROUP_set_asn1_flag(group, asn1_fla
[all...]
/freebsd-10.0-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-10.0-release/crypto/openssh/
H A Dkexecdhs.c56 const EC_GROUP *group; local
67 group = EC_KEY_get0_group(server_key);
84 if ((client_public = EC_POINT_new(group)) == NULL)
86 packet_get_ecpoint(group, client_public);
89 if (key_ec_validate_public(group, client_public) != 0)
94 key_dump_ec_point(group, client_public);
98 klen = (EC_GROUP_get_degree(group) + 7) / 8;
118 group,
147 packet_put_ecpoint(group, EC_KEY_get0_public_key(server_key));
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c158 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf,const char *group,
163 return NCONF_get_string(NULL, group, name);
169 return NCONF_get_string(&ctmp, group, name);
173 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf,const char *group,
181 status = NCONF_get_number_e(NULL, group, name, &result);
187 status = NCONF_get_number_e(&ctmp, group, name, &result);
320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) argument
322 char *s = _CONF_get_string(conf, group, name);
336 ERR_add_error_data(4,"group=",group," nam
340 NCONF_get_number_e(const CONF *conf,const char *group,const char *name, long *result) argument
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/etc/pam.d/
H A Dsu10 auth requisite pam_group.so no_warn group=wheel root_only fail_safe ruser
/freebsd-10.0-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-10.0-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-10.0-release/usr.bin/tip/tip/
H A Dlog.c52 logent(char *group, char *num, char *acu, char *message) argument
74 user, timestamp, group,

Completed in 154 milliseconds

1234567891011>>