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
d54b551f
Commit
d54b551f
authored
10 years ago
by
Michael Osipov
Committed by
Steve Holme
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: Use consistent naming for Kerberos
parent
2e05db34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/INTERNALS
+1
-1
1 addition, 1 deletion
docs/INTERNALS
docs/libcurl/libcurl-tutorial.3
+3
-3
3 additions, 3 deletions
docs/libcurl/libcurl-tutorial.3
lib/urldata.h
+2
-2
2 additions, 2 deletions
lib/urldata.h
packages/vms/build_vms.com
+1
-1
1 addition, 1 deletion
packages/vms/build_vms.com
with
7 additions
and
7 deletions
docs/INTERNALS
+
1
−
1
View file @
d54b551f
...
@@ -42,7 +42,7 @@ Portability
...
@@ -42,7 +42,7 @@ Portability
libidn 0.4.1
libidn 0.4.1
cyassl 2.0.0
cyassl 2.0.0
openldap 2.0
openldap 2.0
MIT
krb5 lib
1.2.4
MIT
Kerberos
1.2.4
GSKit V5R3M0
GSKit V5R3M0
NSS 3.14.x
NSS 3.14.x
axTLS 1.2.7
axTLS 1.2.7
...
...
This diff is collapsed.
Click to expand it.
docs/libcurl/libcurl-tutorial.3
+
3
−
3
View file @
d54b551f
...
@@ -1129,9 +1129,9 @@ analyzer tool and eavesdrop on your passwords. Don't let the fact that HTTP
...
@@ -1129,9 +1129,9 @@ analyzer tool and eavesdrop on your passwords. Don't let the fact that HTTP
Basic uses base64 encoded passwords fool you. They may not look readable at a
Basic uses base64 encoded passwords fool you. They may not look readable at a
first glance, but they very easily "deciphered" by anyone within seconds.
first glance, but they very easily "deciphered" by anyone within seconds.
To avoid this problem, use
HTTP
authentication me
thods
or other protocol
s
that
To avoid this problem, use
an
authentication me
chanism
or other protocol that
don't let snoopers see your password:
HTTP with Digest, NTLM or GSS
do
es
n't let snoopers see your password:
Digest, CRAM-MD5, Kerberos, SPNEGO or
authentication, HTTPS, FTPS, SCP
, SFTP
and FTP
-Kerberos
are a few examples.
NTLM
authentication, HTTPS, FTPS, SCP and
S
FTP are a few examples.
.IP "Redirects"
.IP "Redirects"
The \fICURLOPT_FOLLOWLOCATION(3)\fP option automatically follows HTTP
The \fICURLOPT_FOLLOWLOCATION(3)\fP option automatically follows HTTP
...
...
This diff is collapsed.
Click to expand it.
lib/urldata.h
+
2
−
2
View file @
d54b551f
...
@@ -973,7 +973,7 @@ struct connectdata {
...
@@ -973,7 +973,7 @@ struct connectdata {
char
*
te
;
/* TE: request header */
char
*
te
;
/* TE: request header */
}
allocptr
;
}
allocptr
;
int
sec_complete
;
/* if
k
erberos is enabled for this connection */
int
sec_complete
;
/* if
K
erberos is enabled for this connection */
#ifdef HAVE_GSSAPI
#ifdef HAVE_GSSAPI
enum
protection_level
command_prot
;
enum
protection_level
command_prot
;
enum
protection_level
data_prot
;
enum
protection_level
data_prot
;
...
@@ -1573,7 +1573,7 @@ struct UserDefined {
...
@@ -1573,7 +1573,7 @@ struct UserDefined {
enum
CURL_NETRC_OPTION
enum
CURL_NETRC_OPTION
use_netrc
;
/* defined in include/curl.h */
use_netrc
;
/* defined in include/curl.h */
bool
verbose
;
/* output verbosity */
bool
verbose
;
/* output verbosity */
bool
krb
;
/*
k
erberos connection requested */
bool
krb
;
/*
K
erberos connection requested */
bool
reuse_forbid
;
/* forbidden to be reused, close after use */
bool
reuse_forbid
;
/* forbidden to be reused, close after use */
bool
reuse_fresh
;
/* do not re-use an existing connection */
bool
reuse_fresh
;
/* do not re-use an existing connection */
bool
ftp_use_epsv
;
/* if EPSV is to be attempted or not */
bool
ftp_use_epsv
;
/* if EPSV is to be attempted or not */
...
...
This diff is collapsed.
Click to expand it.
packages/vms/build_vms.com
+
1
−
1
View file @
d54b551f
...
@@ -40,7 +40,7 @@ $! VAX must always use DFLOAT
...
@@ -40,7 +40,7 @@ $! VAX must always use DFLOAT
$! NOLARGE Disable large-file support if large file support available.
$! NOLARGE Disable large-file support if large file support available.
$! (Non-VAX, VMS >= V7.2.)
$! (Non-VAX, VMS >= V7.2.)
$! NOLDAP Disable LDAP support if LDAP is available.
$! NOLDAP Disable LDAP support if LDAP is available.
$! NOKERBEROS Disable Kerberos support if Kerberos is available.
$! NOKERBEROS Disable Kerberos support if Kerberos is
not
available.
$! LIST Create C compiler listings and linker maps.
$! LIST Create C compiler listings and linker maps.
$! /list/show=(expan,includ)/machine
$! /list/show=(expan,includ)/machine
$! FULLLIST Full detailed listing.
$! FULLLIST Full detailed listing.
...
...
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