Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 – 25 of 3407) sorted by relevance

12345678910>>...137

/dports/benchmarks/siege/siege-4.1.1/src/
H A Dauth.h30 typedef struct AUTH_T *AUTH; typedef
37 AUTH new_auth();
38 AUTH auth_destroy(AUTH this);
39 void auth_add(AUTH this, CREDS creds);
40 void auth_display(AUTH this, SCHEME scheme);
43 char * auth_get_ntlm_header(AUTH this, SCHEME scheme);
47 BOOLEAN auth_get_proxy_required(AUTH this);
49 char * auth_get_proxy_host(AUTH this);
50 void auth_set_proxy_host(AUTH this, char *host);
51 int auth_get_proxy_port(AUTH this);
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/rpc/
H A Dauth_none.c53 static void authnone_verf(AUTH *);
54 static void authnone_destroy(AUTH *);
55 static bool_t authnone_marshal(AUTH *, XDR *);
57 static bool_t authnone_refresh(AUTH *, struct rpc_msg *);
71 AUTH no_client;
76 AUTH *
105 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
117 authnone_verf(AUTH *auth) in authnone_verf()
123 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate()
131 authnone_refresh(AUTH *auth, struct rpc_msg *msg) in authnone_refresh()
[all …]
H A Dauth_unix.c61 static void authunix_nextverf(AUTH *);
65 static void authunix_destroy(AUTH *);
90 static void marshal_new_auth(AUTH *);
97 AUTH *
109 AUTH *auth; in authunix_create()
115 auth = (AUTH *)mem_alloc(sizeof(*auth)); in authunix_create()
175 AUTH *
203 authunix_nextverf(AUTH *auth) in authunix_nextverf()
209 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
287 authunix_destroy(AUTH *auth) in authunix_destroy()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/rpc/
H A Dauth_none.c53 static void authnone_verf(AUTH *);
54 static void authnone_destroy(AUTH *);
55 static bool_t authnone_marshal(AUTH *, XDR *);
57 static bool_t authnone_refresh(AUTH *, struct rpc_msg *);
71 AUTH no_client;
76 AUTH *
105 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
117 authnone_verf(AUTH *auth) in authnone_verf()
123 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate()
131 authnone_refresh(AUTH *auth, struct rpc_msg *msg) in authnone_refresh()
[all …]
H A Dauth_unix.c61 static void authunix_nextverf(AUTH *);
65 static void authunix_destroy(AUTH *);
90 static void marshal_new_auth(AUTH *);
97 AUTH *
109 AUTH *auth; in authunix_create()
115 auth = (AUTH *)mem_alloc(sizeof(*auth)); in authunix_create()
175 AUTH *
203 authunix_nextverf(AUTH *auth) in authunix_nextverf()
209 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
287 authunix_destroy(AUTH *auth) in authunix_destroy()
[all …]
/dports/security/p5-Net-Server-Mail-ESMTP-AUTH/Net-Server-Mail-ESMTP-AUTH-0.2/
H A DAUTH.pm1 package Net::Server::Mail::ESMTP::AUTH;
85 $self->{AUTH} = ();
108 $self->{AUTH}->{username} = decode_base64($operation);
109 $self->{AUTH}->{password} = '';
118 $self->{AUTH}->{password} = decode_base64($operation);
129 my $ref = $self->{callback}->{AUTH};
133 $authok = &$code($self, $self->{AUTH}->{username}, $self->{AUTH}->{password});
150 $self->{AUTH}->{type} = $operation;
151 map { $self->{AUTH}->{$_} = '' } ('username', 'password', 'challenge', 'ticket', );
163 $self->{AUTH}->{username} = $plaindata[@plaindata-2];
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/rpc/
H A Dauth_none.c71 static bool_t authnone_marshal(AUTH *, XDR *);
72 static void authnone_verf(AUTH *);
74 static bool_t authnone_refresh(AUTH *);
75 static void authnone_destroy(AUTH *);
86 AUTH no_client;
91 AUTH *
120 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
134 authnone_verf(AUTH *client) in authnone_verf()
140 authnone_validate(AUTH *client, struct opaque_auth *auth) in authnone_validate()
148 authnone_refresh(AUTH *client) in authnone_refresh()
[all …]
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/.evergreen/
H A Dconfig.yml1219 AUTH: "auth"
1223 AUTH: "auth"
1240 AUTH: "auth"
1244 AUTH: "auth"
1261 AUTH: "auth"
1265 AUTH: "auth"
1282 AUTH: "auth"
1286 AUTH: "auth"
1303 AUTH: "auth"
1307 AUTH: "auth"
[all …]
/dports/net/gnu-radius/radius-1.6.1/contrib/radsend/
H A Dpaquetes.conf5 AUTH send auth Access-Request
8 AUTH Password="kampas"
12 AUTH/START/INTERIM/STOP User-Name="koke"
13 AUTH/START/INTERIM/STOP NAS-Identifier="RAS1"
14 AUTH/START/INTERIM/STOP NAS-IP-Address="172.16.20.10"
16 AUTH/START/INTERIM/STOP NAS-Port-Type="5"
17 AUTH/START/INTERIM/STOP Calling-Station-Id="34777777777"
18 AUTH/START/INTERIM/STOP Called-Station-Id="7007"
19 AUTH/START/INTERIM/STOP Acct-Session-Id="123456789"
20 AUTH/START/INTERIM/STOP NAS-Port="7117"
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/include/gssrpc/
H A Dauth.h98 typedef struct AUTH { struct
103 void (*ah_nextverf)(struct AUTH *); argument
105 int (*ah_marshal)(struct AUTH *, XDR *);
107 int (*ah_validate)(struct AUTH *,
110 int (*ah_refresh)(struct AUTH *, struct rpc_msg *);
112 void (*ah_destroy)(struct AUTH *);
114 int (*ah_wrap)(struct AUTH *, XDR *,
117 int (*ah_unwrap)(struct AUTH *, XDR *,
121 } AUTH; typedef
192 extern AUTH *authnone_create(void); /* takes no parameters */
[all …]
/dports/security/krb5/krb5-1.19.2/src/include/gssrpc/
H A Dauth.h98 typedef struct AUTH { struct
103 void (*ah_nextverf)(struct AUTH *); argument
105 int (*ah_marshal)(struct AUTH *, XDR *);
107 int (*ah_validate)(struct AUTH *,
110 int (*ah_refresh)(struct AUTH *, struct rpc_msg *);
112 void (*ah_destroy)(struct AUTH *);
114 int (*ah_wrap)(struct AUTH *, XDR *,
117 int (*ah_unwrap)(struct AUTH *, XDR *,
121 } AUTH; typedef
192 extern AUTH *authnone_create(void); /* takes no parameters */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dspdy_server_push_utils_test.cc131 {"http", SCHEME | AUTH}, in TEST_F()
132 {"https", SCHEME | AUTH}, in TEST_F()
133 {"hTtP", SCHEME | AUTH}, in TEST_F()
134 {"HTTPS", SCHEME | AUTH}, in TEST_F()
135 {"www.google.com", AUTH}, in TEST_F()
136 {"90af90e0", AUTH}, in TEST_F()
137 {"12foo%20-bar:00001233", AUTH}, in TEST_F()
139 {"192.168.0.5", AUTH}, in TEST_F()
140 {"[::ffff:192.168.0.1.]", AUTH}, in TEST_F()
141 {"http:", AUTH}, in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dspdy_server_push_utils_test.cc131 {"http", SCHEME | AUTH}, in TEST_F()
132 {"https", SCHEME | AUTH}, in TEST_F()
133 {"hTtP", SCHEME | AUTH}, in TEST_F()
134 {"HTTPS", SCHEME | AUTH}, in TEST_F()
135 {"www.google.com", AUTH}, in TEST_F()
136 {"90af90e0", AUTH}, in TEST_F()
137 {"12foo%20-bar:00001233", AUTH}, in TEST_F()
139 {"192.168.0.5", AUTH}, in TEST_F()
140 {"[::ffff:192.168.0.1.]", AUTH}, in TEST_F()
141 {"http:", AUTH}, in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dswift-async.ll15 ; CHECK-AUTH: add x16, sp, #8
17 ; CHECK-AUTH: mov x17, x22
18 ; CHECK-AUTH: pacdb x17, x16
19 ; CHECK-AUTH: str x17, [sp, #8]
42 ; CHECK-AUTH: add x16, sp, #8
44 ; CHECK-AUTH: mov x17, x22
45 ; CHECK-AUTH: pacdb x17, x16
72 ; CHECK-AUTH: mov x17, x22
73 ; CHECK-AUTH: pacdb x17, x16
98 ; CHECK-AUTH: mov x17, x22
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Dswift-async.ll15 ; CHECK-AUTH: add x16, sp, #8
17 ; CHECK-AUTH: mov x17, x22
18 ; CHECK-AUTH: pacdb x17, x16
19 ; CHECK-AUTH: str x17, [sp, #8]
42 ; CHECK-AUTH: add x16, sp, #8
44 ; CHECK-AUTH: mov x17, x22
45 ; CHECK-AUTH: pacdb x17, x16
72 ; CHECK-AUTH: mov x17, x22
73 ; CHECK-AUTH: pacdb x17, x16
98 ; CHECK-AUTH: mov x17, x22
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dswift-async.ll15 ; CHECK-AUTH: add x16, sp, #8
17 ; CHECK-AUTH: mov x17, x22
18 ; CHECK-AUTH: pacdb x17, x16
19 ; CHECK-AUTH: str x17, [sp, #8]
42 ; CHECK-AUTH: add x16, sp, #8
44 ; CHECK-AUTH: mov x17, x22
45 ; CHECK-AUTH: pacdb x17, x16
72 ; CHECK-AUTH: mov x17, x22
73 ; CHECK-AUTH: pacdb x17, x16
98 ; CHECK-AUTH: mov x17, x22
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dswift-async.ll15 ; CHECK-AUTH: add x16, sp, #8
17 ; CHECK-AUTH: mov x17, x22
18 ; CHECK-AUTH: pacdb x17, x16
19 ; CHECK-AUTH: str x17, [sp, #8]
42 ; CHECK-AUTH: add x16, sp, #8
44 ; CHECK-AUTH: mov x17, x22
45 ; CHECK-AUTH: pacdb x17, x16
72 ; CHECK-AUTH: mov x17, x22
73 ; CHECK-AUTH: pacdb x17, x16
98 ; CHECK-AUTH: mov x17, x22
[all …]
/dports/misc/perkeep/perkeep-0.11/clients/curl/
H A Dexample.sh11 AUTH=$BSUSER:$BSPASS
14 curl -u $AUTH -d camliversion=1 http://$BSHOST/camli/stat
17 curl -u $AUTH -v -L \
27 curl -u $AUTH -v http://$BSHOST/camli/sha1-126249fd8c18cbb5312a5705746a2af87fba9538
30 curl -u $AUTH -v http://$BSHOST/camli/sha1-22a7fdd575f4c3e7caa3a55cc83db8b8a6714f0f
33 curl -u $AUTH -I http://$BSHOST/camli/sha1-126249fd8c18cbb5312a5705746a2af87fba9538
39 curl -v -u $AUTH http://$BSHOST/camli/enumerate-blobs?limit=1
42 curl -v -u $AUTH http://$BSHOST/camli/enumerate-blobs?after=sha1-126249fd8c18cbb5312a5705746a2af87f…
/dports/databases/redis6/redis-6.0.16/tests/unit/
H A Dacl.tcl18 r AUTH newuser passwd1
159 r AUTH default ""
171 r AUTH default ""
184 r AUTH default ""
192 r AUTH default ""
208 r AUTH default ""
225 r AUTH default ""
235 r AUTH default ""
247 r AUTH default ""
315 r AUTH bob bob
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/
H A Dswift-async.ll15 ; CHECK-AUTH: add x16, sp, #8
17 ; CHECK-AUTH: mov x17, x22
18 ; CHECK-AUTH: pacdb x17, x16
19 ; CHECK-AUTH: str x17, [sp, #8]
42 ; CHECK-AUTH: add x16, sp, #8
44 ; CHECK-AUTH: mov x17, x22
45 ; CHECK-AUTH: pacdb x17, x16
72 ; CHECK-AUTH: mov x17, x22
73 ; CHECK-AUTH: pacdb x17, x16
98 ; CHECK-AUTH: mov x17, x22
[all …]
/dports/security/pam_krb5-rh/pam_krb5-2.4.13/tests/001-pambasic/
H A Dstdout.expected7 AUTH 7 Authentication failure
12 AUTH 7 Authentication failure
17 AUTH 7 Authentication failure
22 AUTH 0 Success
30 AUTH 7 Authentication failure
35 AUTH 0 Success
41 AUTH 0 Success
47 AUTH 0 Success
55 AUTH 0 Success
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/data/
H A Dtest8796 SASL AUTH CRAM-MD5
7 SASL AUTH PLAIN
19 AUTH CRAM-MD5 PLAIN
20 REPLY "AUTH CRAM-MD5" + Rubbish
21 REPLY * -ERR AUTH exchange cancelled by client
22 REPLY "AUTH PLAIN" +
58 AUTH CRAM-MD5
60 AUTH PLAIN
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/data/
H A Dtest8796 SASL AUTH CRAM-MD5
7 SASL AUTH PLAIN
19 AUTH CRAM-MD5 PLAIN
20 REPLY "AUTH CRAM-MD5" + Rubbish
21 REPLY * -ERR AUTH exchange cancelled by client
22 REPLY "AUTH PLAIN" +
58 AUTH CRAM-MD5
60 AUTH PLAIN
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/data/
H A Dtest8796 SASL AUTH CRAM-MD5
7 SASL AUTH PLAIN
19 AUTH CRAM-MD5 PLAIN
20 REPLY "AUTH CRAM-MD5" + Rubbish
21 REPLY * -ERR AUTH exchange cancelled by client
22 REPLY "AUTH PLAIN" +
58 AUTH CRAM-MD5
60 AUTH PLAIN
H A Dtest8816 SASL AUTH DIGEST-MD5
7 SASL AUTH PLAIN
19 AUTH DIGEST-MD5 PLAIN
20 REPLY "AUTH DIGEST-MD5" + Rubbish
21 REPLY * -ERR AUTH exchange cancelled by client
22 REPLY "AUTH PLAIN" +
60 AUTH DIGEST-MD5
62 AUTH PLAIN

12345678910>>...137