1. 05 Jun, 2012 7 commits
  2. 04 Jun, 2012 16 commits
  3. 03 Jun, 2012 13 commits
  4. 02 Jun, 2012 4 commits
    • Steve Holme's avatar
      sasl.c: Fix to avoid warnings introduced in commit d9ca9e98 · 273e9afc
      Steve Holme authored
      Applied a fix to avoid warnings on systems where Curl_ntlm_sspi_cleanup()
      is just a nop.
      273e9afc
    • Steve Holme's avatar
      pop3.c:Corrected typo in commit 69ba0da8 · 9c7016f5
      Steve Holme authored
      9c7016f5
    • Steve Holme's avatar
      pop3: Fixed the issue of having to supply the user name for all requests · 69ba0da8
      Steve Holme authored
      Previously it wasn't possible to connect to POP3 and not specify the
      user name as a CURLE_ACCESS_DENIED error would be returned. This error
      occurred because USER would be sent to the server with a blank user name
      if no mailbox user was specified as the server would reply with -ERR.
      
      This wasn't a problem prior to the 7.26.0 release but with the
      introduction of custom commands the user and/or application developer
      might want to issue a CAPA command without having to log in as a
      specific mailbox user.
      
      Additionally this fix won't send the newly introduced AUTH command if no
      user name is specified.
      69ba0da8
    • Steve Holme's avatar
      pop3.c: Small code tidy up · 1fa2af51
      Steve Holme authored
      Corrected lines exceeding 78 characters.
      
      Repositioned some comments and added extra clarity.
      1fa2af51