summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-19Be a little more verbose about dodgy looking authenticationbrian
packets before dropping them in the bit-bucket.
1999-02-19syncTheo de Raadt
1999-02-19new usr modemTheo de Raadt
1999-02-19sudo 1.5.8Todd C. Miller
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1999-02-19connect aeonTheo de Raadt
1999-02-19invertex aeon driver baseTheo de Raadt
1999-02-19syncTheo de Raadt
1999-02-19shorten AEON nameTheo de Raadt
1999-02-19when checking for weak keys compare sizeof(des_cblock) bytes insetad of ↵Artur Grabowski
sizeof(key) bytes
1999-02-19when checking for weak keys, compare sizeof(des_cblock) bytes, not ↵Artur Grabowski
sizeof(key) bytes
1999-02-19broken usage lineTheo de Raadt
1999-02-19We are OpenBSDNiklas Hallqvist
1999-02-18undo select/accept patch, which causes full listen queues apparentlyTheo de Raadt
1999-02-18Build correctly when -DNOCRYPT is used.brian
1999-02-18display ${PKGDIR}/MESSAGE after install (if it exists);Marco S Hyman
use cat(1) instead of more(1), though, so the port need not be marked as interactive; problem noted by fgsch@openbsd.org
1999-02-18Don't expect a chap response if we haven't negotiatedbrian
chap 0x80.
1999-02-18better support for openbsd/hppa, some parts from current egcs-snapshot port; ↵Michael Shalayeff
thanks espie@
1999-02-18add raid, some pseudo-device rearrange, hide local cruftMichael Shalayeff
1999-02-18The long awaited IPsec intro textNiklas Hallqvist
1999-02-18fix netstat -A headerTheo de Raadt
1999-02-18Fully support both NT and LANMan CHAP type 0x80 as bothbrian
authenticator and authenticatee.
1999-02-18use NO_SHARED_LIBS in lib-depends target instead ofMarco S Hyman
testing specifically for the alpha
1999-02-18oopsTheo de Raadt
1999-02-17oops: left out .endif in a cut/pasteMarco S Hyman
1999-02-17add fragment flood protection; configureable using sysctl ip.maxqueueTheo de Raadt
1999-02-17print ips_rcvmemdropTheo de Raadt
1999-02-17Define NO_SHARED_LIBS for those archs that do not support shared libs;Marco S Hyman
When selecting a packing list choose in order: o PLIST.<arch> o PLIST.noshared if NO_SHARED_LIBS is defined o PLIST
1999-02-17missing spl; christosTheo de Raadt
1999-02-17reflect new behaviorkstailey
1999-02-17add document urlMichael Shalayeff
1999-02-17no more break.hMichael Shalayeff
1999-02-17pa-risc elf definitions, including hp and hp-ux extensions. multi-include ↵Michael Shalayeff
protection
1999-02-17oopsTheo de Raadt
1999-02-17elf for freebsd; chris@dqc.orgTheo de Raadt
1999-02-17joinMichael Shalayeff
1999-02-17ipsec skipjack, based on free .fi code (some .gov type will test this for me)Theo de Raadt
1999-02-17syncTheo de Raadt
1999-02-17indentTheo de Raadt
1999-02-17indent; remove local typesTheo de Raadt
1999-02-17try harder to match the mntonname with the name we are trying to unmountArtur Grabowski
1999-02-17Always check that the start of our candidate region is within theFederico G. Schwindt
bounds of "substart" and "subend".
1999-02-17GrammarMarc Espie
1999-02-17Fix checksum logic: in a manual sequence ofMarc Espie
make extract; make patch; make configure; make; the checksum will only be checked ONCE (before extract), and not every step of the way...
1999-02-17Future fix: help egcs avoid #pragma weak, which we don't support.Marc Espie
1999-02-17Update to more recent work: remove DEFAULT_VTABLE_THUNKS, as thereMarc Espie
is a big and subtle bug with it.
1999-02-17General clean-up, closer match to egcs.Marc Espie
1999-02-17print pa-risc here as well, since, finally, cpu will have to print processor ↵Michael Shalayeff
type
1999-02-17-f option for case folding; twofsonet@graffiti.comTheo de Raadt
1999-02-17more errno values are possible; jon@oaktree.co.ukTheo de Raadt