summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-21grammar and accuracyPaul Janzen
2000-12-21Standard OpenBSD'ifications that happen when new man pages are imported.Aaron Campbell
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-21correct ipv6 path mtu discovery.Jun-ichiro itojun Hagino
2000-12-21more careful euid killingTheo de Raadt
2000-12-21use strlcpyTheo de Raadt
2000-12-20the russian forgot to link this to cac.4Theo de Raadt
2000-12-20document "default" argumentTheo de Raadt
2000-12-20Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where itAaron Campbell
is obvious.
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20remove comments about HPUX and call error() if ioctl fails; from ↵Markus Friedl
stevesk@pobox.com
2000-12-20fix prototypes; from stevesk@pobox.comMarkus Friedl
2000-12-20init pointer to NULL; report from Jan.Iven@cern.chMarkus Friedl
2000-12-20cannot get ip for remote host if proxy_command is usedMarkus Friedl
2000-12-20allow ssh -i userkey for rootMarkus Friedl
2000-12-20Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)Todd C. Miller
from BSDi. Will be enabled when BSD authentication is turned on (login_token).
2000-12-20Fix a warning.Todd C. Miller
2000-12-20correct copyright noticeTodd C. Miller
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDiTodd C. Miller
Will be used when BSD authentication is enabled
2000-12-20Don't recurse into utils as there is no longer a Makefile thereMarco S Hyman
2000-12-19-libiberty is a bogus dependency, so remove it, as we share it with egcs.Marc Espie
PR 1571.
2000-12-19add identd example for tcp6Todd T. Fries
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
with u_char.
2000-12-19replace <ssl/x.h> with <openssl/x.h>Markus Friedl
2000-12-19remove() -> unlink() for consistencyMarkus Friedl
2000-12-19make sure isakmpd works with the openssl-0.9.6 APIMarkus Friedl
2000-12-19do not reset nonblock if shell is not interactive, from crossd@cs.rpi.eduMarkus Friedl
(i should have commited this about 6 months ago, ok millert@).
2000-12-19bye byeTheo de Raadt
2000-12-19gmp is gone, make it build again; cvs retardMichael Shalayeff
2000-12-19gmp is gone, make it build againMichael Shalayeff
2000-12-19This fixes keyboard lock-ups I was getting wiggling the mouse inConstantine Sapuntzakis
console mode while using my omnicube KVM switch. The keyboard lock-ups were caused by the keyboard/mouse interface controller's input buffer filling up. This was caused because the mouse was sending data to the computer and the pms driver wasn't draining it. The driver used to rely on the fact that it could disable the mouse device when the mouse driver was closed. Disabling the mouse device prevents it from sending data to the computer. At the same time pms disabled the mouse device, pms disabled interrupt notification of the arrival of new data. This regime doesn't work so well with KVM switches which re-enable the mouse. In this case, the mouse will send data to the computer but the keyboard/moust interface controller won't raise an interrupt (because pms disabled interrupts). pms will never read from the input buffer.
2000-12-19A DMA transfer of 4 bytes was failing to complete correctlyConstantine Sapuntzakis
on a combination of VIA South Bridge and old Toshiba drive. DMA transfers of 4 bytes work for my old Mitsumi FX600 drive. Assume Toshiba drive is in error. Avoid situation by only invoking DMA transfers on transfers over 100 bytes. Thanks to Tim Howe for the hardware for testing
2000-12-18sync with Apache 1.3.14Brad Smith
2000-12-18import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2000-12-18Argh. this commit didn't make it when I did it earlier - apache 1.3.14 + ↵Bob Beck
mod_ssl 2.7.1 merge
2000-12-18fix util script runs to not assume they are executable.Bob Beck
2000-12-18calculate length and allocate buffer for status. work by deraadt@ and meNiels Provos
2000-12-18strlcat and strlcpy into libkern.Niels Provos
2000-12-18*cough*someone forgot to remove libgmp*cough*Brad Smith
2000-12-18Minor sanity check.Angelos D. Keromytis
2000-12-18redundant verb; from Reinhard J. Sammer <reinhard@sammer.net>Michael Shalayeff
2000-12-18fix nwid get/setMichael Shalayeff
2000-12-18include timeout.h to make it compile w/o ipfilterMichael Shalayeff
2000-12-18remove mention of any specific processors in this comment.Brad Smith
2000-12-17initialize dinfo alwaysMichael Shalayeff
2000-12-17Todd, Aaron, Dug, and me all prefer unidiffMarco S Hyman
2000-12-17NetBSD -> .NxBrad Smith
2000-12-17cac man pageBrad Smith
2000-12-17cacMichael Shalayeff
2000-12-17netbsd of course; from brad@Michael Shalayeff