Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-26 | Incomplete section 4 mi manual page cleanup. | Miod Vallat | |
- make configuration lines match GENERIC files - more Xr (hopefully usefule Xr) - never mention intro(4) on non-physical devices (i.e. protocols), always mention it for physical devices - random text style and quoting fixes - drivers ported from FreeBSD did mention rc.conf instead of hostname.if as the place to put mediaopt - some .Tn UNIX -> .Ox replacements - etc, etc... reviewd in part by deraadt@ (until he got bored of this) | |||
2002-09-26 | Attempt to make these match the current state of the code. | Miod Vallat | |
2002-09-26 | Install boca(4) | Miod Vallat | |
2002-09-26 | Point to <sys/mtio.h> rather than contain an old version of it. | Miod Vallat | |
2002-09-26 | show nodev,nosuid lines; openbsd@davidkrause.com | Theo de Raadt | |
2002-09-25 | Document the flags option for usb. ok miod@ deraadt@ | Dale Rahn | |
2002-09-25 | Typo in Xr | Miod Vallat | |
2002-09-25 | better text for clause 3. pointed out by miod@. | Federico G. Schwindt | |
2002-09-25 | Correct sfr(4) reference. | Miod Vallat | |
2002-09-25 | Suggest disabling the sb driver in UKC rather than removing it from | Miod Vallat | |
the kernel, when it incorrectly matches an ess card. | |||
2002-09-25 | Link to em(4) rather than gx(4) now. | Miod Vallat | |
2002-09-25 | missing arg; peterw@ifost.org.au | Theo de Raadt | |
2002-09-25 | typo; pilot@monkey.org | Markus Friedl | |
2002-09-25 | remove rc5 | Markus Friedl | |
2002-09-25 | Try to minimize places where suid programs and devices can live | Kenneth R Westerback | |
by implementing the rules: Only '/' is neither nodev nor nosuid. i.e. it can obviously *always* contain devices or setuid programs. Every other mounted filesystem is nodev. If the user chooses to mount /dev as a separate filesystem, then on the user's head be it. The only directories that install puts suid binaries into (as of 3.2) are: /sbin /usr/bin /usr/sbin /usr/libexec /usr/libexec/auth /usr/X11R6/bin and ports and users can do who knows what to /usr/local and sub directories thereof. So try to ensure that only filesystems that are mounted at or above these directories can contain suid programs. In the case of /usr/libexec, give blanket permission for subdirectories. Note that if *all* the above are split into separate filesystems the install process will attempt a couple of cross-device links when installing base32.tgz, and fail. ok deraadt@. | |||
2002-09-25 | sync LoginGraceTime with default | Markus Friedl | |
2002-09-25 | Psycho made jason schizo (or the reverse) | Miod Vallat | |
2002-09-25 | - "resposne" is used without initialization, so zero-fill | Jun-ichiro itojun Hagino | |
- sendto(2) performed with osockaddr, so avoid that - reject anything other than AF_INET based on patch from xs@kittenz.org. deraadt/millert ok | |||
2002-09-25 | #if NVLAN > 0 around vlan portions of code | Nathan Binkert | |
2002-09-24 | typo | Theo de Raadt | |
2002-09-24 | fix english; krw ok | Theo de Raadt | |
2002-09-24 | sync | Theo de Raadt | |
2002-09-24 | tweak the example $HOME/.ssh/rc script to not show on any cmdline the | Todd T. Fries | |
sensitive data it handles. This fixes bug # 402 as reported by kolya@mit.edu (Nickolai Zeldovich). ok markus@ and stevesk@ | |||
2002-09-24 | sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com. | Jason Wright | |
2002-09-24 | sync | Nathan Binkert | |
2002-09-24 | typo | Nathan Binkert | |
2002-09-24 | make this more like others | Theo de Raadt | |
2002-09-24 | Get rid of gx(4) and use em(4) since it supports more cards and works better | Nathan Binkert | |
overall. | |||
2002-09-24 | Manpage for em(4). Intel gigabit ethernet driver | Nathan Binkert | |
2002-09-24 | Driver for Intel PRO/1000 gigabit ethernet adapters. | Nathan Binkert | |
This driver should work with all current models of gigabit ethernet adapters. Driver written by Intel Ported from FreeBSD by Henric Jungheim <henric@attbi.com> bus_dma and endian support by me. | |||
2002-09-24 | Don't use constants for the output parameter, use the iparam count as a ↵ | Jason Wright | |
pointer to the first result location. | |||
2002-09-24 | Allocate vis_user on the stack instead of using malloc(). This | Todd C. Miller | |
way we don't have to worry about malloc() failure. Also closes a memory leak since vis_user was never free()d. Lack of malloc() checking pointed out by Peter Werner. | |||
2002-09-24 | only call kerberos code for authctxt->valid | Markus Friedl | |
2002-09-24 | another | Henning Brauer | |
2002-09-24 | sync with the update in names | Nathan Binkert | |
2002-09-24 | sync | Nathan Binkert | |
2002-09-24 | Add a few intel gigabit device models and update names so they're more correct | Nathan Binkert | |
ok deraadt | |||
2002-09-24 | Rejig addel()/rmel() to keep items on a single line, with blanks | Kenneth R Westerback | |
separating items. This allows a compaction of the displayed lines for device selection. Customize the device selection routine so the actual device type is shown (disk or CD-ROM). Rename ask_fordev to ask_which so the invocations (with device type) read better. | |||
2002-09-24 | Restore pentium_microtime, testing by henning@, millert@. ok deraadt@ | Thomas Nordin | |
2002-09-23 | never send a beck to do a man's job | Theo de Raadt | |
2002-09-23 | <deraadt> someone please fix the fstab(5) example | Bob Beck | |
2002-09-23 | better "ifconfig ipv6addr deprecated" flag handling. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-23 | correct length of PADN option before jumbo payload option. sync w/kame | Jun-ichiro itojun Hagino | |
deraadt ok | |||
2002-09-23 | m6stat is a static variable (ip6_mroute.c). sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-23 | only call auth_krb5 if kerberos is enabled; ok deraadt@ | Markus Friedl | |
2002-09-23 | pull in fix from openssl-0.9.7-stable-SNAP-20020921: | Markus Friedl | |
*) Don't impose a 16-byte length minimum on session IDs in ssl/s3_clnt.c (the SSL 3.0 and TLS 1.0 specifications allow any length up to 32 bytes). [Bodo Moeller] | |||
2002-09-23 | change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for | Kevin Steves | |
non-sockets; fixes a problem passing NULL to snprintf(). ok markus@ | |||
2002-09-23 | Fix console determination; based on discussion in port-sparc64@netbsd | Jason Wright | |
2002-09-23 | remove generated crunch conf; ok deraadt@ | Markus Friedl | |
2002-09-23 | Get the wsdisplay capabilities from rasops, rather than attempting to | Miod Vallat | |
guess them at compile-time. Plus this makes cgtwelve a bit more clean. ok fgs@ deraadt@ |