summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Check to make sure first char of command is not '*' since that willTodd C. Miller
alway be a syntax error.
1996-12-14sendmail and skey stuff is now optional. Pointed out by Thorsten.Todd C. Miller
1996-12-14be more careful with setgroups()Theo de Raadt
1996-12-14Make optional things marked as optional and watch some more files.Todd C. Miller
1996-12-14inaneTheo de Raadt
1996-12-14/dev/fd should be owned by root.wheelTodd C. Miller
1996-12-14bit more paranoiaTheo de Raadt
1996-12-14merge netbsd changes for show commandTheo de Raadt
yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall
1996-12-14clamp kvm useageTheo de Raadt
1996-12-14better nfsrv_access() control, from netbsdTheo de Raadt
1996-12-14indent correctlyTheo de Raadt
1996-12-14some cleanup from bde@freebsdTheo de Raadt
1996-12-14-Wall'ing.Michael Shalayeff
1996-12-14Use size_t more placesThorsten Lockert
1996-12-14Silence lintThorsten Lockert
1996-12-14Clean up lint & compile warningsThorsten Lockert
1996-12-14lean up lint & compile warningsThorsten Lockert
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-12-14Now does not display responses to other peoples stuff, like UDP packetsbitblt
or other peoples network unreachables when you do a ping -v.
1996-12-13make UIO_MAXIOV visible to userland.michaels
1996-12-13correct function declaration and returnmichaels
1996-12-13make UIO_MAXIOV note more prominentmichaels
1996-12-13fix comments regarding {*path,sys}conf()Theo de Raadt
1996-12-13If max number of partitions in the label is < highest partition defined,Todd C. Miller
increase d_npartitions as long as we don't go above MAXPARTITIONS.
1996-12-13ldconfig hack for the mipsTheo de Raadt
1996-12-12add quotactlTheo de Raadt
1996-12-12fix a typical use; -WallTheo de Raadt
1996-12-12Sync headers with system header's idea of realityimp
1996-12-12*** empty log message ***bitblt
1996-12-12Part 1 of tcpdump 3.3bitblt
1996-12-12undo last change.Michael Shalayeff
1996-12-12wrong place for bindresvport() protoTheo de Raadt
1996-12-12struct sockaddr_in; prototypeMichael Shalayeff
1996-12-12int bindresvport __P((int sd, struct sockaddr_in *sin));Michael Shalayeff
1996-12-12"stdin" is not a stdin! (perror)Michael Shalayeff
1996-12-12Add <unistd.h> for select(2) prototype.robin
1996-12-12Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).robin
Remove two unused variables: `pettydump' and `buf'. Remove redundant case label: `def_case'.
1996-12-12i studdderr wheenn i tyttypeTheo de Raadt
1996-12-12cannot use err() hereTheo de Raadt
1996-12-12note lpt chipMichael Shalayeff
1996-12-12MLINKTheo de Raadt
1996-12-12new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsdTheo de Raadt
1996-12-12printf format fix.Michael Shalayeff
1996-12-12<sys/stat.h> missed.Michael Shalayeff
we've got ctype.h macros in stand.h!
1996-12-12types.h for u_charTheo de Raadt
1996-12-12safe to{lower,upper} macros.Michael Shalayeff
1996-12-12fix afterinstallTheo de Raadt
1996-12-1232 bit cleanup, because this code is going to be copied by other ports soonTheo de Raadt