32988 | 12-Dec-1987 |
bostic |
dn_skip -> dn_skipname |
32515 | 22-Oct-1987 |
bostic |
ANSI C; sprintf now returns an int. |
31953 | 27-Jul-1987 |
bostic |
checked in for eric; new message |
31952 | 27-Jul-1987 |
bostic |
bug report 4.3BSD/usr.lib/50; fix user@[a.b.c.d] |
30669 | 24-Mar-1987 |
bostic |
always uses local time |
30653 | 18-Mar-1987 |
bostic |
removed timezone call; tm structure now has zone entry. |
30449 | 03-Feb-1987 |
eric |
do it right |
30448 | 03-Feb-1987 |
eric |
pass sending hostname correctly back via the $s macro (broken sometime earlier); hack around some name server changes |
30304 | 17-Dec-1986 |
eric |
fix stupid botch -- reversed condition |
30303 | 17-Dec-1986 |
eric |
hack around compiler bug that gets confused on isascii |
30302 | 17-Dec-1986 |
eric |
delete unneeded #include <ctype.h> |
29915 | 23-Oct-1986 |
eric |
set QBADADDR on illegal cases -- such as sending directly to files |
29914 | 23-Oct-1986 |
eric |
Fix security bug allowing writing to arbitrary files; from Bart Miller at U. Wisconsin. |
29867 | 14-Oct-1986 |
eric |
don't let "locked job" messages remove transcript & lock |
29866 | 14-Oct-1986 |
eric |
don't let "locked job" messages remove transcript & lock |
29865 | 14-Oct-1986 |
eric |
make global variables begin with cap letters -- Please!! |
29864 | 14-Oct-1986 |
eric |
make sure that 0, 1, and 2 are open to avoid confusing syslog; from Steve Schoch <schoch@orion.arpa> |
29863 | 14-Oct-1986 |
eric |
make sure that 0, 1, and 2 are open to avoid confusing syslog; from Steve Schoch <schoch@orion.arpa> |
29660 | 25-Jul-1986 |
bloom |
move the include of sendmail.h so MXDOMAIN can come from it |
29658 | 21-Jul-1986 |
bloom |
add MX support |
29656 | 21-Jul-1986 |
bloom |
MX branch merge |
29655 | 21-Jul-1986 |
bloom |
clean up code a bit, move MX query, getmxrr is smarter |
29654 | 21-Jul-1986 |
bloom |
fix possible buffer overflow problem, use specific routine for canonicalizing host names not gethostbyname |
29653 | 21-Jul-1986 |
bloom |
hack for Jeeves being broken, replace gethostbyname by a specific routine for canonicalizing hostnames |
29652 | 21-Jul-1986 |
bloom |
add support for MX use of the name server |