Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-26 | open /dev/ipl rdonly on non-destructive operations | Michael Shalayeff | |
2000-07-20 | Move ws* command man pages to arch-dependent subdirs. | Marc Espie | |
2000-07-13 | undo | Theo de Raadt | |
2000-07-09 | add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint} | Jun-ichiro itojun Hagino | |
2000-07-07 | On the last commit to fdisk when the prototypes to PRT_fix_CHS and PRT_fix_BN | Dale S. Rahn | |
were made, some code in an ifdefed section was missed. Update that section of code to have the appropriate added parameter. | |||
2000-07-05 | printf without %s | Theo de Raadt | |
2000-07-05 | remove SYSLOG(), unused function | Theo de Raadt | |
2000-07-05 | Correct minor formatting errors/typos. | Aaron Campbell | |
2000-07-03 | plug 2 memory leaks; reported by andrew.lunn@ascom.ch. | Jason Wright | |
2000-07-02 | OpenBSD'ify these man pages. | Aaron Campbell | |
2000-07-02 | From onoe@netbsd.org: | Hakan Olsson | |
Update the description of available channel for Japan. The regulations has been changed to adopt 802.11b since Oct. 99. For 11Mbps NICs sold in Japan, all DS channels (1..14) are available. | |||
2000-07-02 | descent into wsconsctl | Michael Shalayeff | |
2000-07-02 | make it compiling only for alpha and hppa | Michael Shalayeff | |
2000-07-01 | wscons control tool; initial import from newtbsd tree | Michael Shalayeff | |
2000-07-01 | be more verbose when warning for partition errors, | Michael Shalayeff | |
print partition number in the message. | |||
2000-06-30 | correct address family handling in "giftunnel". | Jun-ichiro itojun Hagino | |
test with the following: # ifconfig gif0 inet giftunnel localhost localhost # ifconfig gif0 inet6 giftunnel localhost localhost | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-29 | use %s with syslog | Theo de Raadt | |
2000-06-29 | use %s when calling syslog | Theo de Raadt | |
2000-06-28 | Remove information that's NetBSD-specific. | Artur Grabowski | |
2000-06-28 | prevent endless looping on looping fat chains | Michael Shalayeff | |
2000-06-22 | fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!) | Todd T. Fries | |
2000-06-21 | - clean makefile | Federico G. Schwindt | |
- add OpenBSD tags and copyright notice where missing. - check the return value of mount(), like EOPTNOTSUPP, and the like. - remove unused declarations and headers - rearrange manpage a bit. Add history section | |||
2000-06-20 | more info on what a bridge is (from bridge(4)). | Jason Wright | |
2000-06-20 | pedant; getopt(3) returns -1 instead of EOF. from aaron | Jun-ichiro itojun Hagino | |
2000-06-20 | spelling | Aaron Campbell | |
2000-06-20 | Merge with EOM 1.41 | Niklas Hallqvist | |
author: itojun synchronize with latest KAME PF_KEY interface. need more testing. old: changes sadb_msg, which is bad new: added sadb_x_sa2 for extra meat | |||
2000-06-20 | Merge with EOM 1.52 | Niklas Hallqvist | |
author: niklas Indentation, bad greek | |||
2000-06-19 | Merge with EOM 1.145 | Niklas Hallqvist | |
author: ho Recognize and handle reserved and private payloads differently. A private payload in a message is ignored. A message containing a reserved payload is dropped. | |||
2000-06-19 | Merge with EOM 1.40 | Niklas Hallqvist | |
author: niklas && not & | |||
2000-06-18 | Fix more buffer overflows... that's 5 in this one program (so far) | Aaron Campbell | |
2000-06-18 | strcpy() -> strlcpy() | Aaron Campbell | |
2000-06-18 | routes on down interfaces are disabled | Niels Provos | |
2000-06-18 | Xr hostname.if | Niklas Hallqvist | |
2000-06-18 | - Give more precise definitions for the -d and -f options. | Aaron Campbell | |
- Clean up FILES section. - s/BACKWARD COMPATIBILITY/COMPATIBILITY/ - Use standard options list introduction. | |||
2000-06-18 | OpenBSD tag | Niels Provos | |
2000-06-18 | get cipher number correctly. | Niels Provos | |
2000-06-18 | add mount_tcfs | Niels Provos | |
2000-06-18 | allows mount of ffs file system as tcfs file system. | Niels Provos | |
2000-06-17 | Mention -f can be used to bypass the dirty filesystem check | Niklas Hallqvist | |
2000-06-17 | Support the -f flag in order to mount dirty filesystems. This makes sense | Niklas Hallqvist | |
with soft-updates, but will leak free blocks. On non-softupdates filesystems this option is strongly unrecommended. It also allows downgrades to readonly by revoking files opened for writing. If the filesystem have mmap'ed files writeable this is dangerous. Thus, we do *not* recommend its use! | |||
2000-06-17 | -o force is not a negative option, it should set MNT_FORCE, not clear it. ↵ | Niklas Hallqvist | |
OK millert | |||
2000-06-16 | use TP_BSIZE (== BUFSIZ so no problem) | Theo de Raadt | |
2000-06-14 | document swapencrypt ctl level | Niels Provos | |
2000-06-14 | add swapencrypt ctl level. | Niels Provos | |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino | |
was 03/05 chimera. ping6: -n by default due to too many false error report due to too long reverse query delay. | |||
2000-06-11 | 0x39 == plan9 | Markus Friedl | |
2000-06-10 | know QNX; jcplace@ibm.ne | Theo de Raadt | |
2000-06-08 | Merge with EOM 1.12 | Niklas Hallqvist | |
author: angelos Default value for [KeyNote]:Credential-directory. | |||
2000-06-08 | Merge with EOM 1.19 | Niklas Hallqvist | |
author: angelos Point back to isakmpd.conf(5) author: angelos Remove fixed item from BUGs section. author: angelos Talk about re-loading of policies on SIGHUP. |