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
f660fc44
Commit
f660fc44
authored
12 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
TODO: Added graceful base64 decoding failure to SMTP and POP3
parent
5d4e12bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/TODO
+16
-0
16 additions, 0 deletions
docs/TODO
with
16 additions
and
0 deletions
docs/TODO
+
16
−
0
View file @
f660fc44
...
...
@@ -64,10 +64,12 @@
9.1 Specify the preferred authentication mechanism
9.2 Initial response
9.3 Pipelining
9.4 Graceful base64 decoding failure
10. POP3
10.1 auth= in URLs
10.2 Initial response
10.3 Graceful base64 decoding failure
11. LDAP
11.1 SASL based authentication mechanisms
...
...
@@ -383,6 +385,13 @@ to provide the data to send.
Add support for pipelining emails.
9.4 Graceful base64 decoding failure
Rather than shutting down the session and returning an error when the
decoding of a base64 encoded authentication response fails, we should
gracefully shutdown the authentication process by sending a * response to the
server as per RFC4954.
10. POP3
10.1 auth= in URLs
...
...
@@ -395,6 +404,13 @@ to provide the data to send.
Add the ability for the user to specify whether the initial response is
included in the AUTH command as per RFC5034.
10.3 Graceful base64 decoding failure
Rather than shutting down the session and returning an error when the
decoding of a base64 encoded authentication response fails, we should
gracefully shutdown the authentication process by sending a * response to the
server as per RFC5034.
11. LDAP
11.1 SASL based authentication mechanisms
...
...
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