Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-07 | clean | Theo de Raadt | |
2000-12-07 | fix various perror() that were buf oflows | Theo de Raadt | |
2000-12-07 | tftp argv parsing overflow; fix by vogelke@dnaco.net and I | Theo de Raadt | |
2000-12-07 | sync | Theo de Raadt | |
2000-12-07 | Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo | Damien Miller | |
2000-12-07 | Thanks to Peter Galbavy <peter.galbavy@knowledge.com> for noticing- | mjacob | |
need #if NBPFILTER > 0 around a couple of spots. | |||
2000-12-07 | Forgot to copy end of name in nested variable names, so that | Marc Espie | |
${BC_${A}} worked but not ${${A}_BC}. Noticed by fries@ | |||
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | sync | Theo de Raadt | |
2000-12-06 | unexpand(1) | Markus Friedl | |
2000-12-06 | Remove final references to extra RSA libs | Todd C. Miller | |
2000-12-06 | new rijndael implementation. fixes endian bugs | Markus Friedl | |
2000-12-06 | disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0 | Markus Friedl | |
2000-12-06 | supposed changes needed for 82801BA support; chris | Theo de Raadt | |
2000-12-06 | new kue model | Theo de Raadt | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | s/packed/__packed__/ | Michael Shalayeff | |
2000-12-06 | we actually have useful code for '.for' loops, its not a no-op. ok espie@ | Todd T. Fries | |
2000-12-06 | err(3) -> internal error(), from stevesk@sweden.hp.com | Markus Friedl | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-12-06 | BUG FIX: change enable sequence for 16-bit pcmcia cards. This change | Aaron 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-06 | Be more paranoid about passed KRB environment variables. | Hans Insulander | |
(ok art) | |||
2000-12-06 | new timeouts, proper spl()s; aaron@ ok | Michael Shalayeff | |
2000-12-06 | new timeouts; art@ ok | Michael Shalayeff | |
2000-12-06 | Add a 'saving modified kernel' message. (deraadt@ ok) | Hakan Olsson | |
2000-12-06 | Update 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-06 | Merge together FreeBSD && OpenBSD versions, benefitting OpenBSD with | mjacob | |
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-06 | sync | Theo de Raadt | |
2000-12-06 | the other three 3com 990 series cards | Theo de Raadt | |
2000-12-05 | sync | Theo de Raadt | |
2000-12-05 | kernel bloat is a sin | Theo de Raadt | |
2000-12-05 | sync | Theo de Raadt | |
2000-12-05 | new IODATA USB-ET/T is a KL5KUSB101B; ori@tahoo.org | Theo de Raadt | |
2000-12-05 | async connects for -R/-L; ok deraadt@ | Markus Friedl | |
2000-12-05 | asprintf can safe time doing character counts | Theo de Raadt | |
2000-12-05 | MAXHOSTNAMELEN is 256 | Theo de Raadt | |
2000-12-05 | We haven't used this in years, remove it. | Todd C. Miller | |
2000-12-05 | tweak comment to reflect real location of pid file; ok provos@ | Todd T. Fries | |
2000-12-05 | Bring in fresh pool from NetBSD. Some improvements and fixes. | Artur Grabowski | |
2000-12-05 | powerpc has shared libs for OpenBSD >= 2.8 | Todd C. Miller | |
2000-12-05 | Correct path of sysctl variable, reported by willey@serasystems.com | Angelos D. Keromytis | |
2000-12-05 | tcpdump incorrectly print port numbers when parsing NFS (PR#1540) | Jakob Schlyter | |
fix submitted by Grigoriy Orlov <gluk@ptci.ru> | |||
2000-12-05 | fix RIPv0 (RFC 1058) printing; <james@squish.net> | Jakob Schlyter | |
2000-12-05 | Avoid 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-05 | Change bpfattach() link layer type to DLT_LOOP making pcap generated | Hugh Graham | |
bpf filters work on the tun interface. itojun@ approved. | |||
2000-12-04 | David Maziere's ssh-keyscan, ok niels@ | Markus Friedl | |
2000-12-04 | Silently convert s/key -> skey in login_getstyle(). A bit of a hack | Todd C. Miller | |
but OpenBSD folks are more used to saying s/key. | |||
2000-12-04 | in replydirname(), avoid one-byte overrun. | Jun-ichiro itojun Hagino | |
From: Kristian Vlaardingerbroek <kris@obit.nl> | |||
2000-12-04 | Build network tunnel devices. | Hugh Graham | |
2000-12-03 | Fix fastroute-related panic, fixes PR 1541 (cas@trans-nt.com) | Angelos D. Keromytis | |