Searched refs:restrictions (Results 1 - 25 of 46) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/samba/
H A Dsmb.conf19 obey pam restrictions = no
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/samba/
H A Dsmb.conf19 obey pam restrictions = no
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/samba/
H A Dsmb.conf19 obey pam restrictions = no
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rom/
H A Dsmb.conf18 obey pam restrictions = no
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rom/
H A Dsmb.conf18 obey pam restrictions = no
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf86 obey pam restrictions = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rom/
H A Dsmb.conf18 obey pam restrictions = no
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libid3tag/
H A Dtag.c62 tag->restrictions = 0;
396 tag->restrictions =
591 tag->restrictions = id3_parse_uint(&ehptr, 1);
803 if (tag->restrictions)
859 ehsize += id3_render_int(ptr, tag->restrictions, 1);
H A Did3tag.h50 int restrictions; member in struct:id3_tag
94 /* tag restrictions */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libid3tag/
H A Dtag.c62 tag->restrictions = 0;
396 tag->restrictions =
591 tag->restrictions = id3_parse_uint(&ehptr, 1);
803 if (tag->restrictions)
859 ehsize += id3_render_int(ptr, tag->restrictions, 1);
H A Did3tag.h50 int restrictions; member in struct:id3_tag
94 /* tag restrictions */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libid3tag/
H A Dtag.c62 tag->restrictions = 0;
396 tag->restrictions =
591 tag->restrictions = id3_parse_uint(&ehptr, 1);
803 if (tag->restrictions)
859 ehsize += id3_render_int(ptr, tag->restrictions, 1);
H A Did3tag.h50 int restrictions; member in struct:id3_tag
94 /* tag restrictions */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1625 password restrictions
1664 bool restrictions; local
1691 /* Only non-trust accounts have restrictions (possibly this
1694 restrictions = !(userAccountControl & (UF_INTERDOMAIN_TRUST_ACCOUNT
1750 if (restrictions && new_password) {
1753 /* check the various password restrictions */
1754 if (restrictions && minPwdLength > utf16_len_n(new_password->data, new_password->length) / 2) {
1774 if (restrictions && (pwdProperties & DOMAIN_PASSWORD_COMPLEX) &&
1789 if (restrictions && user_change) {
1884 password restrictions
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1625 password restrictions
1664 bool restrictions; local
1691 /* Only non-trust accounts have restrictions (possibly this
1694 restrictions = !(userAccountControl & (UF_INTERDOMAIN_TRUST_ACCOUNT
1750 if (restrictions && new_password) {
1753 /* check the various password restrictions */
1754 if (restrictions && minPwdLength > utf16_len_n(new_password->data, new_password->length) / 2) {
1774 if (restrictions && (pwdProperties & DOMAIN_PASSWORD_COMPLEX) &&
1789 if (restrictions && user_change) {
1884 password restrictions
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/dsdb/common/
H A Dutil.c1625 password restrictions
1664 bool restrictions; local
1691 /* Only non-trust accounts have restrictions (possibly this
1694 restrictions = !(userAccountControl & (UF_INTERDOMAIN_TRUST_ACCOUNT
1750 if (restrictions && new_password) {
1753 /* check the various password restrictions */
1754 if (restrictions && minPwdLength > utf16_len_n(new_password->data, new_password->length) / 2) {
1774 if (restrictions && (pwdProperties & DOMAIN_PASSWORD_COMPLEX) &&
1789 if (restrictions && user_change) {
1884 password restrictions
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/math-emu/
H A Dqrnnd.S15 # file. (The General Public License restrictions do apply in other

Completed in 127 milliseconds

12