Home
last modified time | relevance | path

Searched refs:krb5 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/curl/lib/vauth/
Dkrb5_sspi.c96 struct kerberos5data *krb5, in Curl_auth_create_gssapi_user_message() argument
110 if(!krb5->spn) { in Curl_auth_create_gssapi_user_message()
112 krb5->spn = Curl_auth_build_spn(service, host, NULL); in Curl_auth_create_gssapi_user_message()
113 if(!krb5->spn) in Curl_auth_create_gssapi_user_message()
117 if(!krb5->output_token) { in Curl_auth_create_gssapi_user_message()
127 krb5->token_max = SecurityPackage->cbMaxToken; in Curl_auth_create_gssapi_user_message()
133 krb5->output_token = malloc(krb5->token_max); in Curl_auth_create_gssapi_user_message()
134 if(!krb5->output_token) in Curl_auth_create_gssapi_user_message()
138 if(!krb5->credentials) { in Curl_auth_create_gssapi_user_message()
142 result = Curl_create_sspi_identity(userp, passwdp, &krb5->identity); in Curl_auth_create_gssapi_user_message()
[all …]
Dkrb5_gssapi.c85 struct kerberos5data *krb5, in Curl_auth_create_gssapi_user_message() argument
99 if(!krb5->spn) { in Curl_auth_create_gssapi_user_message()
111 GSS_C_NT_HOSTBASED_SERVICE, &krb5->spn); in Curl_auth_create_gssapi_user_message()
135 &krb5->context, in Curl_auth_create_gssapi_user_message()
136 krb5->spn, in Curl_auth_create_gssapi_user_message()
181 struct kerberos5data *krb5, in Curl_auth_create_gssapi_security_message() argument
207 major_status = gss_inquire_context(&minor_status, krb5->context, in Curl_auth_create_gssapi_security_message()
230 major_status = gss_unwrap(&minor_status, krb5->context, &input_token, in Curl_auth_create_gssapi_security_message()
295 major_status = gss_wrap(&minor_status, krb5->context, 0, in Curl_auth_create_gssapi_security_message()
326 void Curl_auth_cleanup_gssapi(struct kerberos5data *krb5) in Curl_auth_cleanup_gssapi() argument
[all …]
Dvauth.h191 struct kerberos5data *krb5,
198 struct kerberos5data *krb5,
202 void Curl_auth_cleanup_gssapi(struct kerberos5data *krb5);
/third_party/openssl/
D.gitmodules9 [submodule "krb5"]
10 path = krb5
11 url = https://github.com/krb5/krb5
D.gitattributes11 krb5 export-ignore
/third_party/openssl/test/
DREADME.external102 krb5 test suite
105 Much like the PYCA/Cryptography test suite, this builds and runs the krb5
108 You will need a git checkout of krb5 at the top level:
110 $ git clone https://github.com/krb5/krb5
112 krb5's master has to pass this same CI, but a known-good version is
113 krb5-1.15.1-final if you want to be sure.
115 $ cd krb5
116 $ git checkout krb5-1.15.1-final
124 krb5's tests will then be run as part of the rest of the suite, or can be
132 krb5 will automatically adapt its test suite to account for the configuration
/third_party/curl/tests/data/
Dtest20566 HTTP Negotiate auth (stub krb5)
38 HTTP Negotiate authentication (stub krb5)
/third_party/libsoup/
Dmeson_options.txt10 …description : 'Where to look for krb5-config, path points to krb5-config installation (defaultly l…
Dmeson.build304 krb5_config_path = 'krb5-config'
/third_party/curl/lib/
Dcurl_sasl.c93 Curl_auth_cleanup_gssapi(&conn->krb5); in Curl_sasl_cleanup()
365 NULL, &conn->krb5, in Curl_sasl_start()
613 &conn->krb5, in Curl_sasl_continue()
627 &conn->krb5, in Curl_sasl_continue()
634 &conn->krb5, in Curl_sasl_continue()
643 &conn->krb5, in Curl_sasl_continue()
DMakefile.inc163 krb5.c \
Durldata.h1053 struct kerberos5data krb5; /* variables into the structure definition, */ member
/third_party/openssl/test/recipes/95-test_external_krb5_data/
Dkrb5.sh14 cd $SRCTOP/krb5/src
/third_party/curl/CMake/
DFindGSS.cmake38 set(_MIT_MODNAME mit-krb5-gssapi)
64 "krb5-config"
76 "krb5-config"
/third_party/e2fsprogs/doc/RelNotes/
Dv1.33.txt50 Added Heimdal and MIT krb5 extensions to the com_err library to make
/third_party/curl/
DBUILD.gn83 "//third_party/curl/lib/krb5.c",
Dconfigure.ac1670 : ${KRB5CONFIG:="$GSSAPI_ROOT/bin/krb5-config"}
1678 if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
1679 GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
1766 if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
1767 dnl krb5-config doesn't have --libs-only-L or similar, put everything
1769 gss_libs=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --libs gssapi`
1772 dnl krb5-config doesn't have --libs-only-L or similar, put everything
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dandroid.config20 # used to fix build issues on such systems (krb5.h not found).
Ddefconfig20 # used to fix build issues on such systems (krb5.h not found).
D.config20 # used to fix build issues on such systems (krb5.h not found).
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dandroid.config20 # used to fix build issues on such systems (krb5.h not found).
Ddefconfig20 # used to fix build issues on such systems (krb5.h not found).
D.config20 # used to fix build issues on such systems (krb5.h not found).
/third_party/curl/docs/
DINTERNALS.md328 Kerberos support is mainly in `lib/krb5.c` but also `curl_sasl_sspi.c` and
/third_party/FreeBSD/
DUPDATING1812 The behavior of gss_pseudo_random() for the krb5 mechanism

12