summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
AgeCommit message (Collapse)Author
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-21defined(YP) -> ${YP} == "yes"Todd C. Miller
1997-04-20sendmail 8.9.1Thorsten Lockert
1997-04-20My new toyThorsten Lockert
1997-03-04Remove kmem privs.Jason Downs
1997-02-28clarifyJason Downs
1997-02-28sendmail 8.9.1Jason Downs
1997-02-28Kill netbsd.org cruft.Jason Downs
1997-02-05repair incorrect IP_OPTIONS parsingTheo de Raadt
1997-01-22sendmail 8.9.1Jason Downs
1997-01-22Sendmail 8.8.5.Jason Downs
1997-01-21Add virtusertable and some extra domains into Cw. Remove extra local_procmailNiklas Hallqvist
1997-01-21Build my config files tooNiklas Hallqvist
1997-01-17Fixes:Jason Downs
pull in ../../Makefile.inc install mailq and newaliases in /usr/bin
1997-01-16getopt(3) fix that I missed in the previous sweep.Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-14perl locationJason Downs
1996-12-14Deletes and remaining changes.Jason Downs
1996-12-14Update to Sendmail 8.8.4, plus recent patches, plus OpenBSD support.Jason Downs
Also include entire example configuration subset. Includes smrsh (using /usr/libexec/sm.bin). Of the top of my head, the only things I removed from the distribution were contrib/mail.local.linux, src/Makefiles, all the *.0 and *.ps files. Our praliases man page replaces the distributed one, ours is better.
1996-12-14sendmail 8.9.1Jason Downs
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-16Revoke privilages before restarting, from leshka@leshka.chuvashia.suJason Downs
1996-11-14correct LINKS usageMichael Shalayeff
1996-11-11Add another CwThorsten Lockert
1996-11-05sendmail 8.9.1Thorsten Lockert
1996-11-05Enable NFSThorsten Lockert
Add configuration for test machine
1996-10-01comment out unused typedef, nameclash on Amiga.michaels
1996-09-22Revert to my version of buildfname(). Allman's didn't work, ya know?Jason Downs
Also fix a slight buffer overflow in get_column(), pointed out by Allman.
1996-09-19OpenBSD Makefile...Theo de Raadt
1996-09-19bring up to 8.7.6fn
1996-09-15praliases now has a man page.Todd C. Miller
1996-09-15sendmail 8.9.1Todd C. Miller
1996-09-15Doh! Should be .1Todd C. Miller
1996-09-15First crack at a praliases man page, the lack of which really bugged me.Todd C. Miller
1996-09-13kill unused varJason Downs
1996-09-12sendmail gecos oflow -- found by mudge, this fix by downsj. I knew about thisTheo de Raadt
hole a month ago. OpenBSD is not vulnerable because you cannot set a gecos that long -- bitblt and I fixed chfn & the other tools when we became aware of the hole; we did not fix sendmail to avoid bringing attention to the sendmail hole
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-08-23We have procmailNiklas Hallqvist
1996-08-14Add mailstats.8; John M Vinopal, NetBSD PR#2697.Jason Downs
1996-08-05waldorf has procmailNiklas Hallqvist
1996-06-10pull in <paths.h> for _PATH_VARTMPTheo de Raadt
1996-06-02Add sample configuration; incidentally the configuration used on my systemThorsten Lockert
1996-06-02sendmail 8.9.1Thorsten Lockert
1996-05-10Fix version IDNiklas Hallqvist
1996-05-10Revert last change, should never have been committedNiklas Hallqvist
1996-05-09sendmail 8.9.1Niklas Hallqvist
1996-05-09Add lost includeNiklas Hallqvist
1996-03-09sendmail 8.7.5dm
1996-02-23sendmail 8.7.4dm
1996-01-31use YP, install nicelyTheo de Raadt