Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-14 | upas/smtp: fix TLS connections (#163) | Zach Scott | 1 | -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-31 | upas/smtp: fixes for authenticated connections | Richard Miller | 1 | -0/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4967049 | |||||
2011-06-02 | upas/smtp: remove reference to /net in mxdial | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108 | |||||
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -1/+1 | |
2006-03-03 | cleanup | rsc | 1 | -1/+1 | |
2006-02-25 | oops | rsc | 1 | -1/+5 | |
2006-02-12 | more changes | rsc | 1 | -145/+28 | |
2006-02-12 | more changes | rsc | 1 | -3/+5 | |
2006-02-11 | various cleanup | rsc | 1 | -3/+15 | |
2005-10-29 | Thanks to John Cummings. | rsc | 1 | -0/+333 | |