Commits


Trivial changes: whitespace and modes. 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>


upas/smtp: fix TLS connections (#163) 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.


upas/smtp: fixes for authenticated connections R=rsc CC=plan9port.codebot http://codereview.appspot.com/4967049


upas/smtp: remove reference to /net in mxdial R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108


Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.


cleanup


oops


more changes


more changes


various cleanup


Thanks to John Cummings.