summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-07cleanTheo de Raadt
2000-12-07fix various perror() that were buf oflowsTheo de Raadt
2000-12-07tftp argv parsing overflow; fix by vogelke@dnaco.net and ITheo de Raadt
2000-12-07syncTheo de Raadt
2000-12-07Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theoDamien Miller
2000-12-07Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing-mjacob
need #if NBPFILTER > 0 around a couple of spots.
2000-12-07Forgot to copy end of name in nested variable names, so thatMarc Espie
${BC_${A}} worked but not ${${A}_BC}. Noticed by fries@
2000-12-06s/packed/__packed__/Michael Shalayeff
2000-12-06syncTheo de Raadt
2000-12-06unexpand(1)Markus Friedl
2000-12-06Remove final references to extra RSA libsTodd C. Miller
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-06supposed changes needed for 82801BA support; chrisTheo de Raadt
2000-12-06new kue modelTheo de Raadt
2000-12-06s/packed/__packed__/Michael Shalayeff
2000-12-06s/packed/__packed__/Michael Shalayeff
2000-12-06we actually have useful code for '.for' loops, its not a no-op. ok espie@Todd T. Fries
2000-12-06err(3) -> internal error(), from stevesk@sweden.hp.comMarkus Friedl
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-12-06BUG FIX: change enable sequence for 16-bit pcmcia cards. This changeAaron Campbell
provides better (not perfect) reset sequence. The most significant change is asserting output enable reg before power up. Stop routing interrupt during reset. From NetBSD.
2000-12-06Be more paranoid about passed KRB environment variables.Hans Insulander
(ok art)
2000-12-06new timeouts, proper spl()s; aaron@ okMichael Shalayeff
2000-12-06new timeouts; art@ okMichael Shalayeff
2000-12-06Add a 'saving modified kernel' message. (deraadt@ ok)Hakan Olsson
2000-12-06Update isp codebase to current common head- USEC_SLEEP macro added,mjacob
instrumentation for interrupts, specific topology preferences for the 2200. Fix the hole in the OpenBSD port becuause there'd been no maxluns limit from the midlayer and have the command routine bounce commands > the maxluns for a particular controller (in particular, Qlogic FC cards where we can't tell when it hasn't been us that have loaded the F/W whether or not SCCLUN is in effect or not).
2000-12-06Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD withmjacob
getting LIVENGOOD (newer chipset) support. There will be a bit more coming down the pipe with this in a couple of weeks when I get the board that does 10/100/1000 all through CAT-5 cable....
2000-12-06syncTheo de Raadt
2000-12-06the other three 3com 990 series cardsTheo de Raadt
2000-12-05syncTheo de Raadt
2000-12-05kernel bloat is a sinTheo de Raadt
2000-12-05syncTheo de Raadt
2000-12-05new IODATA USB-ET/T is a KL5KUSB101B; ori@tahoo.orgTheo de Raadt
2000-12-05async connects for -R/-L; ok deraadt@Markus Friedl
2000-12-05asprintf can safe time doing character countsTheo de Raadt
2000-12-05MAXHOSTNAMELEN is 256Theo de Raadt
2000-12-05We haven't used this in years, remove it.Todd C. Miller
2000-12-05tweak comment to reflect real location of pid file; ok provos@Todd T. Fries
2000-12-05Bring in fresh pool from NetBSD. Some improvements and fixes.Artur Grabowski
2000-12-05powerpc has shared libs for OpenBSD >= 2.8Todd C. Miller
2000-12-05Correct path of sysctl variable, reported by willey@serasystems.comAngelos D. Keromytis
2000-12-05tcpdump incorrectly print port numbers when parsing NFS (PR#1540)Jakob Schlyter
fix submitted by Grigoriy Orlov <gluk@ptci.ru>
2000-12-05fix RIPv0 (RFC 1058) printing; <james@squish.net>Jakob Schlyter
2000-12-05Avoid dependency on printf(1) by replacing it with a ksh array.Hugh Graham
Has side effect of constraining dmz dev entries to the ttyXX convention.
2000-12-05Change bpfattach() link layer type to DLT_LOOP making pcap generatedHugh Graham
bpf filters work on the tun interface. itojun@ approved.
2000-12-04David Maziere's ssh-keyscan, ok niels@Markus Friedl
2000-12-04Silently convert s/key -> skey in login_getstyle(). A bit of a hackTodd C. Miller
but OpenBSD folks are more used to saying s/key.
2000-12-04in replydirname(), avoid one-byte overrun.Jun-ichiro itojun Hagino
From: Kristian Vlaardingerbroek <kris@obit.nl>
2000-12-04Build network tunnel devices.Hugh Graham
2000-12-03Fix fastroute-related panic, fixes PR 1541 (cas@trans-nt.com)Angelos D. Keromytis