Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-14 | Update 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-14 | sendmail 8.9.1 | Jason Downs | |
1996-12-14 | Check to make sure first char of command is not '*' since that will | Todd C. Miller | |
alway be a syntax error. | |||
1996-12-14 | sendmail and skey stuff is now optional. Pointed out by Thorsten. | Todd C. Miller | |
1996-12-14 | be more careful with setgroups() | Theo de Raadt | |
1996-12-14 | Make optional things marked as optional and watch some more files. | Todd C. Miller | |
1996-12-14 | inane | Theo de Raadt | |
1996-12-14 | /dev/fd should be owned by root.wheel | Todd C. Miller | |
1996-12-14 | bit more paranoia | Theo de Raadt | |
1996-12-14 | merge netbsd changes for show command | Theo de Raadt | |
yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall | |||
1996-12-14 | clamp kvm useage | Theo de Raadt | |
1996-12-14 | better nfsrv_access() control, from netbsd | Theo de Raadt | |
1996-12-14 | indent correctly | Theo de Raadt | |
1996-12-14 | some cleanup from bde@freebsd | Theo de Raadt | |
1996-12-14 | -Wall'ing. | Michael Shalayeff | |
1996-12-14 | Use size_t more places | Thorsten Lockert | |
1996-12-14 | Silence lint | Thorsten Lockert | |
1996-12-14 | Clean up lint & compile warnings | Thorsten Lockert | |
1996-12-14 | lean up lint & compile warnings | Thorsten Lockert | |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert | |
1996-12-14 | Now does not display responses to other peoples stuff, like UDP packets | bitblt | |
or other peoples network unreachables when you do a ping -v. | |||
1996-12-13 | make UIO_MAXIOV visible to userland. | michaels | |
1996-12-13 | correct function declaration and return | michaels | |
1996-12-13 | make UIO_MAXIOV note more prominent | michaels | |
1996-12-13 | fix comments regarding {*path,sys}conf() | Theo de Raadt | |
1996-12-13 | If 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-13 | ldconfig hack for the mips | Theo de Raadt | |
1996-12-12 | add quotactl | Theo de Raadt | |
1996-12-12 | fix a typical use; -Wall | Theo de Raadt | |
1996-12-12 | Sync headers with system header's idea of reality | imp | |
1996-12-12 | *** empty log message *** | bitblt | |
1996-12-12 | Part 1 of tcpdump 3.3 | bitblt | |
1996-12-12 | undo last change. | Michael Shalayeff | |
1996-12-12 | wrong place for bindresvport() proto | Theo de Raadt | |
1996-12-12 | struct sockaddr_in; prototype | Michael Shalayeff | |
1996-12-12 | int bindresvport __P((int sd, struct sockaddr_in *sin)); | Michael Shalayeff | |
1996-12-12 | "stdin" is not a stdin! (perror) | Michael Shalayeff | |
1996-12-12 | Add <unistd.h> for select(2) prototype. | robin | |
1996-12-12 | Add <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-12 | i studdderr wheenn i tyttype | Theo de Raadt | |
1996-12-12 | cannot use err() here | Theo de Raadt | |
1996-12-12 | note lpt chip | Michael Shalayeff | |
1996-12-12 | MLINK | Theo de Raadt | |
1996-12-12 | new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd | Theo de Raadt | |
1996-12-12 | printf format fix. | Michael Shalayeff | |
1996-12-12 | <sys/stat.h> missed. | Michael Shalayeff | |
we've got ctype.h macros in stand.h! | |||
1996-12-12 | types.h for u_char | Theo de Raadt | |
1996-12-12 | safe to{lower,upper} macros. | Michael Shalayeff | |
1996-12-12 | fix afterinstall | Theo de Raadt | |
1996-12-12 | 32 bit cleanup, because this code is going to be copied by other ports soon | Theo de Raadt | |