Home
last modified time | relevance | path

Searched refs:uauth (Results 1 – 13 of 13) sorted by relevance

/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Dgwd.ml563 value basic_match_auth_file uauth =
572 value match_simple_passwd sauth uauth =
574 [ Some _ -> sauth = uauth
576 match lindex uauth ':' with
578 sauth = String.sub uauth (i + 1) (String.length uauth - i - 1)
579 | None -> sauth = uauth ] ]
582 value basic_match_auth passwd auth_file uauth =
584 else basic_match_auth_file uauth auth_file
953 match lindex uauth ':' with
955 let s = String.sub uauth 0 i in
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/PIXImporterTest/test_data/
H A Dfwsm1.test56 timeout uauth 0:05:00 absolute
H A Dasa8.0-names.test96 timeout uauth 0:05:00 absolute
H A Dasa8.3.test79 timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
H A Dasa8.3-nat.test39 timeout uauth 0:0:0
H A Dasa8.0.test130 timeout uauth 0:05:00 absolute
H A Dasa8.3-acl-object-groups.test39 timeout uauth 0:0:0
H A Dpix7.test132 timeout uauth 2:00:00 absolute
H A Dasa8.3-acl.test39 timeout uauth 0:0:0
H A Dpix7-nat.test255 timeout uauth 2:00:00 absolute
H A Dpix6.test183 timeout uauth 2:00:00 absolute
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dacls.c363 u32 uauth; in findimplicit() local
390 uauth = le32_to_cpu(leauth) + 1; in findimplicit()
392 = cpu_to_le32(uauth); in findimplicit()
415 u32 uauth; in ntfs_find_usid() local
434 uauth = le32_to_cpu(leauth) + 2*(uid & 0x3fffffff); in ntfs_find_usid()
435 defusid->sub_authority[cnt-1] = cpu_to_le32(uauth); in ntfs_find_usid()
438 uauth = le32_to_cpu(leauth) + ((uid >> 30) & 3); in ntfs_find_usid()
439 defusid->sub_authority[cnt-2] = cpu_to_le32(uauth); in ntfs_find_usid()
459 u32 uauth; in ntfs_find_gsid() local
479 defgsid->sub_authority[cnt-1] = cpu_to_le32(uauth); in ntfs_find_gsid()
[all …]
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfssecaudit.c3987 u64 uauth, gauth;
4006 uauth = get6h(attr,uoff+2);
4013 && (uauth == 5) && (gauth == 5)
4021 printf("S-%d-%llu",attr[uoff] & 255,(long long)uauth);