aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/smtp/mxdial.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-4/+4
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2018-11-14upas/smtp: fix TLS connections (#163)Zach Scott1-0/+48
Both `upas/nfs` and `upas/smtp` call the currently broken `tlsClient()` from libsec. This commit copies a fix from upas/nfs into upas/smtp. In `imapdial()`, upas/nfs replaces a process call for tlsClient with `stunnel3` when not on Plan 9. upas/smtp calls tlsClient directly as a function, so imapdial was copied into mxdial.c as `smtpdial()`, and tlsClient+dial replaced with a call to smtpdial.
2011-08-31upas/smtp: fixes for authenticated connectionsRichard Miller1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4967049
2011-06-02upas/smtp: remove reference to /net in mxdialDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2006-03-03cleanuprsc1-1/+1
2006-02-25oopsrsc1-1/+5
2006-02-12more changesrsc1-145/+28
2006-02-12more changesrsc1-3/+5
2006-02-11various cleanuprsc1-3/+15
2005-10-29Thanks to John Cummings.rsc1-0/+333