1. 10 Jun, 2012 2 commits
  2. 09 Jun, 2012 9 commits
  3. 08 Jun, 2012 8 commits
  4. 07 Jun, 2012 7 commits
  5. 06 Jun, 2012 5 commits
  6. 05 Jun, 2012 7 commits
  7. 04 Jun, 2012 2 commits
    • Steve Holme's avatar
      sasl: Renamed Curl_sasl_decode_ntlm_type2_message() · 64510fe9
      Steve Holme authored
      For consistency with other SASL based functions renamed this function
      to Curl_sasl_create_ntlm_type3_message() which better describes its
      usage.
      64510fe9
    • Steve Holme's avatar
      pop3: Post authentication code tidy up · 38dfe525
      Steve Holme authored
      Corrected lines longer than 78 characters.
      
      Changed POP3_AUTH_FINAL to POP3_AUTH to match SMTP code now that the
      AUTH command is no longer sent on its own.
      
      Introduced some comments in data sending functions.
      
      Another attempt at trying to rational code and comment style.
      38dfe525