Searched refs:localhost (Results 1 - 25 of 78) sorted by relevance

1234

/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-client-tcp-octet.pl28 qr/localhost $/ => 3,
29 qr/localhost a$/ => 1,
30 qr/localhost bc$/ => 1,
31 qr/localhost de$/ => 1,
32 qr/localhost fg$/ => 1, # NUL terminates message
33 qr/localhost hi $/ => 1,
34 qr/localhost jk $/ => 1, # new line converted to space
35 qr/localhost l$/ => 1,
36 qr/localhost m$/ => 1,
37 qr/localhost
[all...]
H A Dargs-client-tcp-nontransp.pl28 qr/localhost $/ => 3,
29 qr/localhost a$/ => 1,
30 qr/localhost bc$/ => 1,
31 qr/localhost de$/ => 1,
32 qr/localhost fg$/ => 1, # NUL terminates message
33 qr/localhost hi $/ => 1,
34 qr/localhost jk\^G$/ => 1, # bell character visual
35 qr/localhost l$/ => 1,
36 qr/localhost m$/ => 1,
37 qr/localhost
[all...]
H A Dargs-client-tcp-octet-nontransp.pl53 qr/localhost ab$/ => 1,
54 qr/localhost cd$/ => 1,
55 qr/localhost ef$/ => 1,
56 qr/localhost gh$/ => 1,
57 qr/localhost ij$/ => 1,
58 qr/localhost kl$/ => 1,
H A Dargs-client-tcp-octet-badframe.pl36 qr/localhost 000002 ab$/ => 1,
37 qr/localhost 2bc$/ => 1,
H A Dargs-client-bind4.pl7 # Check that the file log contains the localhost name.
26 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-bind6.pl7 # Check that the file log contains the localhost name.
26 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-udp4.pl1 # The client writes a message to a localhost IPv4 UDP socket.
6 # Check that the file log contains the localhost name.
24 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-udp6.pl1 # The client writes a message to a localhost IPv6 UDP socket.
6 # Check that the file log contains the localhost name.
24 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-tls.pl1 # The syslogd listens on localhost TLS socket.
2 # The client writes a message into a localhost TLS socket.
15 connect => { domain => AF_UNSPEC, proto => "tls", addr => "localhost",
23 options => ["-S", "localhost"],
29 qr{NAMI "/etc/ssl/private/localhost.key"} => 1,
30 qr{NAMI "/etc/ssl/localhost.crt"} => 1,
33 qr{Keyfile /etc/ssl/private/localhost.key} => 1,
34 qr{Certfile /etc/ssl/localhost.crt} => 1,
41 qr/ localhost /. get_testgrep() => 1,
H A Dargs-client-bind.pl1 # The syslogd binds UDP socket on localhost.
2 # The client writes a message into a localhost UDP socket.
7 # Check that the file log contains the localhost name.
16 connect => { domain => AF_UNSPEC, addr => "localhost", port => 514 },
23 options => ["-U", "localhost"],
30 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-bind4-port.pl7 # Check that the file log contains the localhost name.
29 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-bind6-port.pl7 # Check that the file log contains the localhost name.
29 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-tcp4.pl30 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-tcp6.pl30 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-server-tcp.pl6 # Check that syslogd and server log contain localhost address.
15 loghost => '@tcp://localhost:$connectport',
17 qr/Logging to FORWTCP \@tcp:\/\/localhost:\d+/ => '>=4',
26 listen => { domain => AF_UNSPEC, proto => "tcp", addr => "localhost" },
H A Dargs-server-tls.pl6 # Check that syslogd and server log contain localhost address.
15 loghost => '@tls://localhost:$connectport',
17 qr/Logging to FORWTLS \@tls:\/\/localhost:\d+/ => '>=4',
26 listen => { domain => AF_UNSPEC, proto => "tls", addr => "localhost" },
H A Dargs-tls-verify.pl3 # The syslogd passes it via TLS to localhost loghost.
6 # Check that syslogd and server log contain localhost address.
14 loghost => '@tls://localhost:$connectport',
16 qr/Logging to FORWTLS \@tls:\/\/localhost:\d+/ => '>=4',
23 listen => { domain => AF_UNSPEC, proto => "tls", addr => "localhost" },
H A Dargs-block-host-tcp6.pl21 +localhost
H A Dargs-block-host-udp4.pl20 +localhost
H A Dargs-client-bind-port.pl1 # The syslogd binds UDP socket on localhost and port.
2 # The client writes a message into a localhost UDP socket.
7 # Check that the file log contains the localhost name.
15 my $port = find_ports(domain => AF_UNSPEC, addr => "localhost");
19 connect => { domain => AF_UNSPEC, addr => "localhost", port => $port },
26 options => ["-U", "localhost:$port"],
33 loggrep => qr/ localhost /. get_testgrep(),
H A Dargs-client-tcp.pl28 loggrep => qr/ localhost syslogd-regress\[\d+\]: /. get_testgrep(),
H A Dargs-client-tls4.pl41 qr/ localhost /. get_testgrep() => 1,
H A Dargs-client-tls6.pl41 qr/ localhost /. get_testgrep() => 1,
/openbsd-current/regress/lib/libc/getaddrinfo/
H A Dtestsuite.sh40 $TEST localhost http
43 $TEST localhost tftp
46 $TEST localhost echo
50 $TEST -4 localhost http
51 $TEST -6 localhost http
70 $TEST localhost ''
75 $TEST -R -p 0 localhost ''
76 $TEST -R -p 59 localhost ''
77 $TEST -R -p 59 localhost 80
78 $TEST -R -p 59 localhost ww
[all...]
/openbsd-current/regress/lib/libssl/tlsfuzzer/
H A DMakefile11 localhost.key localhost.crt:
12 openssl req -x509 -newkey rsa -keyout localhost.key -out localhost.crt \
13 -subj /CN=localhost -nodes -batch
15 certs: localhost.key localhost.crt
17 CLEANFILES += localhost.key localhost.crt

Completed in 97 milliseconds

1234