summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-30Install history.h in install (PR 1478)Angelos D. Keromytis
2000-12-29Log the ``MPPE: MasterKey is invalid...'' message as a CCPbrian
diagnostic rather than a warning.
2000-12-29missing xfree; from vaughan99@yahoo.comMarkus Friedl
2000-12-29we no longer have an ssl package; espie@ okAnil Madhavapeddy
2000-12-29a few more ra_dprintf vs pktlen fmt fixesMichael Shalayeff
2000-12-29OpenBSD/machine banner, not machine_archMichael Shalayeff
2000-12-29import strlcpy from libcMichael Shalayeff
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
2000-12-29kiss in the rng; all those evil voices kept me pushing for it...Michael Shalayeff
2000-12-29Xr intro(9), too; mpech@prosoft.org.lvAaron Campbell
2000-12-29Don't mark filesystem clean if fsck needs to be rerun (PR 1572)Angelos D. Keromytis
2000-12-29kernfs/procfs lines in sample fstabAngelos D. Keromytis
2000-12-29newsyslog/newsyslog -m shouldn't conflict in scheduling.Angelos D. Keromytis
2000-12-29If no LEASE_TIME was received from the server, use theAngelos D. Keromytis
default_lease_time (12 hours); I'm not entirely certain the fallback is correct, but the RFC does not say what the client should do if no LEASE_TIME is given by the server. Closes PR 1077
2000-12-29Added a reminder to myself about version numbers...Hans Insulander
Also added a note about shared libraries.
2000-12-29Update version number string to match reality.Hans Insulander
(No functional change)
2000-12-29Forwarding is set in sysctl.conf, not rc.conf (madey@openbsd.pl)Angelos D. Keromytis
2000-12-29Revision 5 is 82559B.Artur Grabowski
2000-12-29remove->unlink; stevesk@pobox.comMarkus Friedl
2000-12-29undo change in comment; stevesk@pobox.comMarkus Friedl
2000-12-29sync with portable openssh; stevesk@pobox.comMarkus Friedl
2000-12-29Suppress PCI bus error messages on i386. They are not fatal and are usuallySteve Murphree
caused by another device on the PCI bus. So we won't print them. Just ACK them and go.
2000-12-29correct m88k definitions.Steve Murphree
2000-12-29add missing null pointer check. from IIJ SEIL team. sync with kameJun-ichiro itojun Hagino
2000-12-28export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ okMichael Shalayeff
2000-12-28Adding m88k supportSteve Murphree
2000-12-28TypoMiod Vallat
2000-12-28We don't provide SYS_NBOOT for netbooting hp300 machines, SYS_UBOOT isMiod Vallat
able to do this job. aaron@ ok
2000-12-28Define UADDR not as fixed address, but rather as what it really is:Miod Vallat
a negative offset relative to the top of the adressing space. This fixes the miscompilation problems in locore_r2000.S with binutils 2.10. Tested by maja@ and myself.
2000-12-28Alter compilation flags, since binutils have changed some of their defaultMiod Vallat
settings between 2.7 and 2.10. Inspired by a similar NetBSD change. Also, while I'm at it, add more -W stuff to CDIAGFLAGS
2000-12-28indent. couple of pedant. from deraadt (sync with kame)Jun-ichiro itojun Hagino
2000-12-28Remove unused and confusing reporting line.Angelos D. Keromytis
2000-12-28mvme88k updates to -current. finally!Steve Murphree
2000-12-28Fixed m88k related defines.Steve Murphree
2000-12-28enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}'Markus Friedl
2000-12-28syncAaron Campbell
2000-12-28Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not findAaron Campbell
an exact model number for it though...
2000-12-28count authentication failures onlyMarkus Friedl
2000-12-28fingerprint for MITM attacks, tooMarkus Friedl
2000-12-28document -DMarkus Friedl
2000-12-28make it obvious the key/authkey pairs can be distinct; Gordon Greene.Jason Wright
2000-12-27Show CURDIR in that failure case too. Can't show a Makefile name yetMarc Espie
though... Ok'ed miod@.
2000-12-27better english and fix some spelling mistakes, Ok'd by aaron@Brad Smith
adjucent -> adjacent usefull -> useful
2000-12-27Reality-check: install goes through fake/package now (most often).Marc Espie
Document link-categories, unlink-categories. Point to bsd.port.mk(5) as a more comprehensive document. More accurate history. Use .Fx/.Ox where I can.
2000-12-27More stuff: checksum process, fix REFETCH description.Marc Espie
Describe CATEGORIES, DISTNAME.
2000-12-27less chattyMarkus Friedl
2000-12-27undoMarkus Friedl
2000-12-27OpenSSH-2.4.0Markus Friedl
2000-12-27typoMarkus Friedl
2000-12-27new option: HostKeyAlias: allows the user to record the host keyMarkus Friedl
under a different name. This is useful for ssh tunneling over forwarded connections or if you run multiple sshd's on different ports on the same machine.