Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-12-03 | typo (d@) | Marc Espie | |
2000-12-03 | remove fallback to SSH_BUG_HMAC now that the drafts are updated | Markus Friedl | |
2000-12-03 | correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat | Markus Friedl | |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl | |
2000-12-02 | Check for symlinks before overwriting kerberos ticket files. | Hans Insulander | |
While i'm at it, make sure not to use Kerberos at all if there is no local srvtab. Based on patch from Todd Miller. Reported by <jouko@solutions.fi>. | |||
2000-12-02 | The man page says the default umask is 027 but it is really 022 since | Todd C. Miller | |
that is the value of CMASK. Have setusercontext() set the umask unless the -u flag was specified. This allows the admin to set the umask either via -u or via a login class in login.conf. | |||
2000-12-02 | vlan devices should not try to emit packets if the parent interface is | Jason Wright | |
not running and not up. From NetBSD: move if_opackets to that it's incremented even if the parent interface is oactive. | |||
2000-12-02 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- validate strdup() error in argument parsing. - use strlcat in complex string manipulation | |||
2000-12-02 | Error messages. | Angelos D. Keromytis | |