aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-03Curl_sasl_create_plain_message: remove TABDaniel Stenberg
2012-06-03sasl: Small code tidy upSteve Holme
2012-06-03pop3.c: Added conditional compilation for NTLM function callsSteve Holme
2012-06-03sasl: Moved cram-md5 authentication message creation from smtp.cSteve Holme
2012-06-03pop3: Fixed an issue with changes introduced in commit c267c53017bcSteve Holme
2012-06-03sasl.c: Fix to avoid warnings introduced in commit d9ca9e9869e8Steve Holme
2012-06-02pop3.c:Corrected typo in commit 69ba0da8272dSteve Holme
2012-06-02pop3: Fixed the issue of having to supply the user name for all requestsSteve Holme
2012-06-02pop3.c: Small code tidy upSteve Holme
2012-06-02sasl: Corrected variable names in comments and parametersSteve Holme
2012-06-02pop3: Added support for sasl ntlm authenticationSteve Holme
2012-06-02sasl: Small comment style tidy up following ntlm commitSteve Holme
2012-06-02sasl: Moved ntlm authentication message handling from smtp.cSteve Holme
2012-06-01pop3: Added support for sasl login authenticationSteve Holme
2012-05-31sasl: Moved login authentication message creation from smtp.cSteve Holme
2012-05-31smtp.c: Reworked message encoding in smtp_state_authpasswd_resp()Steve Holme
2012-05-31smtp.c: Re-factored smtp_auth_login_user() for use with passwordsSteve Holme
2012-05-31pop3: Added support for sasl plain text authenticationSteve Holme
2012-05-30curl_ntlm_msgs.c: Corrected small spelling mistake in commentsSteve Holme
2012-05-30sasl: Moved plain text authentication message creation from smtp.cSteve Holme
2012-05-28pop3: Introduced the continue response in pop3_endofresp()Steve Holme
2012-05-28pop3: Changed response code from O and E to + and -Steve Holme
2012-05-28pop3: Small code tidy up following authentication work so farSteve Holme
2012-05-28nss: use human-readable error messages provided by NSSKamil Dudka
2012-05-27pop3: remove variable-not-used warningsDaniel Stenberg
2012-05-27pop3: Added support for SASL based authentication mechanism detectionSteve Holme
2012-05-27pop3: remove trailing whitespaceDaniel Stenberg
2012-05-27pop3: Code tidy up before the introduction of authentication codeSteve Holme
2012-05-27Try to detect OpenSSL build type automatically.Guenter Knauf
2012-05-25sasl: Re-factored auth-mechanism constants to be more genericSteve Holme
2012-05-25smtp: Moved auth-mechanism constants into a separate header fileSteve Holme
2012-05-25nss: avoid using explicit casts of code pointersKamil Dudka
2012-05-22smtp: Fixed an issue with the multi-interface always sending postdataSteve Holme
2012-05-22Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa
2012-05-22Updated dependency libary versions.Guenter Knauf
2012-05-17smtp: Fixed non-escaping of dot character at beginning of lineSteve Holme
2012-05-02MD5: OOM fixGokhan Sengun
2012-04-26Updated dependency lib versions.Guenter Knauf
2012-04-23URL parse: reject numerical IPv6 addresses outside bracketsDaniel Stenberg
2012-04-23Curl_MD5_init: fix OOM memory leakDaniel Stenberg
2012-04-23OpenSSL cert: provide more details when cert check failsGokhan Sengun
2012-04-23Revert "sspi: Added version information"Yang Tse
2012-04-23Revert "sspi - Small code tidy up"Yang Tse
2012-04-23Revert "Fixed 'extra tokens at end of #endif directive'."Yang Tse
2012-04-23Revert "Fixed 'Trailing whitespace' found by checksrc."Yang Tse
2012-04-23Revert "sspi: Code tidy up to remove unused variable."Yang Tse
2012-04-22sspi: Code tidy up to remove unused variable.Steve Holme
2012-04-22Fixed 'Trailing whitespace' found by checksrc.Guenter Knauf
2012-04-22Fixed 'extra tokens at end of #endif directive'.Guenter Knauf
2012-04-22sspi - Small code tidy upSteve Holme