summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-15Sync'd with new syslog.conf changesTodd C. Miller
1996-12-15Now with more fiber. Now is more of a "real world" config. Some ideasTodd C. Miller
taken from NetBSD.
1996-12-15Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)Todd C. Miller
1996-12-15Less output when not needed.Todd C. Miller
1996-12-15added -s (display server report only) and -c (ditto client) flagskstailey
1996-12-15Fix strncpy usage and correct strncat length field, from Theo.Todd C. Miller
Also change some occurrence of MAXPATHLEN with sizeof(foo).
1996-12-15FIxed an ofF-by-one error.bitblt
1996-12-15allow sd0a for root device promptTheo de Raadt
1996-12-14stop gunique() open/fopen raceTheo de Raadt
1996-12-14solve /tmp-style race spotted by bitbltTheo de Raadt
1996-12-14Add Theo's changes to yppush, some very ugly debugging code is now gone. -mojMats O Jansson
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-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