Patrick Monnerat
|
79543caf90
SASL: common state engine for imap/pop3/smtp
|
9 years ago |
Patrick Monnerat
|
e1ea18f90e
SASL: common URL option and auth capabilities decoders for all protocols
|
9 years ago |
Patrick Monnerat
|
5f09cbcdbd
IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.
|
9 years ago |
Patrick Monnerat
|
9081014c2c
IPV6: address scope != scope id
|
10 years ago |
Michael Osipov
|
9f10e45e42
kerberos: Use symbol qualified with _KERBEROS5
|
10 years ago |
Steve Holme
|
b6821dbb91
sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used
|
10 years ago |
Daniel Stenberg
|
ea6c5f03a5
pop3_perform_authentication: fix memory leak
|
10 years ago |
Brandon Casey
|
6beb0eeea1
Ensure progress.size_dl/progress.size_ul are always >= 0
|
10 years ago |
Steve Holme
|
03f368d94c
pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI
|
10 years ago |
Steve Holme
|
472d1d8e05
email: Introduced the GSSAPI states
|
10 years ago |
Daniel Stenberg
|
df13f8e8c2
bits.close: introduce connection close tracking
|
10 years ago |
Daniel Stenberg
|
710f14edba
handler: make 'protocol' always specified as a single bit
|
10 years ago |
Steve Holme
|
3a92de5636
sasl: Combined DIGEST-MD5 message decoding and generation
|
10 years ago |
Steve Holme
|
0c762f1c92
pop3: Fixed auth preference not being honored when CAPA not supported
|
11 years ago |
Steve Holme
|
6f2d5f0562
pop3: Fixed APOP being determined by CAPA response rather than by timestamp
|
11 years ago |
Steve Holme
|
cf2051764c
email: Fixed segfault introduced in commit 195b63f99c2fe3
|
11 years ago |
Daniel Stenberg
|
3ce2a3991b
code police: fix indent level to silence checksrc complaints
|
11 years ago |
Steve Holme
|
195b63f99c
email: Extended the login options to support multiple auth mechanisms
|
11 years ago |
Steve Holme
|
ca4506b46a
Revert "pop3: Added debug information to assist with test864 failure"
|
11 years ago |
Steve Holme
|
727d798d68
pop3: Added debug information to assist with test864 failure
|
11 years ago |
Steve Holme
|
812c5ace75
pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795
|
11 years ago |
Daniel Stenberg
|
11e8066ef9
vtls: renamed sslgen.[ch] to vtls.[ch]
|
11 years ago |
Daniel Stenberg
|
eccf4fb7ee
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
|
11 years ago |
Steve Holme
|
9f260b5d66
pop3: Fixed selection of APOP when server replies with an invalid timestamp
|
11 years ago |
Steve Holme
|
0452976711
pop3: Fixed processing of more than one response when sent in same packet
|
11 years ago |
Steve Holme
|
94d820b4cb
pop3: Moved CAPA response handling to pop3_state_capa_resp()
|
11 years ago |
Steve Holme
|
1cfb436a2f
pop3: Moved APOP detection into pop3_state_servergreet_resp()
|
11 years ago |
Steve Holme
|
48043f87b6
imap/pop3/smtp: Added support for SASL authentication downgrades
|
11 years ago |
Steve Holme
|
c93bd31336
pop3: Moved the calculation of SASL login details into a separate function
|
11 years ago |
Steve Holme
|
367648d24a
pop3: Moved the sending of the AUTH command into a separate function
|
11 years ago |