]> granicus.if.org Git - curl/commit
Implement SMTP authentication
authormonnerat <pm@datasphere.ch>
Mon, 19 Apr 2010 09:16:30 +0000 (11:16 +0200)
committermonnerat <pm@datasphere.ch>
Mon, 19 Apr 2010 09:16:30 +0000 (11:16 +0200)
commit4bfe07640c93f8dfd3af4bb76c8346ef4a129cc8
treead0163b0560ab8fb593b7f98a6c53822a57d08a4
parentc5e539c312af011e312bd82a9fef6c2c44061ca9
Implement SMTP authentication
15 files changed:
docs/RESOURCES
lib/Makefile.inc
lib/curl_hmac.h [new file with mode: 0644]
lib/curl_md5.h
lib/hmac.c [new file with mode: 0644]
lib/md5.c
lib/smtp.c
lib/smtp.h
packages/OS400/os400sys.c
tests/data/Makefile.am
tests/data/test805 [new file with mode: 0644]
tests/data/test806 [new file with mode: 0644]
tests/data/test807 [new file with mode: 0644]
tests/ftpserver.pl
tests/runtests.pl