summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-24Spelling: tripple -> tripleAaron Campbell
2000-12-24Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have toAaron Campbell
decrement it when reporting how many samples have been read so far.
2000-12-23Make cdio subject line more explicit (aaron & me)Marc Espie
2000-12-23type is not a .FnMarkus Friedl
2000-12-23create proper docs for timer{add,clear,sub,isset,cmp}Theo de Raadt
2000-12-23if a short rwhod packet arrived on a little endian machine, all stack memoryTheo de Raadt
from a local buffer till it runs into the signal trampoline, is long-word byte swapped, then it receives SIGSEGV. and this program has a timer signal handler, which does WAY too much, completely violating rules as to what a signal handler may do. totally sick shit.
2000-12-23hostnames are case-insensitive; brianTheo de Raadt
2000-12-22repair same static buf oflow in printf(1) and printf(1) internal inside csh(1)Theo de Raadt
2000-12-22strlcpy is greatTheo de Raadt
2000-12-22use strtoul() instead of atoi()Theo de Raadt
2000-12-22when printing vrrp and verbose set -- print src/dst ip addrsMichael Shalayeff
2000-12-22smite typos, and add RCS tags where missing; aaron@ okAnil Madhavapeddy
2000-12-22fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.comMarkus Friedl
2000-12-22revoke root priv earlier. use strl*.Jun-ichiro itojun Hagino
2000-12-22Complain about, and name the missing directory when trying to installJanne Johansson
multiple files into a non-existing directory. art@ and hin@ ok.
2000-12-22gnupg ring/data ownership/permission checking added; ok millert@Todd T. Fries
2000-12-22syncjasoni
2000-12-22Implement truncate64, stat64, lstat64, fstat64; from NetBSDjasoni
2000-12-22call seteuid(getuid) tooJun-ichiro itojun Hagino
2000-12-22Fix error pointed out by brad.Dale Rahn
"auto-boot?" is the proper variable name to disable/enable autobooting not "auto-boot"
2000-12-22revoke root privilege earliest possibleJun-ichiro itojun Hagino
2000-12-22more typo fixes; aaron@ okAnil Madhavapeddy
2000-12-21more Va stuffTheo de Raadt
2000-12-21syncTheo de Raadt
2000-12-21add /usr/share/ipf/nat.3; ok aaron@Reinhard J. Sammer
2000-12-21syncTheo de Raadt
2000-12-21document svc_getreqset2(), a non-standard interfaceTheo de Raadt
2000-12-21Various repairs, $Id$ tags added, etc.Aaron Campbell
2000-12-21fix typos, aaron@ okAnil Madhavapeddy
2000-12-21mdoc prefers `\e' as an escape character.Aaron Campbell
2000-12-21typo; initalized -> initializedAaron Campbell
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
"i's" I guess).
2000-12-21Better english; from provos@Aaron Campbell
2000-12-21IPPORT_RESERVED - 1, not 1023Theo de Raadt
2000-12-21Revert the previous commit: it made sense for human consumption, but lint(1)Aaron Campbell
and other code checkers don't like this special case. Pointed out by espie@ and michaels@inet.no.
2000-12-21- Get rid of local error() function and instead use err(3).Aaron Campbell
- Add a standard usage() function.
2000-12-21Use arc4random().Aaron Campbell
2000-12-21print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@Markus Friedl
2000-12-21URL of protocol-numbers has changedReinhard J. Sammer
2000-12-21typo; ciper -> cipherAaron Campbell
2000-12-21Add UUCP info documentation.Christian Weisgerber
Lack pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. - Virgin import of Taylor UUCP 1.06.1 texinfo doc. - Makefile largely by millert@ ok millert@
2000-12-21Eliminate tbl and groff warnings: ru@freebsd.Paul Janzen
2000-12-21Print quotas > 4G correctly; be a little more paranoid with a few buffers.Paul Janzen
2000-12-21Deal with quotas over 4G correctly; also, tidy a bit and be a touch morePaul Janzen
paranoid with some buffers.
2000-12-21Mention that SVR4 expects fully duplex pipesPaul Janzen
2000-12-21Various repairs.Aaron Campbell
2000-12-21grammar and accuracyPaul Janzen
2000-12-21Standard OpenBSD'ifications that happen when new man pages are imported.Aaron Campbell
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino