summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-02- Show the argument names in the option list, too.Aaron Campbell
- .Nm does not need an argument after the SYNOPSIS.
2000-08-02The -q (quiet) option does not take an argument; armin@wolfermann.orgAaron Campbell
Fixes PR/1346
2000-08-02Add support for accepting packets up to 4 octets larger than thePeter Galbavy
interface MTU IFF vlans are enabled. Additional logic should be added by someone who understand 802.1q to test if this oversize packet is actually a 802.1q encapsulated, and reject others. Fix as per kernel/1328.
2000-08-02correct sun_len; Alexander@Leidinger.netTheo de Raadt
2000-08-02based on netbsd; whacked into shape by ycsu@zyxel.com.twTheo de Raadt
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-08-02update n-rcsidsMichael Shalayeff
2000-08-02import a few useful consts from netbsd; mainly for pcibios thing slipMichael Shalayeff
2000-08-02add yauc about fips; also some ugly spacesMichael Shalayeff
2000-08-01document pwdcheck and pwdtriesNiels Provos
2000-08-01talk about password checkingNiels Provos
2000-08-01integrate password quality checking, disallow all digit passwords motivatedNiels Provos
by Solar Designer. External password checking program can be spawned now, number of password trials configurable. work by me and Bob Beck.
2000-08-01close fd for pw_lck on exec, okay deraadt@Niels Provos
2000-08-01Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() doesTodd C. Miller
not allow O_WRONLY (it returns EINVAL). If the users passes O_WRONLY to dbm_open, strip it and use O_RDWR instead.
2000-08-01unused variableJun-ichiro itojun Hagino
2000-08-01be more paranoid about UDP-based echo services validation. namely,Jun-ichiro itojun Hagino
reject the following sources: 0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 255.0.0.0/8 ff00::/8 ::/128 ::ffff:0.0.0.0/96 and ::0.0.0.0/96 obeys IPv4 rule. reserved port, or NFS port. hint from deraadt.
2000-08-01rename aux.c to util.c to help with cygwin portNiels Provos
2000-08-01for datagram services, support IPv6.Jun-ichiro itojun Hagino
2000-08-01many fixes from pepper@mail.reppep.comTheo de Raadt
2000-08-01forgot these in alpha/wscons upgrade; pointed out by Erik Verbruggen ↵Michael Shalayeff
<ejv@cs.kun.nl>
2000-08-01no cn_bell yet; bad mickey, try #2Michael Shalayeff
2000-08-01no cn_bell yet; bad mickeyMichael Shalayeff
2000-08-01remove duplicate XrJakob Schlyter
2000-08-01Only install man pages once. Previously, they would be installedTodd C. Miller
during the lib install stage too.
2000-08-01update wscons, nothing serious, mostly api fixes for us; from netbsd through ↵Michael Shalayeff
aaron@
2000-08-01Add Symbios 53C895A support; armin@wolfermann.orgTodd C. Miller
2000-08-01regenTodd C. Miller
2000-08-01Add Symbios 53C895A; armin@wolfermann.orgTodd C. Miller
2000-08-01Fix sanity check, sendmail is started from rc, not netstart.Todd C. Miller
From brad@comstyle.com.
2000-08-01Add PCI attachment for i82365-compatible PCMCIA controllers. Needed forAaron Campbell
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop.
2000-08-01fix netmask notation; pr1343Hugh Graham
2000-08-01Make driver attach no matter the setting of jumper S4.Niklas Hallqvist
This solves the "cannot map DPMEM" problem some people have been seeing. Still there is an ugly printout while configuring if S4 is out, I do not know how to pretty that one just yet. Howevr it is just a cosmetic thing.
2000-07-31Fix PR 1341 -Chris Cappuccio
Don't enable UDMA modes on VIA "82C586" with revision under 6
2000-07-31reinsert corrected history section, based on jdolecek@netbsdPaul Janzen
2000-07-31use noauto on /cdrom in the examplePaul Janzen
2000-07-31since byte order bugs are gone, interrupts work okTheo de Raadt
2000-07-31POSIX rules: pass variables set on the command line to submakes throughMarc Espie
MAKEFLAGS
2000-07-31Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX makeMarc Espie
rules.
2000-07-31Remove unneeded SUBDIR override.Marc Espie
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively.
2000-07-31syncTheo de Raadt
2000-07-31moreTheo de Raadt
2000-07-31make -h option work again, it was left out on the getopt stringEric Jackson
2000-07-31before, we blocked non-root from changing mappings pointed at reserved ports.Theo de Raadt
Now, block non-root from setting them up in the first place. Also, check that pm_port is not > 65536
2000-07-31KNFTheo de Raadt
2000-07-31modernize this source code including: avoiding atoi(), range checking,Theo de Raadt
KNF. while at it, add a rpcinfo -s command for setting ports from userland.
2000-07-31prettyJason Wright
2000-07-31Correction for legacy interrupt controller attachment.Dale S. Rahn
The previous change would incorrectly allow the macintr interrupt controller to configure for the openpic interrupt controller.
2000-07-31Correct usage stringPaul Janzen
2000-07-31comma splicePaul Janzen