aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/smtp
AgeCommit message (Collapse)AuthorFilesLines
2014-06-05upas: fix nil pointer dereferenceDavid du Colombier1-2/+2
R=rsc https://codereview.appspot.com/92650043
2014-05-15upas: fix warningsDavid du Colombier1-2/+2
smtp.c:232: warning: comparison with string literal results in unspecified behavior smtp.c:244: warning: comparison with string literal results in unspecified behavior marshal.c:1179: warning: variable ‘err’ set but not used LGTM=rsc R=rsc https://codereview.appspot.com/93290043
2011-08-31upas/smtp: fixes for authenticated connectionsRichard Miller2-2/+3
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
2007-11-27upas/smtp: remove intermediate filesRuss Cox2-1285/+0
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc5-8/+8
2006-03-20update lucidarsc1-2/+3
2006-03-03cleanuprsc1-1/+1
2006-02-25oopsrsc1-1/+5
2006-02-12more changesrsc5-287/+129
2006-02-12more changesrsc4-6/+13
2006-02-11various cleanuprsc6-35/+59
2005-10-29Thanks to John Cummings.rsc14-0/+6533