History log of /original-bsd/usr.sbin/sendmail/src/util.c (Results 1 – 25 of 203)
Revision Date Author Comments
# 3e164d5b 21-Jun-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

close passwd file before setuid() "just in case"


# 7b86f778 20-Jun-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

more hacks to make /usr/tmp/dead.letter work right


# 86aab53c 13-Jun-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

make a bunch of #defines into 0/1 instead of ifdef/ifndef


# b62d4678 05-Jun-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

avoid infinite loops if malloc fails


# f615780c 30-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

change RealUserName from an array to a pointer; move defn to sendmail.h


# 785fe58a 30-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

don't shorten names that have a trailing dot (except for the dot itself)


# a6a073b5 28-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

lint


# 4a2f4f79 25-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

woops -- previous patch didn't null terminate in all cases


# 5d14c970 25-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

don't trash lines without trailing newlines


# db470b85 24-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

null delimiter can be newline as well as space or tab


# 5d5999ef 15-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

add "E" line to config file to set or propogate environment
variables to children


# 6557372d 14-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

implement Fx|prog and "program" map class


# df8aeb84 13-May-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

put getcanonname into service switch


# 1765de6d 22-Apr-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fixes to MIME code


# 759969d8 21-Apr-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

update copyright notice


# a2353221 19-Apr-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

better messages if getsockname or getpeername fail


# dc4a228c 11-Apr-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

don't do a gethostbyaddr call on unix domain sockets during state dump


# cb9339ab 31-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

compile problem on some old platforms


# 3ffebfdc 31-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

change "bool" to be an int -- prototypes just don't grok it otherwise


# 8b212fe0 31-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

pull getpwXXX and gethostbyXXX calls out into conf.c so they can
be tweaked


# 64187506 11-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fix several MIME boundary-condition problems


# a9222049 10-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

improved security when opening files


# 3b31ce61 07-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fix bug in xputs -- wasn't properly printing \n, \r, or \t


# d8d4917b 06-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

fix some race conditions for file opens


# 3f3b1638 05-Mar-1995 eric <eric@65305748-3e16-e211-a854-8c89a5c6f760>

add "strict" parameter to denlstring to allow continuations


123456789