Age | Commit message (Expand) | Author |
2012-06-11 | curl_ntlm_msgs.c: Fixed passwdlen not being used and recalculated | Marc Hoersken |
2012-06-10 | Curl_pgrsDone: return int and acknowledge return code | Daniel Stenberg |
2012-06-09 | smtp.c: Removed unused variable | Steve Holme |
2012-06-09 | smtp: Post apop feature code tidy up | Steve Holme |
2012-06-09 | pop3: Post apop feature code tidy up | Steve Holme |
2012-06-09 | pop3: Added support for apop authentication | Steve Holme |
2012-06-09 | pop3: Enhanced the extended authentication mechanism detection | Steve Holme |
2012-06-09 | pop3.c: Fixed length of SASL check | Steve Holme |
2012-06-09 | OpenSSL: support longer certificate subject names | Daniel Stenberg |
2012-06-08 | ssl: fix duplicated SSL handshake with multi interface and proxy | Kamil Dudka |
2012-06-08 | openldap: OOM fixes | Daniel Stenberg |
2012-06-08 | sasl: Re-factored mechanism constants in preparation for APOP work | Steve Holme |
2012-06-07 | smtp.c: Re-factored the smtp_state_*_resp() functions | Steve Holme |
2012-06-06 | smtp: Re-factored the SMTP_AUTH* state machine constants | Steve Holme |
2012-06-05 | smtp.c: Removed whitespace | Steve Holme |
2012-06-05 | pop3: Another small code tidy up | Steve Holme |
2012-06-05 | smtp: Post authentication code tidy up | Steve Holme |
2012-06-05 | email: Removed duplicated header file | Steve Holme |
2012-06-04 | sasl: Renamed Curl_sasl_decode_ntlm_type2_message() | Steve Holme |
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 | sasl: Added service parameter to Curl_sasl_create_digest_md5_message() | Steve Holme |
2012-06-04 | pop3: Changed the sasl mechanism detection from auth to capa | Steve Holme |
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 | 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 | 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-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-28 | pop3: Introduced the continue response in pop3_endofresp() | Steve Holme |