Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
884df3a5
Commit
884df3a5
authored
10 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
sasl_gssapi: Enable USE_KERBEROS5 for GSS-API based builds
parent
86b88948
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/curl_sasl_gssapi.c
+2
-2
2 additions, 2 deletions
lib/curl_sasl_gssapi.c
lib/curl_setup.h
+2
-1
2 additions, 1 deletion
lib/curl_setup.h
lib/version.c
+0
-1
0 additions, 1 deletion
lib/version.c
with
4 additions
and
4 deletions
lib/curl_sasl_gssapi.c
+
2
−
2
View file @
884df3a5
...
...
@@ -24,7 +24,7 @@
#include
"curl_setup.h"
#if defined(HAVE_GSSAPI) && defined(USE_KRB5)
#if defined(HAVE_GSSAPI) && defined(USE_K
E
RB
EROS
5)
#include
<curl/curl.h>
...
...
@@ -116,4 +116,4 @@ void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5)
(
void
)
krb5
;
}
#endif
/* HAVE_GSSAPI && USE_KRB5 */
#endif
/* HAVE_GSSAPI && USE_K
E
RB
EROS
5 */
This diff is collapsed.
Click to expand it.
lib/curl_setup.h
+
2
−
1
View file @
884df3a5
...
...
@@ -615,7 +615,8 @@ int netware_init(void);
#endif
/* Single point where USE_KERBEROS5 definition might be defined */
#if !defined(CURL_DISABLE_CRYPTO_AUTH) && defined(USE_WINDOWS_SSPI)
#if !defined(CURL_DISABLE_CRYPTO_AUTH) && \
(defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI))
#define USE_KERBEROS5
#endif
...
...
This diff is collapsed.
Click to expand it.
lib/version.c
+
0
−
1
View file @
884df3a5
...
...
@@ -265,7 +265,6 @@ static curl_version_info_data version_info = {
|
CURL_VERSION_KERBEROS5
#endif
#ifdef HAVE_GSSAPI
|
CURL_VERSION_KERBEROS5
/* Remove when SASL Kerberos V5 support added */
|
CURL_VERSION_GSSAPI
#endif
#ifdef USE_WINDOWS_SSPI
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment