]> granicus.if.org Git - curl/commit
smtp.c: Re-factored smtp_auth_login_user() for use with passwords
authorSteve Holme <steve_holme@hotmail.com>
Thu, 31 May 2012 21:49:14 +0000 (22:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 31 May 2012 21:49:14 +0000 (22:49 +0100)
commitf86432b119a73cef751c9d217b73bc63aed2b5d7
tree58d1189341c8d50d8e1b1835fe8f73fa7c9e1dc1
parent2c6d32b864d5bdf7979c22b7b37818e54e6207d8
smtp.c: Re-factored smtp_auth_login_user() for use with passwords

In preparation for moving to the SASL module re-factored the
smtp_auth_login_user() function to smtp_auth_login() so that it can be
used for both user names and passwords as sending both of these under
the login authentication mechanism is the same.
lib/smtp.c