64077 | 28-Jul-1993 |
eric |
NeXT changes |
64076 | 28-Jul-1993 |
eric |
use NeXT as compile flag -- apparently NeXT cc auto-defines this |
64075 | 28-Jul-1993 |
eric |
output YP_MASTER_NAME and YP_LAST_MODIFIED without null bytes. |
64072 | 27-Jul-1993 |
eric |
portability enhancements: NeXT and SCO |
64071 | 27-Jul-1993 |
eric |
improved messages on error return |
64070 | 27-Jul-1993 |
eric |
try to recover more gracefully from existing tf file condition |
64069 | 27-Jul-1993 |
eric |
fix statistics gathering; NeXT portability |
64068 | 27-Jul-1993 |
eric |
fix statistics gathering |
64067 | 27-Jul-1993 |
eric |
improved debugging |
64035 | 26-Jul-1993 |
eric |
signal and file locking portability changes |
64034 | 26-Jul-1993 |
eric |
fix problem causing errors during collect to supress 250 message |
64032 | 24-Jul-1993 |
eric |
move IDENTPROTO defines around to simplify turning it off on a per-OS basis |
64031 | 24-Jul-1993 |
eric |
prefer HASGETDTABLESIZE over _SC_OPEN_MAX: a disturbingly large number of systems define _SC_OPEN_MAX in the header files but then don't implement the sysconf() syscall. |
64030 | 24-Jul-1993 |
eric |
really ignore MX records if !trymx |
64026 | 23-Jul-1993 |
eric |
command line mail to bad recipients didn't return error message; don't call getcanonname from getmxrr if you know it will fail; don't claim that all messages were received from localhost in error mes
command line mail to bad recipients didn't return error message; don't call getcanonname from getmxrr if you know it will fail; don't claim that all messages were received from localhost in error messages
show more ...
|
64025 | 23-Jul-1993 |
eric |
tag returned message with true original from (not localhost) |
64021 | 23-Jul-1993 |
eric |
fix non-return of addresses presented on the command line |
64015 | 23-Jul-1993 |
eric |
really ignore MX if !trymx in getcanonname; minimize unnecessary nameserver calls |
63996 | 22-Jul-1993 |
eric |
Many changes: add option 2; fix FIN_WAIT_2 problem; fix some mail drop problems; many portability changes; many other minor changes |
63993 | 22-Jul-1993 |
eric |
fix bogus error message with open timeout in :include: -- this also fixes a bug that caused resolver errnos to conflict with real errnos |
63992 | 22-Jul-1993 |
eric |
fix problem causing bogus delivery of SIGTTIN on POSIX systems |
63987 | 22-Jul-1993 |
eric |
SCO UNIX changes |
63983 | 21-Jul-1993 |
eric |
bulk clear flock structure -- some systems apparently have some additional fields that will cause "bad argument" messages |
63978 | 21-Jul-1993 |
eric |
don't improperly diagnose alias/forward loops (although this misses some) |
63977 | 21-Jul-1993 |
eric |
Convex changes |