Searched refs:group (Results 476 - 500 of 2184) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/sample/sample-config-files/
H A Dtls-office.conf54 ; group nobody
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/script/
H A Dcreategroup3 # Example script for 'add group command'. Handle weird NT group
4 # names. First attempt to create the group directly, if that fails
5 # then create a random group and print the numeric group id.
16 # we had difficulties creating that group. Maybe the name was
27 getent group | grep ^"$GROUPNAME": | cut -d : -f 3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/script/
H A Ddepfilter.py25 n1, n2 = match.group(1), match.group(2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/setup/
H A Dmemberof.conf5 memberof-group-oc top
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/ip/
H A Dlink_veth.c33 int group; local
46 &name, &type, &link, &dev, &group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/script/
H A Ddepfilter.py25 n1, n2 = match.group(1), match.group(2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/setup/
H A Dmemberof.conf5 memberof-group-oc top
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/script/
H A Ddepfilter.py25 n1, n2 = match.group(1), match.group(2)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/setup/
H A Dmemberof.conf5 memberof-group-oc top
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/script/
H A Dcreategroup3 # Example script for 'add group command'. Handle weird NT group
4 # names. First attempt to create the group directly, if that fails
5 # then create a random group and print the numeric group id.
16 # we had difficulties creating that group. Maybe the name was
27 getent group | grep ^"$GROUPNAME": | cut -d : -f 3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/script/
H A Dcreategroup3 # Example script for 'add group command'. Handle weird NT group
4 # names. First attempt to create the group directly, if that fails
5 # then create a random group and print the numeric group id.
16 # we had difficulties creating that group. Maybe the name was
27 getent group | grep ^"$GROUPNAME": | cut -d : -f 3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dstatic-home.conf43 ; group nobody
H A Dtls-home.conf54 ; group nobody
H A Dtls-office.conf54 ; group nobody
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dbase64.c41 unsigned int group = 0; /* how many base64 digits in the current group were decoded already. each group has up to 4 digits */ local
68 /* pad character; can only come after 2 base64 digits in a group */
69 if (group < 2) return NULL;
77 switch(group) {
80 group = 1;
85 group = 2;
90 group = 3;
94 group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Dlink_veth.c33 int group; local
46 &name, &type, &link, &dev, &group);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-unix-groups27 print " -G file import group file\n";
50 my($group, $pwd, $gid, $users) = split(/:/,$line);
52 $entry = get_group_entry($ldap_master,$group);
53 $entry = migrate_group($entry,$group, $pwd, $gid, $users);
104 my($entry,$group, $pwd, $gid, $users) = @_;
110 $entry->replace( 'cn' => $group );
126 # creates a _new_entry_ if group doesn't exist in ldap
130 my($ldap_master,$group) = @_;
135 filter => "(cn=$group)"
140 $entry->dn("cn=$group,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-unix-groups27 print " -G file import group file\n";
50 my($group, $pwd, $gid, $users) = split(/:/,$line);
52 $entry = get_group_entry($ldap_master,$group);
53 $entry = migrate_group($entry,$group, $pwd, $gid, $users);
104 my($entry,$group, $pwd, $gid, $users) = @_;
110 $entry->replace( 'cn' => $group );
126 # creates a _new_entry_ if group doesn't exist in ldap
130 my($ldap_master,$group) = @_;
135 filter => "(cn=$group)"
140 $entry->dn("cn=$group,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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)) {
166 if (!EC_POINT_get_affine_coordinates_GF2m(group,
182 if (EC_GROUP_get_mont_data(group) != NULL) {
197 (k, k, X, order, ctx, EC_GROUP_get_mont_data(group))) {
243 const EC_GROUP *group; local
358 const EC_GROUP *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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)) {
166 if (!EC_POINT_get_affine_coordinates_GF2m(group,
182 if (EC_GROUP_get_mont_data(group) != NULL) {
197 (k, k, X, order, ctx, EC_GROUP_get_mont_data(group))) {
243 const EC_GROUP *group; local
358 const EC_GROUP *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-unix-groups27 print " -G file import group file\n";
50 my($group, $pwd, $gid, $users) = split(/:/,$line);
52 $entry = get_group_entry($ldap_master,$group);
53 $entry = migrate_group($entry,$group, $pwd, $gid, $users);
104 my($entry,$group, $pwd, $gid, $users) = @_;
110 $entry->replace( 'cn' => $group );
126 # creates a _new_entry_ if group doesn't exist in ldap
130 my($ldap_master,$group) = @_;
135 filter => "(cn=$group)"
140 $entry->dn("cn=$group,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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)) {
166 if (!EC_POINT_get_affine_coordinates_GF2m(group,
182 if (EC_GROUP_get_mont_data(group) != NULL) {
197 (k, k, X, order, ctx, EC_GROUP_get_mont_data(group))) {
243 const EC_GROUP *group; local
358 const EC_GROUP *group; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/stf/
H A Dstf.py24 server = m.group(1)
25 domain = m.group(2)
26 username = m.group(4)
27 password = m.group(5)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnfs4_acl.h49 int nfs4_acl_permission(struct nfs4_acl *acl, uid_t owner, gid_t group,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/core/
H A Dsd_ops.h20 int mmc_sd_switch(struct mmc_card *card, int mode, int group,

Completed in 134 milliseconds

<<11121314151617181920>>