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
338b6413
Commit
338b6413
authored
10 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
docs: Updated following the addition of SSPI based HTTP digest auth
parent
0a925d78
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/ROADMAP.md
+7
-9
7 additions, 9 deletions
docs/ROADMAP.md
docs/TODO
+0
-7
0 additions, 7 deletions
docs/TODO
docs/curl.1
+1
-1
1 addition, 1 deletion
docs/curl.1
docs/libcurl/curl_version_info.3
+1
-1
1 addition, 1 deletion
docs/libcurl/curl_version_info.3
with
9 additions
and
18 deletions
docs/ROADMAP.md
+
7
−
9
View file @
338b6413
...
...
@@ -22,28 +22,26 @@ New stuff - libcurl
`curl_formget()`
and
`curl_formfree()`
by adding replacement functions and
deprecating the old ones to allow custom mallocs and more
7.
HTTP Digest
authentication via
Windows SSPI
7.
SASL GSSAPI (Kerberos 5)
authentication via
a GSS-API library
8.
SASL GSSAPI (Kerberos 5) authentication via a GSS-API library
9.
add support for third-party SASL libraries such as Cyrus SASL - may need to
8.
add support for third-party SASL libraries such as Cyrus SASL - may need to
move existing native and SSPI based authentication into vsasl folder after
reworking HTTP and SASL code
10
.
SASL authentication in LDAP
9
.
SASL authentication in LDAP
1
1
.
Simplify the SMTP email interface so that programmers don't have to
1
0
.
Simplify the SMTP email interface so that programmers don't have to
construct the body of an email that contains all the headers, alternative
content, images and attachments - maintain raw interface so that
programmers that want to do this can
1
2
.
Allow the email protocols to return the capabilities before
1
1
.
Allow the email protocols to return the capabilities before
authenticating. This will allow an application to decide on the best
authentication mechanism
1
3
.
Allow Windows threading model to be replaced by Win32 pthreads port
1
2
.
Allow Windows threading model to be replaced by Win32 pthreads port
1
4
.
Implement a dynamic buffer size to allow SFTP to use much larger buffers
1
3
.
Implement a dynamic buffer size to allow SFTP to use much larger buffers
and possibly allow the size to be customizable by applications. Use less
memory when handles are not in use?
...
...
This diff is collapsed.
Click to expand it.
docs/TODO
+
0
−
7
View file @
338b6413
...
...
@@ -42,7 +42,6 @@
5.3 Rearrange request header order
5.4 SPDY
5.5 auth= in URLs
5.6 Digest via Windows SSPI
6. TELNET
6.1 ditch stdin
...
...
@@ -314,12 +313,6 @@ This is not detailed in any FTP specification.
Additionally this should be implemented for proxy base URLs as well.
5.6 Digest via Windows SSPI
libcurl already supports HTTP Digest Authentication via native routines as well
as SASL Digest via both Windows SSPI and native routines. In addition to this
libcurl should also support HTTP Digest Authentication via Windows SSPI.
6. TELNET
6.1 ditch stdin
...
...
This diff is collapsed.
Click to expand it.
docs/curl.1
+
1
−
1
View file @
338b6413
...
...
@@ -1684,7 +1684,7 @@ Principal Name) formats. For example, EXAMPLE\\user and user@example.com
respectively.
If you use a Windows SSPI-enabled curl binary and perform Kerberos V5,
Negotiate, NTLM or D
IGEST-MD5
authentication then you can tell curl to select
Negotiate, NTLM or D
igest
authentication then you can tell curl to select
the user name and password from your environment by specifying a single colon
with this option: "-u :".
...
...
This diff is collapsed.
Click to expand it.
docs/libcurl/curl_version_info.3
+
1
−
1
View file @
338b6413
...
...
@@ -125,7 +125,7 @@ letters. (Added in 7.12.0)
.IP CURL_VERSION_SSPI
libcurl was built with support for SSPI. This is only available on Windows and
makes libcurl use Windows-provided functions for Kerberos, NTLM, SPNEGO and
SASL DIGEST-MD5
authentication. It also allows libcurl to use the current user
Digest
authentication. It also allows libcurl to use the current user
credentials without the app having to pass them on. (Added in 7.13.2)
.IP CURL_VERSION_GSSAPI
libcurl was built with support for GSS-API. This makes libcurl use provided
...
...
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