summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-26Typos; from Brian Poole, thanks.Miod Vallat
2002-03-26generate a new cookie for each SSH2_MSG_KEXINIT message we send outMarkus Friedl
2002-03-26disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)Markus Friedl
2002-03-26CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, tooMarkus Friedl
2002-03-26Mention support for NCP130Todd C. Miller
2002-03-26Add support for the TMD7160 dumb PCI-ISA bridge (similar in function toTodd C. Miller
the PLX905x). Info gleaned from patches to the Linux wlan driver from NDC. This makes the NDC NCP130 rev A2 work.
2002-03-26regenTodd C. Miller
2002-03-26o 0x15e8 is National Datacomm Corp, not CoregaTodd C. Miller
o Add NDC NCP130 PCI Prism2 boards (2 flavors)
2002-03-26Change default logging level from none to urgent. Should never printDaniel Hartmeier
anything, and if it does, it should be reported.
2002-03-26m_freem(NULL) bad style, ok jason@Niklas Hallqvist
2002-03-26Fix 128bit WEP on prism2; from FreeBSDTodd C. Miller
2002-03-26Add instructions for changing acl on private key fileJim Rees
2002-03-26try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'Jim Rees
2002-03-26Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>Jason Wright
2002-03-26enforce higher spl such that ccbs do not get fired upon in timeouts and ↵Michael Shalayeff
other places where we call for resource allocations which do no proper spl protection these days
2002-03-26Change the memory model from some home-grown thing that looks to have beenArtur Grabowski
designed for mmu-less systems to something more decent that doesn't conflict with how gcc sometimes generates code. WARNING! This breaks binary compatibility. Reinstall from snapshots. Upgrades won't work! I repeat, upgrades won't work! Reinstall.
2002-03-26tidy up usage statement and sort headers. patch from dfa@solo.eeMike Frantzen
2002-03-26sort options and clean up the -k descrption. patch from dfa@solo.eeMike Frantzen
2002-03-26iop can to onto thisTheo de Raadt
2002-03-26syncTheo de Raadt
2002-03-26Only allow valid device PAs to be mmapped.Dale Rahn
2002-03-26On the wdc_obio controller if one device is UDMA capable and one is not,Dale Rahn
downgrade the UDMA device to DMA. Works around a problem with old combo drives on some Apple machines.
2002-03-26usr 2415Michael Shalayeff
2002-03-26regenMichael Shalayeff
2002-03-26a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.netMichael Shalayeff
2002-03-26client side support for PASSWD_CHANGEREQMarkus Friedl
based on work by johan.andersson@appgate.com; ok provos@
2002-03-26Add liniya (0.1 inch); old russian emperial unit; ok pjanzen/mickeyJason Wright
2002-03-26do not talk about packets in bufauxMarkus Friedl
2002-03-26cut and paste; from Philipp Buehler <lists@fips.de>Michael Shalayeff
2002-03-26test interop w/ ssh.com 2.x/3.xMarkus Friedl
2002-03-26remove unexistant option 'b'; commented by pval@, maja@ ok.Federico G. Schwindt
2002-03-26Don't message_dump_raw() bad length messages, i.e too short.Hakan Olsson
Should solve PR 2474 (unconfirmed). niklas@, me.
2002-03-26update CopyrightMarkus Friedl
2002-03-26update to recent draftsMarkus Friedl
2002-03-26Document DIOCKILLSTATES. From Denis Afonin.Daniel Hartmeier
2002-03-26o -Wall cleanup.Federico G. Schwindt
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok.
2002-03-26need to mask out the upper part for the fpu version on printMichael Shalayeff
2002-03-26if cannot guess cpu model default to the lowest supported oneMichael Shalayeff
2002-03-26$OpenBSD$Kevin Steves
2002-03-26$OpenBSD$Hugh Graham
2002-03-26check that the fopen didnt failEric Jackson
deraadt@ OK
2002-03-26Add a new vax reference. (after prompting by miod)Hugh Graham
2002-03-26Cleanup (and shrink) ftp_list_files() in install.sub by removingKenneth R Westerback
some unneeded intermediate local variables and just using the parameters. Make upgrade fsck output for root partition consistant with later fsck output for other partitions. ok deraadt@
2002-03-26Fix variable name. PR2492Hugh Graham
2002-03-26Map all of the io/mem spaces providedJason Wright
2002-03-26Honor psratio for addupc_task(), as other arches do.Miod Vallat
2002-03-26RegenMiod Vallat
2002-03-26Always create the hp-ux compatibility hil devices with the same numbers,Miod Vallat
rather than probing the current system to find them. This is bad, but not as worse as depending on hilinfo for proper operation.
2002-03-26Fix problems the ahc driver was having with the recent changes toKenneth R Westerback
scsiconf.c. The fact that both this ('original') ahc driver and the new ahc driver (since reverted) crashed if devices capable of tagged queuing were not correctly flagged as such must be a clue to some interesting problem. a) Restore marking of appropriate devices as tagged. b) Use TAG_ENB define instead of MSG_SIMPLE_Q_TAG when manipulating hscb->control. Both were defined to the same value, but TAG_ENB is the define used to extract the bit later on. c) Delete unused field 'tagdisable'. ok millert@, also tested by naddy@
2002-03-25Ignore 'keep state' for ICMP errors whose inner headers mismatch stateDaniel Hartmeier
but are passed by rules. Found by Henning Brauer.