Age | Commit message (Expand) | Author |
1997-05-31 | various | Theo de Raadt |
1997-05-31 | Support for ext2fs vnodes. | Jason Downs |
1997-05-31 | s/illegal/invalid/; jtc | Theo de Raadt |
1997-05-31 | fix typos; khym@bga.com | Theo de Raadt |
1997-05-30 | FFS changes. | Jason Downs |
1997-05-30 | wait wrks on tcp; rickb@iaw.on.ca | Theo de Raadt |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt |
1997-05-30 | typo; enami@ba2.so-net.or.jp | Theo de Raadt |
1997-05-30 | format error; enami@ba2.so-net.or.jp | Theo de Raadt |
1997-05-29 | remove unnecessary files that have SMI in them | kstailey |
1997-05-29 | Major cleanup: | gene |
1997-05-29 | sendmail 8.9.1 | Michael Shalayeff |
1997-05-29 | add my ~tiny config | Michael Shalayeff |
1997-05-29 | Use sendmail.cw as well as only masquerade CM. pretty. | Niklas Hallqvist |
1997-05-22 | getopt returns int | Theo de Raadt |
1997-05-14 | mention svnd | Niklas Hallqvist |
1997-05-07 | Disable "version.bind" hack since it makes mass info gathering | Todd C. Miller |
1997-05-06 | fcntl right | Theo de Raadt |
1997-05-01 | Umm, fix signedness error in my last commit, be explicit | Niklas Hallqvist |
1997-05-01 | Fix grammar | Niklas Hallqvist |
1997-05-01 | mkstemp called incompatibly. Buffer overflow fixed. 64-bit dirt cleaned up. | Niklas Hallqvist |
1997-04-29 | To get the manpages installed, you can't override the install | Niklas Hallqvist |
1997-04-27 | buf oflow paranoia | Theo de Raadt |
1997-04-27 | better failure msg; martin@rumolt.teuto.de | Theo de Raadt |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1997-04-27 | More includes for library prototypes. | Jason Downs |
1997-04-24 | extra " in -s initialization | Theo de Raadt |
1997-04-24 | wrong mode, oops | Theo de Raadt |
1997-04-23 | NONBINMODE | Theo de Raadt |
1997-04-21 | defined(YP) -> ${YP} == "yes" | Todd C. Miller |
1997-04-20 | Added scripts to be used from cron to make sure a slave server is up to date. | Mats O Jansson |
1997-04-20 | Added man page, support for amd.home and ypservers. | Mats O Jansson |
1997-04-20 | sendmail 8.9.1 | Thorsten Lockert |
1997-04-20 | My new toy | Thorsten Lockert |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-04-19 | getopt() returns an int, not a char. [thorpej] | kstailey |
1997-04-19 | getopt() returns an int, not a char. (thorpej) | kstailey |
1997-04-19 | thorpej: | kstailey |
1997-04-17 | timeout is in minutes; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-04-17 | add SCRIPTS = ... | kstailey |
1997-04-15 | Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj | Mats O Jansson |
1997-04-15 | Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>. | Mats O Jansson |
1997-04-15 | for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.il | Theo de Raadt |
1997-04-15 | handle \\ at start of line; christos | Theo de Raadt |
1997-04-14 | i was not the brightest here either | Theo de Raadt |
1997-04-14 | fix the indentation | Theo de Raadt |
1997-04-14 | do not whine about new directories; reported by briggs | Theo de Raadt |
1997-04-13 | use special random number generator to create less predictable and non | Niels Provos |
1997-04-13 | use res_random.c for ids | Niels Provos |
1997-04-13 | Fixed socket permissions race at startup; corrected error message to | bitblt |