Searched refs:group (Results 276 - 300 of 534) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c176 /* XXX unclear: if you set group hard and user soft limit,
181 struct group *gr;
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c296 /* whack the group list */
463 * Users may be listed by <username>, %<group>, or @<login_class>.
527 /* check group membership */
529 struct group *group; local
531 if ((group = getgrnam(buf + 1)) == NULL) {
533 "invalid group '%s' in %s (%s)",
546 if (group->gr_gid == groups[cnt]) {
563 return (1); /* matched an allowed user/group */
804 /* revoke group priv
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_from_text.c60 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
74 if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
276 struct group *g;
/freebsd-11-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c93 struct group *gr;
101 errx(EX_NOUSER, "unknown group id: %s", s);
/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dbuildbff.sh205 # Create PrivilegeSeparation user and group if not present
206 echo Checking for PrivilegeSeparation user and group.
207 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
209 echo "PrivSep group $SSH_PRIVSEP_USER already exists."
211 echo "Creating PrivSep group $SSH_PRIVSEP_USER."
/freebsd-11-stable/usr.bin/chpass/
H A Dfield.c131 struct group *gr;
141 warnx("unknown group %s", p);
/freebsd-11-stable/contrib/amd/amd/
H A Dops_pcfs.c172 pcfs_args.gid = 0; /* default to wheel/root group */
174 struct group *gr;
177 else /* maybe used passed a GID number, not group name */
H A Dops_udf.c99 struct group *gr;
163 gid_nobody = a_gid("nobody", "group");
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.h299 uint8_t group; member in struct:scsi_verify_10
310 uint8_t group; member in struct:scsi_verify_12
320 uint8_t group; member in struct:scsi_verify_16
331 uint8_t group; member in struct:scsi_compare_and_write
/freebsd-11-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_rquotad.sh29 for q in "user" "group" "both"; do
46 group)
/freebsd-11-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c96 struct group *grp;
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c64 static int group(int, char *[]);
87 { "group", group, },
226 * group
230 group(int argc, char *argv[]) function
232 struct group *gr;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dmain.c472 " [-g <global ctrl_iface>] [-G <group>]\\\n"
482 " -G group for control interfaces\n"
544 const char *group)
547 struct group *grp;
548 grp = getgrnam(group);
550 wpa_printf(MSG_ERROR, "Unknown group '%s'", group);
543 hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, const char *group) argument
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h84 #define APR_FPROT_GSETID 0x4000 /**< Set group id */
85 #define APR_FPROT_GREAD 0x0040 /**< Read by group */
86 #define APR_FPROT_GWRITE 0x0020 /**< Write by group */
87 #define APR_FPROT_GEXECUTE 0x0010 /**< Execute by group */
165 #define APR_FINFO_OWNER 0x00030000 /**< user and group */
189 /** The group id that owns the file */
190 apr_gid_t group; member in struct:apr_finfo_t
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c366 * These options start a new search pattern group. */
372 apr_array_header_t *group = NULL;
378 group = apr_array_make(result_pool, 1, sizeof(const char *));
379 APR_ARRAY_PUSH(group, const char *) = pattern;
380 APR_ARRAY_PUSH(opt_state->search_patterns, apr_array_header_t *) = group;
369 apr_array_header_t *group = NULL; local
/freebsd-11-stable/contrib/top/
H A DMakefile.X20 # GROUP - group name (or gid) for the installed executable's group
30 GROUP = %group%
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.h138 gid_t gid; /* group of connection */
153 gid_t gid; /* group of connection */
252 gid_t vc_grp; /* group of connection */
299 gid_t ss_grp; /* group of connection */
325 gid_t group; member in struct:smb_vcspec
342 gid_t group; member in struct:smb_sharespec
H A Dsmb_conn.c145 if (vcspec->group != SMBM_ANY_GROUP) {
146 if (vcp->vc_grp != vcspec->group)
392 gid_t gid = vcspec->group;
623 if (dp->group != SMBM_ANY_GROUP) {
624 if (ssp->ss_grp != dp->group)
747 gid_t gid = shspec->group;
/freebsd-11-stable/sys/geom/part/
H A Dg_part_ldm.c164 * many VBLKs. Each VBLK represents a disk group, disk partition,
211 struct uuid guid; /* disk group guid */
212 u_char name[32]; /* disk group name */
257 uint32_t group; /* group number */ member in struct:ldm_vblkhdr
258 uint16_t index; /* index in the group */
259 uint16_t count; /* number of entries in the group */
291 uint32_t group; /* xVBLK group number */ member in struct:ldm_xvblk
681 /* Compare disk group nam
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dkey.c242 key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) argument
246 if ((r = sshkey_ec_validate_public(group, public)) != 0) {
/freebsd-11-stable/sys/conf/
H A Ddtb.mk13 # DTBGRP .dtb file group. [${BINGRP}]
/freebsd-11-stable/usr.bin/mail/
H A Dextern.h135 int group(char **);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto.h687 * @group: Identifying number for the ECC group (IANA "Group Description"
691 struct crypto_ec * crypto_ec_init(int group);
702 * Returns: Length of the prime defining the group
709 * Returns: Length of the prime defining the group in bits
716 * Returns: Length of the order defining the group
721 * crypto_ec_get_prime - Get prime defining an EC group
723 * Returns: Prime (bignum) defining the group
728 * crypto_ec_get_order - Get order of an EC group
730 * Returns: Order (bignum) of the group
[all...]
/freebsd-11-stable/sys/netinet/
H A Draw_ip.c315 * XXX: If faddr was bound to multicast group,
370 * joined the group, and may have set IFF_ALLMULTI
381 struct sockaddr_in group; local
383 bzero(&group, sizeof(struct sockaddr_in));
384 group.sin_len = sizeof(struct sockaddr_in);
385 group.sin_family = AF_INET;
386 group.sin_addr = ip->ip_dst;
390 (struct sockaddr *)&group,
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c347 EC_GROUP *group; local
370 * Find the group id
380 * Create group, key, parse key
384 group = EC_GROUP_new_by_curve_name(groupnid);
385 EC_KEY_set_group(key, group);
386 EC_GROUP_free(group);
489 const EC_GROUP *group; local
502 group = EC_KEY_get0_group(signer->private_key.ecdsa);
503 if (group == NULL)
511 if (EC_GROUP_get_order(group, orde
955 EC_GROUP *group; local
[all...]

Completed in 201 milliseconds

<<11121314151617181920>>