History log of /csrg-svn/usr.sbin/sendmail/src/stats.c (Results 1 – 25 of 28)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69748 28-May-1995 eric

lint

# 68839 21-Apr-1995 eric

update copyright notice

# 64368 28-Aug-1993 eric

lock stats file before posting

# 63753 11-Jul-1993 eric

huge number of changes for 8.2, including IRIX & Solaris portability;
improved error checking; fix -m flag and add -O flag in maps; fix long
DNS timeouts; relax safefile restrictions; add -X command

huge number of changes for 8.2, including IRIX & Solaris portability;
improved error checking; fix -m flag and add -O flag in maps; fix long
DNS timeouts; relax safefile restrictions; add -X command line flag; etc.

show more ...

# 62532 07-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 57252 21-Dec-1992 eric

Release 6


/csrg-svn/usr.sbin/sendmail/cf/m4/cf.m4
/csrg-svn/usr.sbin/sendmail/cf/m4/proto.m4
/csrg-svn/usr.sbin/sendmail/cf/m4/version.m4
/csrg-svn/usr.sbin/sendmail/src/Makefile
/csrg-svn/usr.sbin/sendmail/src/Makefiles/Makefile.dist
/csrg-svn/usr.sbin/sendmail/src/READ_ME
/csrg-svn/usr.sbin/sendmail/src/TODO
/csrg-svn/usr.sbin/sendmail/src/alias.c
/csrg-svn/usr.sbin/sendmail/src/aliases.5
/csrg-svn/usr.sbin/sendmail/src/arpadate.c
/csrg-svn/usr.sbin/sendmail/src/clock.c
/csrg-svn/usr.sbin/sendmail/src/collect.c
/csrg-svn/usr.sbin/sendmail/src/conf.c
/csrg-svn/usr.sbin/sendmail/src/conf.h
/csrg-svn/usr.sbin/sendmail/src/convtime.c
/csrg-svn/usr.sbin/sendmail/src/daemon.c
/csrg-svn/usr.sbin/sendmail/src/deliver.c
/csrg-svn/usr.sbin/sendmail/src/domain.c
/csrg-svn/usr.sbin/sendmail/src/envelope.c
/csrg-svn/usr.sbin/sendmail/src/err.c
/csrg-svn/usr.sbin/sendmail/src/headers.c
/csrg-svn/usr.sbin/sendmail/src/macro.c
/csrg-svn/usr.sbin/sendmail/src/mailstats.h
/csrg-svn/usr.sbin/sendmail/src/main.c
/csrg-svn/usr.sbin/sendmail/src/map.c
/csrg-svn/usr.sbin/sendmail/src/mci.c
/csrg-svn/usr.sbin/sendmail/src/newaliases.1
/csrg-svn/usr.sbin/sendmail/src/parseaddr.c
/csrg-svn/usr.sbin/sendmail/src/pathnames.h
/csrg-svn/usr.sbin/sendmail/src/queue.c
/csrg-svn/usr.sbin/sendmail/src/readcf.c
/csrg-svn/usr.sbin/sendmail/src/recipient.c
/csrg-svn/usr.sbin/sendmail/src/savemail.c
/csrg-svn/usr.sbin/sendmail/src/sendmail.8
/csrg-svn/usr.sbin/sendmail/src/sendmail.h
/csrg-svn/usr.sbin/sendmail/src/sendmail.hf
/csrg-svn/usr.sbin/sendmail/src/srvrsmtp.c
/csrg-svn/usr.sbin/sendmail/src/stab.c
/csrg-svn/usr.sbin/sendmail/src/stats.c
/csrg-svn/usr.sbin/sendmail/src/sysexits.c
/csrg-svn/usr.sbin/sendmail/src/trace.c
/csrg-svn/usr.sbin/sendmail/src/udb.c
/csrg-svn/usr.sbin/sendmail/src/useful.h
/csrg-svn/usr.sbin/sendmail/src/usersmtp.c
/csrg-svn/usr.sbin/sendmail/src/util.c
/csrg-svn/usr.sbin/sendmail/src/version.c
# 55012 12-Jul-1992 eric

reduce number of instances of CurEnv by passing it as a parameter

# 42829 01-Jun-1990 bostic

new copyright notice

# 34921 30-Jun-1988 bostic

install approved copyright notice

# 33731 13-Mar-1988 bostic

add Berkeley specific header

# 27681 02-May-1986 bloom

statistics structure moved to its own header file so it may be used by
aux/mailstats

# 25689 05-Jan-1986 eric

rewrite reply-to and resent-reply-to; save errorqueueu in qf file;
some performance hacking; some alias handling cleanup; delete leading
spaces from SMTP lines

# 24945 19-Sep-1985 eric

incorporate SMI changes -- still experimental

# 24944 19-Sep-1985 eric

SMI changes (somewhat)

# 24031 25-Jul-1985 miriam

If mail is received from an unparseable address, the q_mailer field
could be null. Put in check to prevent referencing off a null pointer.

# 23516 17-Jun-1985 eric

From Bill Nowicki: fixes to the statistics

# 23123 08-Jun-1985 eric

lint for 4.3 release

# 22942 07-Jun-1985 miriam

Resolve duplicate SccsId

# 22714 07-Jun-1985 dist

Add copyright

# 16887 11-Aug-1984 eric

Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and
miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy"
throughout for consistency; bzero is now in bcopy.c (these are
supp

Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and
miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy"
throughout for consistency; bzero is now in bcopy.c (these are
supplied by libc on 4.2bsd)

show more ...

# 14111 25-Jul-1983 eric

4.2 release version

# 11937 17-Apr-1983 eric

fix bogus errno problems

# 11728 26-Mar-1983 eric

changes from MRH for USG UNIX 5.0

# 9383 28-Nov-1982 eric

Many changes resulting from a complete code readthrough. Most of these
fix minor bugs or change the internal structure for clarity, etc. There
should be almost no externally visible changes (other

Many changes resulting from a complete code readthrough. Most of these
fix minor bugs or change the internal structure for clarity, etc. There
should be almost no externally visible changes (other than some cleaner
error message printouts and the like).

show more ...

# 5199 06-Dec-1981 eric

cleanup so it will go through lint without any fancy grep -v's;
change the way SCCS Id's are handled.

12