Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-12-02 | Add comment. | Angelos D. Keromytis | |
2000-12-02 | Manual sync with EOM -- only release an SA if it's referenced by the | Angelos D. Keromytis | |
timeout routine (should there be a default expiration if none is negotiated ?) | |||
2000-12-02 | A bunch of stability fixes, thanks to cedric@wireless-networks.com for | Angelos D. Keromytis | |
testing and feedback. | |||
2000-12-01 | Describe more things | Marc Espie | |
2000-12-01 | is no longer used | Jun-ichiro itojun Hagino | |
2000-12-01 | -Wall cleanup | Eric Jackson | |
2000-12-01 | typo; from green@FreeBSD.org | Markus Friedl | |
2000-11-30 | debug -> warn if server tries to do -R style fwd w/o client requesting this; ↵ | Markus Friedl | |
ok niels@ | |||
2000-11-30 | disable agent/x11/port fwding if hostkey has changed; ok niels@ | Markus Friedl | |
2000-11-30 | agents must not dump core, ok niels@ | Markus Friedl | |
2000-11-30 | -T is for both protocols | Markus Friedl | |
2000-11-30 | check -T before isatty() | Markus Friedl | |
2000-11-30 | x509_hash() should also ignore the id length (for matching purposes) | Angelos D. Keromytis | |
-- willey@serasystems.co | |||
2000-11-29 | document -u flag and environment variables | Todd C. Miller | |
2000-11-29 | Bugfix: reset 16-bit pcmcia in chip initialisation sequence; from NetBSD. | Aaron Campbell | |