summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-28start sentence on new line, from mpech@Daniel Hartmeier
2001-07-28If the peer sends a REQ without the IPADDR option, only reject itbrian
2001-07-28cleanup some RSA vs DSA vs SSH1 vs SSH2 notesMarkus Friedl
2001-07-28Wall cleanupPeter Valchev
2001-07-28Reorder linking for the sake of static arches.Hugh Graham
2001-07-28cleanups. typo.Mike Pechkin
2001-07-27clean up.Mike Pechkin
2001-07-27PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it.Jason Wright
2001-07-27add sectok_friendly_open() - like sectok_open() but acceptsJakob Schlyter
2001-07-27#ifdef vax -> #ifdef __vax__Miod Vallat
2001-07-27Wall cleanupPeter Valchev
2001-07-27Back out changes adding 'make depend' to recommended build process.Kenneth R Westerback
2001-07-27'make depend' really is required, esp. to prevent cruft being installed in th...Kenneth R Westerback
2001-07-27shorten linesTheo de Raadt
2001-07-27Use snprintf to avoid potential overflows; zen-parse@gmx.netTodd C. Miller
2001-07-27abort if stdout use ever produces EOF. before, top was one of those nastyTheo de Raadt
2001-07-27syncTheo de Raadt
2001-07-27more careful handling; i.mcwilliam@uws.edu.auTheo de Raadt
2001-07-27Back out. This is more complicated than I thought.Artur Grabowski
2001-07-27syncTheo de Raadt
2001-07-27shorten, once again. People: USE SHORT NAMES!Theo de Raadt
2001-07-27syncTheo de Raadt
2001-07-27new devs; loict@bougon.netTheo de Raadt
2001-07-27varargs.h -> stdarg.hMarco S Hyman
2001-07-27variable name "gif" is way too generic - use "gif_softc". sync with kameJun-ichiro itojun Hagino
2001-07-27Change how interrupts are acknowledged -- this is how the specification sayThorsten Lockert
2001-07-27Allow mmap. Not really working correctly yet, but almost.Artur Grabowski
2001-07-27Correct return values from audiommap.Artur Grabowski
2001-07-27If smart card support is compiled in and a smart card is being usedTodd C. Miller
2001-07-27fix acl on program filesJim Rees
2001-07-27Add important warning.Jim Rees
2001-07-27We can now boot from I2O devicesNiklas Hallqvist
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
2001-07-27short information about setpass + cleanupJakob Schlyter
2001-07-27remove clean.weekly from here. this can be added in weekly.local ifFederico G. Schwindt
2001-07-27Convert array lookups to function calls that are bounds checkedConstantine Sapuntzakis
2001-07-27Don't accept arbitrary size file handles as the kernel buffer we are copyingConstantine Sapuntzakis
2001-07-27stdarg.h, not varargs.hTodd C. Miller
2001-07-27Yet another probe fix. Switch to the right drive before looking at registersConstantine Sapuntzakis
2001-07-27Update list of cards supported by nge(4)Nathan Binkert
2001-07-27do not check in_dstaddr in rtinitflags() macro, otherwiseJun-ichiro itojun Hagino
2001-07-26Always flush the pipeline after updating cr1.Miod Vallat
2001-07-26Typo.Miod Vallat
2001-07-26add instructions for changing the passphraseJim Rees
2001-07-26sectok_fmt_fid now takes a proper fidJim Rees
2001-07-26new sectok_fmt_fidJim Rees
2001-07-26edlabel no moreMiod Vallat
2001-07-26Remove edlabel. It was only compiled on sparc and sun3, and is completelyMiod Vallat
2001-07-26require confirmation when changing aut0 passphraseJim Rees
2001-07-26Typo: radius-timout -> radius-timeout; noted by brad@Todd C. Miller