/third_party/curl/lib/vauth/ |
D | krb5_sspi.c | 96 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 …]
|
D | krb5_gssapi.c | 85 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 …]
|
D | vauth.h | 191 struct kerberos5data *krb5, 198 struct kerberos5data *krb5, 202 void Curl_auth_cleanup_gssapi(struct kerberos5data *krb5);
|
/third_party/openssl/ |
D | .gitmodules | 9 [submodule "krb5"] 10 path = krb5 11 url = https://github.com/krb5/krb5
|
D | .gitattributes | 11 krb5 export-ignore
|
/third_party/openssl/test/ |
D | README.external | 102 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/ |
D | test2056 | 6 HTTP Negotiate auth (stub krb5) 38 HTTP Negotiate authentication (stub krb5)
|
/third_party/libsoup/ |
D | meson_options.txt | 10 …description : 'Where to look for krb5-config, path points to krb5-config installation (defaultly l…
|
D | meson.build | 304 krb5_config_path = 'krb5-config'
|
/third_party/curl/lib/ |
D | curl_sasl.c | 93 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()
|
D | Makefile.inc | 163 krb5.c \
|
D | urldata.h | 1053 struct kerberos5data krb5; /* variables into the structure definition, */ member
|
/third_party/openssl/test/recipes/95-test_external_krb5_data/ |
D | krb5.sh | 14 cd $SRCTOP/krb5/src
|
/third_party/curl/CMake/ |
D | FindGSS.cmake | 38 set(_MIT_MODNAME mit-krb5-gssapi) 64 "krb5-config" 76 "krb5-config"
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.33.txt | 50 Added Heimdal and MIT krb5 extensions to the com_err library to make
|
/third_party/curl/ |
D | BUILD.gn | 83 "//third_party/curl/lib/krb5.c",
|
D | configure.ac | 1670 : ${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/ |
D | android.config | 20 # used to fix build issues on such systems (krb5.h not found).
|
D | defconfig | 20 # used to fix build issues on such systems (krb5.h not found).
|
D | .config | 20 # used to fix build issues on such systems (krb5.h not found).
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | android.config | 20 # used to fix build issues on such systems (krb5.h not found).
|
D | defconfig | 20 # used to fix build issues on such systems (krb5.h not found).
|
D | .config | 20 # used to fix build issues on such systems (krb5.h not found).
|
/third_party/curl/docs/ |
D | INTERNALS.md | 328 Kerberos support is mainly in `lib/krb5.c` but also `curl_sasl_sspi.c` and
|
/third_party/FreeBSD/ |
D | UPDATING | 1812 The behavior of gss_pseudo_random() for the krb5 mechanism
|