Home
last modified time | relevance | path

Searched refs:whoami (Results 1 – 25 of 2849) sorted by relevance

12345678910>>...114

/dports/net/traefik/traefik-2.6.1/integration/fixtures/tcp/
H A Dmixed.toml24 service = "whoami"
29 rule = "Path(`/whoami/`)"
30 service = "whoami"
40 url = "http://whoami:80"
43 [tcp.routers.to-whoami-a]
45 service = "whoami-a"
50 [tcp.routers.to-whoami-b]
52 service = "whoami-b"
59 service = "whoami-no-cert"
65 address = "whoami-a:8080"
[all …]
H A Dnon-tls-fallback.toml22 [tcp.routers.to-whoami-a]
24 service = "whoami-a"
26 [tcp.routers.to-whoami-a.tls]
29 [tcp.routers.to-whoami-b]
31 service = "whoami-b"
33 [tcp.routers.to-whoami-b.tls]
38 service = "whoami-no-cert"
42 [tcp.routers.to-whoami-no-tls]
45 service = "whoami-no-tls"
54 address = "whoami-a:8080"
[all …]
H A Dwrr.toml21 [tcp.routers.to-whoami-b]
22 rule = "HostSNI(`whoami-b.test`)"
23 service = "whoami"
25 [tcp.routers.to-whoami-b.tls]
28 [[tcp.services.whoami.weighted.services]]
29 name="whoami-b"
32 name="whoami-ab"
35 [tcp.services.whoami-b.loadBalancer]
37 address = "whoami-b:8080"
39 [tcp.services.whoami-ab.loadBalancer]
[all …]
H A Dip-whitelist.toml22 [tcp.routers.to-whoami-a]
24 rule = "HostSNI(`whoami-a.test`)"
25 service = "whoami-a"
27 [tcp.routers.to-whoami-a.tls]
30 [tcp.routers.to-whoami-b]
32 rule = "HostSNI(`whoami-b.test`)"
33 service = "whoami-b"
35 [tcp.routers.to-whoami-b.tls]
39 [tcp.services.whoami-a.loadBalancer]
41 address = "whoami-a:8080"
[all …]
H A Dmulti-tls-options.toml22 [tcp.routers.to-whoami-no-cert]
23 rule = "HostSNI(`whoami-c.test`)"
24 service = "whoami-no-cert"
26 [tcp.routers.to-whoami-no-cert.tls]
29 [tcp.routers.to-whoami-sni-strict]
30 rule = "HostSNI(`whoami-d.test`)"
31 service = "whoami-no-cert"
33 [tcp.routers.to-whoami-sni-strict.tls]
36 [tcp.services.whoami-no-cert]
37 [tcp.services.whoami-no-cert.loadBalancer]
[all …]
H A Dcatch-all-no-tls-with-https.toml22 [tcp.routers.to-whoami-no-tls]
25 service = "whoami-no-tls"
28 [tcp.services.whoami-no-tls.loadBalancer]
29 [[tcp.services.whoami-no-tls.loadBalancer.servers]]
30 address = "whoami-no-tls:8080"
34 [http.routers.to-whoami]
37 service = "whoami"
38 [http.routers.to-whoami.tls]
41 [http.services.whoami.loadBalancer]
42 [[http.services.whoami.loadBalancer.servers]]
[all …]
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A Dt-astc2.cc54 if ((pid[whoami] = fork()) < 0) in start_instance()
58 if (pid[whoami] == 0) in start_instance()
87 size_t idx = (whoami==0)?0:whoami-1; in start_instance()
98 std::cout << "P_" << whoami << in start_instance()
115 std::cout << "P_" << whoami << in start_instance()
121 if (i != whoami) in start_instance()
126 if (i != whoami) in start_instance()
147 (whoami==0)?0:whoami-1, uP_in_nm1, uP_out_nm1, uP_key_nm1, in start_instance()
156 (whoami==0)?0:whoami-1, bP_in_nm1, bP_out_nm1, bP_key_nm1, in start_instance()
169 (whoami==0)?0:whoami-1, aiou2_nm1, in start_instance()
[all …]
H A Dt-vss.cc51 (std::istream& crs_in, size_t whoami, bool corrupted) in start_instance() argument
53 if ((pid[whoami] = fork()) < 0) in start_instance()
57 if (pid[whoami] == 0) in start_instance()
71 key << "t-astc2::P_" << (i + whoami); in start_instance()
74 uP_in.push_back(pipefd[i][whoami][0]); in start_instance()
75 uP_out.push_back(pipefd[whoami][i][1]); in start_instance()
91 std::cout << "P_" << whoami << ": " << in start_instance()
105 if (i != whoami) in start_instance()
110 if (i != whoami) in start_instance()
147 T << ", " << whoami << ", ...)" << std::endl; in start_instance()
[all …]
H A Dt-dkg.cc53 if ((pid[whoami] = fork()) < 0) in start_instance()
57 if (pid[whoami] == 0) in start_instance()
71 key << "t-dkg::P_" << (i + whoami); in start_instance()
74 uP_in.push_back(pipefd[i][whoami][0]); in start_instance()
83 std::cout << "P_" << whoami << in start_instance()
100 std::cout << "P_" << whoami << in start_instance()
106 if (i != whoami) in start_instance()
111 if (i != whoami) in start_instance()
129 std::cout << "P_" << whoami << in start_instance()
194 std::cout << "P_" << whoami << in start_instance()
[all …]
H A Dt-seabp.cc53 if ((pid[whoami] = fork()) < 0) in start_instance()
58 if (pid[whoami] != 0) in start_instance()
73 key << "t-seabp::P_" << (i + whoami); in start_instance()
74 bP_in.push_back(broadcast_pipefd[i][whoami][0]); in start_instance()
87 t, whoami, aiou, in start_instance()
93 mpz_init_set_ui(a, whoami); in start_instance()
135 mpz_init_set_ui(a, whoami); in start_instance()
174 mpz_init_set_ui(a, 42 * whoami); in start_instance()
241 mpz_init_set_ui(a, whoami); in start_instance()
279 std::cout << "P_" << whoami << ": sleeping " << whoami << in start_instance()
[all …]
H A Dt-astc.cc51 (std::istream& crs_in, size_t whoami, bool corrupted) in start_instance() argument
53 if ((pid[whoami] = fork()) < 0) in start_instance()
57 if (pid[whoami] == 0) in start_instance()
71 key << "t-astc::P_" << (i + whoami); in start_instance()
74 uP_in.push_back(pipefd[i][whoami][0]); in start_instance()
75 uP_out.push_back(pipefd[whoami][i][1]); in start_instance()
77 bP_in.push_back(broadcast_pipefd[i][whoami][0]); in start_instance()
87 std::cout << "P_" << whoami << ": " << in start_instance()
100 if (i != whoami) in start_instance()
105 if (i != whoami) in start_instance()
[all …]
H A Dt-poker-aiou.cc54 if ((pid[whoami] = fork()) < 0) in start_instance()
58 if (pid[whoami] == 0) in start_instance()
123 if (i != whoami) in start_instance()
128 if (i != whoami) in start_instance()
161 if (whoami == 0) in start_instance()
254 if (i == whoami) in start_instance()
261 if (i2 == whoami) in start_instance()
305 if (i == whoami) in start_instance()
312 if (i2 == whoami) in start_instance()
357 if (i == whoami) in start_instance()
[all …]
/dports/net/traefik/traefik-2.6.1/integration/resources/compose/
H A Dtcp.yml3 whoami-a:
5 command: -name whoami-a -certFile /certs/whoami-a.crt -keyFile /certs/whoami-a.key
9 whoami-b:
11 command: -name whoami-b -certFile /certs/whoami-b.crt -keyFile /certs/whoami-b.key
15 whoami-ab:
17 command: -name whoami-ab -certFile /certs/whoami-b.crt -keyFile /certs/whoami-b.key
21 whoami-no-cert:
25 whoami-no-tls:
29 whoami:
30 image: traefik/whoami
[all …]
/dports/net/samba412/samba-4.12.15/source4/torture/unix/
H A Dwhoami.c146 struct smb_whoami *whoami, in smb_raw_query_posix_whoami() argument
157 ZERO_STRUCTP(whoami); in smb_raw_query_posix_whoami()
193 if (whoami->num_sids != 0) { in smb_raw_query_posix_whoami()
199 whoami->mapping_flags, whoami->mapping_mask); in smb_raw_query_posix_whoami()
201 (unsigned long long)whoami->server_uid, (unsigned long long)whoami->server_gid); in smb_raw_query_posix_whoami()
203 whoami->num_gids, whoami->num_sids, in smb_raw_query_posix_whoami()
204 whoami->num_sid_bytes); in smb_raw_query_posix_whoami()
222 if (whoami->num_gids != 0) { in smb_raw_query_posix_whoami()
234 whoami->gid_list = talloc_array(mem_ctx, uint64_t, whoami->num_gids); in smb_raw_query_posix_whoami()
261 whoami->num_sids); in smb_raw_query_posix_whoami()
[all …]
/dports/sysutils/heirloom/heirloom-070715/whoami/
H A DMakefile.mk1 all: whoami
3 whoami: whoami.o
4 $(LD) $(LDFLAGS) whoami.o $(LCOMMON) $(LWCHAR) $(LIBS) -o whoami
6 whoami.o: whoami.c
7 $(CC) $(CFLAGS) $(CPPFLAGS) $(XO5FL) $(LARGEF) $(IWCHAR) $(ICOMMON) -c whoami.c
10 $(UCBINST) -c whoami $(ROOT)$(DEFBIN)/whoami
11 $(STRIP) $(ROOT)$(DEFBIN)/whoami
12 $(MANINST) -c -m 644 whoami.1 $(ROOT)$(MANDIR)/man1/whoami.1
15 rm -f whoami whoami.o core log *~
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/whoami-0.9.0/
H A DREADME.md3 [![docs.rs](https://docs.rs/whoami/badge.svg)](https://docs.rs/whoami)
5 …ld status](https://api.travis-ci.com/libcala/whoami.svg?branch=master)](https://travis-ci.com/libc…
6 [![crates.io](https://img.shields.io/crates/v/whoami.svg)](https://crates.io/crates/whoami)
8 [About](https://libcala.github.io/whoami) |
24 whoami::realname()
28 whoami::username()
32 whoami::devicename()
36 whoami::hostname()
40 whoami::platform()
44 whoami::distro()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/whoami-0.9.0/
H A DREADME.md3 [![docs.rs](https://docs.rs/whoami/badge.svg)](https://docs.rs/whoami)
5 …ld status](https://api.travis-ci.com/libcala/whoami.svg?branch=master)](https://travis-ci.com/libc…
6 [![crates.io](https://img.shields.io/crates/v/whoami.svg)](https://crates.io/crates/whoami)
8 [About](https://libcala.github.io/whoami) |
24 whoami::realname()
28 whoami::username()
32 whoami::devicename()
36 whoami::hostname()
40 whoami::platform()
44 whoami::distro()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/server/
H A Dipropd_svc.c165 whoami); in iprop_get_updates_1_svc()
175 whoami); in iprop_get_updates_1_svc()
225 whoami, in iprop_get_updates_1_svc()
282 whoami); in ipropx_resync()
325 whoami); in ipropx_resync()
347 whoami); in ipropx_resync()
367 whoami, in ipropx_resync()
413 whoami, in ipropx_resync()
586 whoami); in krb5_iprop_prog_1()
596 whoami); in krb5_iprop_prog_1()
[all …]
/dports/security/krb5/krb5-1.19.2/src/kadmin/server/
H A Dipropd_svc.c165 whoami); in iprop_get_updates_1_svc()
175 whoami); in iprop_get_updates_1_svc()
225 whoami, in iprop_get_updates_1_svc()
282 whoami); in ipropx_resync()
325 whoami); in ipropx_resync()
347 whoami); in ipropx_resync()
367 whoami, in ipropx_resync()
413 whoami, in ipropx_resync()
586 whoami); in krb5_iprop_prog_1()
596 whoami); in krb5_iprop_prog_1()
[all …]
/dports/net/traefik/traefik-2.6.1/integration/fixtures/udp/
H A Dwrr.toml23 [udp.routers.to-whoami-a]
24 service = "whoami"
27 [[udp.services.whoami.weighted.services]]
28 name="whoami-a"
30 [[udp.services.whoami.weighted.services]]
31 name="whoami-b"
34 [udp.services.whoami-a.loadBalancer]
40 [udp.services.whoami-b.loadBalancer]
46 [http.routers.to-whoami-d]
47 service = "whoami"
[all …]
/dports/devel/p5-Object-InsideOut/Object-InsideOut-4.05/t/
H A D38-combined.t16 my ($self, $whoami) = @_;
18 return ($whoami) ? "$whoami son of $class" : $class;
39 my ($whoami) = $class->whoami();
49 my ($whoami) = $_[0]->whoami('');
50 return ("I am $whoami");
80 my ($self, $whoami) = @_;
82 return ($whoami) ? "$whoami son of $class" : $class;
103 my ($whoami) = $class->whoami();
122 my ($self, $whoami) = @_;
124 return ($whoami) ? "$whoami son of $class" : $class;
[all …]
/dports/devel/staf/src/staf/services/whoami/
H A Dmakefile.whoami9 $(O)/services/whoami/STAF-INF/classes/com/ibm/staf/service/whoami/WhoAmI.class \
10 $(O)/services/whoami/MANIFEST.MF
16 $(whoami_targets): SUBSYS_REL := services/whoami
17 SUBSYS_REL := services/whoami
24 WHOAMI_CLASSPATH = $(OS_O)/services/whoami$(OS_PS)$(OS_REL)/lib/JSTAF.zip$(OS_PS)$(JAVA_CLASSPATH)
29 …@$(JAVAC) -d $(OS_O)/services/whoami/STAF-INF/classes -classpath '$(WHOAMI_CLASSPATH)' $(OS_SRC)/s…
32 $(O)/services/whoami/STAF-INF/classes/com/ibm/staf/service/whoami/%.class: $(SRC)/services/whoami/%…
37 $(O)/services/whoami/MANIFEST.MF: $(SR_SRC)/MANIFEST.MF
42 @cd $(O)/services/whoami; $(JAR) cfm '$(OS_@)' MANIFEST.MF `find . -name "*.class" -print`
45 -@$(DEL) $(O)/services/whoami/* $(OUT_ERR_TO_DEV_NULL)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/kadm5/unit-test/
H A Dlock-test.c8 char *whoami; variable
14 "get name|wait} ...\n", whoami); in usage()
26 whoami = argv[0]; in main()
30 com_err(whoami, kret, "while initializing krb5"); in main()
41 com_err(whoami, KADM5_BAD_SERVER_PARAMS, in main()
48 com_err(whoami, ret, "while opening database"); in main()
57 com_err(whoami, ret, "while getting shared lock"); in main()
75 com_err(whoami, ret, "while releasing lock"); in main()
82 com_err(whoami, ret, "while getting policy"); in main()
91 whoami, *argv); in main()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/kadm5/unit-test/
H A Dlock-test.c8 char *whoami; variable
14 "get name|wait} ...\n", whoami); in usage()
26 whoami = argv[0]; in main()
30 com_err(whoami, kret, "while initializing krb5"); in main()
41 com_err(whoami, KADM5_BAD_SERVER_PARAMS, in main()
48 com_err(whoami, ret, "while opening database"); in main()
57 com_err(whoami, ret, "while getting shared lock"); in main()
75 com_err(whoami, ret, "while releasing lock"); in main()
82 com_err(whoami, ret, "while getting policy"); in main()
91 whoami, *argv); in main()
[all …]
/dports/mail/pathalias/pathalias-9.16/
H A Dlocal.c44 { FILE *whoami; local
52 if ((whoami = fopen("/etc/whoami", "r")) != 0) {
53 (void) fgets(name, len, whoami);
54 (void) fclose(whoami);
62 if ((whoami = fopen("/usr/include/whoami.h", "r")) != 0) {
63 while (!feof(whoami)) {
66 if (fgets(buf, 100, whoami) == 0)
71 (void) fclose(whoami);
77 if ((whoami = popen("uuname -l", "r")) != 0) {
78 (void) fgets(name, len, whoami);
[all …]

12345678910>>...114