summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-01-21ip4.allow -> ipip.allowAngelos D. Keromytis
2000-01-21syncTheo de Raadt
2000-01-21Rename ip4.allow to ipip.allowAngelos D. Keromytis
2000-01-21Deal with getcwd() returning NULL. This code is not currentlyTodd C. Miller
2000-01-20syncTheo de Raadt
2000-01-20DEC 21150-BC bridge chip, AKA DC1111DTheo de Raadt
2000-01-20buffer overflow in readline(;) from espie@Michael Shalayeff
2000-01-20Use sysopen() when opening recover files. This is purely paranoiaTodd C. Miller
2000-01-20Fix problem pointed out by FreeBSD, regen temp file name each time, toMarc Espie
2000-01-20log with level log() not fatal() if peer behaves badly.Markus Friedl
2000-01-20use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;Markus Friedl
2000-01-20track seconds more accurately. ok pjanzen@David Leonard
2000-01-20set[ug]id, not just setuidTheo de Raadt
2000-01-20Default value for -s option is ARG_MAX - 4096, not - 2048; enamiTheo de Raadt
2000-01-20when procfs is compiled in, if a setuid process has any of descriptors 0-2Theo de Raadt
2000-01-20getcwd() does not stuff an error string in buf on error, call strerror()Todd C. Miller
2000-01-19do not NULL dereference if fd_nfiles < 3Theo de Raadt
2000-01-19.MAIN is nothing special.Marc Espie
2000-01-19cvs did a good job of merging changes, but the resulting configureMarc Espie
2000-01-19Bug-fix: iteconfig was performing lots of iotcl on the console, but itMarc Espie
2000-01-19Inane conflicts:Marc Espie
2000-01-19Update to 2.95.2Marc Espie
2000-01-19another possible workaround for NetBSD PR 9189.Jun-ichiro itojun Hagino
2000-01-19Sloppy me.Aaron Campbell
2000-01-19Fix matthieu's damage. Amiga kernel sure compiles better with a prototypeMarc Espie
2000-01-19more warning about net.inet6.ip6.forwardingJun-ichiro itojun Hagino
2000-01-19From NetBSD: describe what & does in a gecos field, and clarify betweenPaul Janzen
2000-01-19add rip6query(8)Jun-ichiro itojun Hagino
2000-01-19cosmetic; remove trailing dot in SEE ALSO sectionJun-ichiro itojun Hagino
2000-01-19Better summary line, in keeping with other *stat commands; from NetBSDPaul Janzen
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.Paul Janzen
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
2000-01-18Formatting fix; form@Aaron Campbell
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
2000-01-18Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP.Angelos D. Keromytis
2000-01-18Fix a pasto in the last commit. The genesis of this bug is actuallyTodd C. Miller
2000-01-18serial consoleMichael Shalayeff
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameJun-ichiro itojun Hagino
2000-01-18oops, it was not necessary.Jun-ichiro itojun Hagino
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-18fix user/1056, sshd keeps restrictions; dbt@meat.netMarkus Friedl
2000-01-18possible workaround to NetBSD PR 9189 (panic on sparc). not sure if it's right.Jun-ichiro itojun Hagino
2000-01-18print IPv6 multicast groups on -ia.Jun-ichiro itojun Hagino
2000-01-18sync with FreeBSD: add Farallon PN9000SX as a matchJason Wright
2000-01-18syncJason Wright
2000-01-18Farallon PN9000SX (looks like they used DEC's vendor ID by mistake); from Fre...Jason Wright
2000-01-18"pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ruTodd C. Miller
2000-01-18Use err, not errx when freopen() failes to get error string; form@openbsd.orgTodd C. Miller