Age | Commit message (Expand) | Author |
2012-06-04 | pop3: Post authentication code tidy up | Steve Holme |
2012-06-04 | pop3: Added support for sasl digest-md5 authentication | Steve Holme |
2012-06-04 | sasl: add reference for curl_sasl | Yang Tse |
2012-06-04 | Makefile.inc: tab adjustment | Yang Tse |
2012-06-04 | pop3 tests: CAPA instead of AUTH | Daniel Stenberg |
2012-06-04 | sasl: Added service parameter to Curl_sasl_create_digest_md5_message() | Steve Holme |
2012-06-04 | tests 1356 to 1363: several -O -J -i -D combinations with FTP protocol | Yang Tse |
2012-06-04 | tests: Updated pop3 tests for change in auth mechanism detection | Steve Holme |
2012-06-04 | pop3: Changed the sasl mechanism detection from auth to capa | Steve Holme |
2012-06-04 | curl_easy_setopt.3: proto updates + cleanups | Daniel Stenberg |
2012-06-04 | tests 1348 to 1355: several -O -J -i -D combinations with FTP protocol | Yang Tse |
2012-06-04 | tests 1346 to 1347: several -O -J -i -D combinations with HTTP protocol | Yang Tse |
2012-06-04 | sasl: Small code tidy up | Steve Holme |
2012-06-04 | sasl: Moved digest-md5 authentication message creation from smtp.c | Steve Holme |
2012-06-04 | sasl: Small code tidy up before moving digest-md5 over | Steve Holme |
2012-06-03 | RELEASE-NOTES: Added missing addition of sasl login support | Steve Holme |
2012-06-03 | pop3: Added support for sasl cram-md5 authentication | Steve Holme |
2012-06-03 | Curl_sasl_create_plain_message: remove TAB | Daniel Stenberg |
2012-06-03 | sasl: Small code tidy up | Steve Holme |
2012-06-03 | pop3.c: Added conditional compilation for NTLM function calls | Steve Holme |
2012-06-03 | sasl: Moved cram-md5 authentication message creation from smtp.c | Steve Holme |
2012-06-03 | pop3: Fixed an issue with changes introduced in commit c267c53017bc | Steve Holme |
2012-06-03 | version: bump to 7.27.0 for next release | Daniel Stenberg |
2012-06-03 | RELEASE-NOTES: synced with c4e3578e4bf | Daniel Stenberg |
2012-06-03 | THANKS: 16 new contributors from the 7.26.0 release | Daniel Stenberg |
2012-06-03 | DOCS: Fixed list in Section 18.2 not displaying correctly on web site | Steve Holme |
2012-06-03 | DOCS: Corrected missed heading renumbering from commit 530675a1ad7 | Steve Holme |
2012-06-03 | DOCS: Added IMAP and LDAP sections | Steve Holme |
2012-06-03 | sasl.c: Fix to avoid warnings introduced in commit d9ca9e9869e8 | Steve Holme |
2012-06-02 | pop3.c:Corrected typo in commit 69ba0da8272d | Steve Holme |
2012-06-02 | pop3: Fixed the issue of having to supply the user name for all requests | Steve Holme |
2012-06-02 | pop3.c: Small code tidy up | Steve Holme |
2012-06-02 | sasl: Corrected variable names in comments and parameters | Steve Holme |
2012-06-02 | pop3: Added support for sasl ntlm authentication | Steve Holme |
2012-06-02 | sasl: Small comment style tidy up following ntlm commit | Steve Holme |
2012-06-02 | sasl: Moved ntlm authentication message handling from smtp.c | Steve Holme |
2012-06-01 | pop3: Added support for sasl login authentication | Steve Holme |
2012-06-01 | tests 1334 to 1345: several -O -J -i -D combinations with HTTP protocol | Yang Tse |
2012-06-01 | tests: support test definitions with up to 5 file checks in <verify> section | Yang Tse |
2012-05-31 | sasl: Moved login authentication message creation from smtp.c | Steve Holme |
2012-05-31 | smtp.c: Reworked message encoding in smtp_state_authpasswd_resp() | Steve Holme |
2012-05-31 | smtp.c: Re-factored smtp_auth_login_user() for use with passwords | Steve Holme |
2012-05-31 | pop3: Added support for sasl plain text authentication | Steve Holme |
2012-05-30 | curl_ntlm_msgs.c: Corrected small spelling mistake in comments | Steve Holme |
2012-05-30 | sasl: Moved plain text authentication message creation from smtp.c | Steve Holme |
2012-05-30 | configure: fix LDAPS disabling related misplaced closing parenthesis | Yang Tse |
2012-05-30 | pop3 test server: allow pop3 test server verification to succeed again | Yang Tse |
2012-05-28 | pop3: Introduced the continue response in pop3_endofresp() | Steve Holme |
2012-05-28 | pop3: Changed response code from O and E to + and - | Steve Holme |
2012-05-28 | pop3: Small code tidy up following authentication work so far | Steve Holme |