Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-24 | - repair usage() output | Miod Vallat | |
- when changing display.foo settings, print "display.foo -> bar" like done for mouse.* and keyboard.* - use warn() over err() whenever possible and appropriate code path to display as much as useful information as possible even if one ioctl fails. This is especially useful to get the display.* settings via wsconsctl -a if your mouse can't be probed, like on the iBook. ok mcikye@ | |||
2001-10-24 | Check interface names using ifa0_lookup() and print error message for | Daniel Hartmeier | |
non-existant interfaces (instead of the generic ioctl error returned by the kernel in this case). | |||
2001-10-24 | Use snot/dnot correctly in print_rdr. RDR rules with '!' used on the | Daniel Hartmeier | |
destination address were printed incorrectly before (though the rules worked correctly). | |||
2001-10-24 | Alpha supports wscons. -moj | Mats O Jansson | |
2001-10-15 | Add 'allow-opts' to rules. Packets with IP options will be blocked by | Daniel Hartmeier | |
default now, and can be allowed per rule. ok deraadt@ | |||
2001-10-12 | SADB_X_IDENTTYPE_CONNECTION appeared after 2.9. niklas@ ok. | Hakan Olsson | |
2001-10-12 | Manpage changes to go with addition of the 't' command, and cleanup | Dale Rahn | |
By Alexander Guy. | |||
2001-10-12 | New feature for pdisk, change the type of a parition. | Dale Rahn | |
Useful since that is part of the OpenBSD/macppc installation procedure. Code by Alexander Guy, examined by drahn@ ok deraadt@ | |||
2001-10-11 | Don't htonl() past buffer bounds if ipmask == 128 | Mike Frantzen | |
2001-10-11 | Add sparc64 to the list of arches which can poweroff at shutdown, and | Miod Vallat | |
sort it. | |||
2001-10-11 | Fix various bugs in the example configuration. Most entries are | Hakan Olsson | |
"pregenerated", so indicate which aren't. 'Default-phase-N-lifetime' replaces LIFE_nnn_SECS. | |||
2001-10-11 | Corrections from Brian J. Kifiak. | Daniel Hartmeier | |
2001-10-10 | umask. spotted by form@ | Mike Pechkin | |
deraadt@, dhartmei@ ok | |||
2001-10-09 | Print correct portnr in warning msg. | Hakan Olsson | |
2001-10-07 | Add interface name to address translation to pfctl, document it and add | Daniel Hartmeier | |
a regress test. Translation is done on rule set load-time only, so the rule sets must be reloaded when an interface address changes. parse.y patch from Cedric Berger. Similar patch from Jonathon Fletcher. Thanks to both. | |||
2001-10-05 | document missing options. ok deraadt@ | Jakob Schlyter | |
2001-10-05 | Extend the FIFO ui with the 'D A <level>' (to set all debug levels) and | Hakan Olsson | |
'D T' (to toggle all logging on and off) commands. niklas@ ok. | |||
2001-10-05 | Missed this file; some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Some more debug level fixes. | Hakan Olsson | |
2001-10-05 | Tweak a couple of debug levels. | Hakan Olsson | |
2001-10-05 | {local,remote}_negotiation_address can also be IPv6. | Hakan Olsson | |
Replace 'idea' with 'aes' in the examples. | |||
2001-10-04 | Update BUGS section (after some bugging from ho@) | Angelos D. Keromytis | |
2001-10-04 | IPv6 type addresses and nets are supported now. Some style fixes. | Hakan Olsson | |
Also add a BUGS section describing why combining predefined MD5 and SHA suites in the same quick-mode proposal will currently not work. | |||
2001-10-04 | restore also uses TAPE. | Hakan Olsson | |
2001-10-04 | Mention that dump uses the TAPE variable. | Hakan Olsson | |
2001-10-04 | Honour -v flag when printing states, print only one line per state when | Daniel Hartmeier | |
non-verbose. Suggested by gwyllion@ace.ulyssis.org. | |||
2001-10-04 | trim warnx output | Jakob Schlyter | |
2001-10-03 | try to increase receive buffer size, <ft@pi.se>. ok deraadt@ | Jakob Schlyter | |
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ Ok millert@ | |||
2001-10-03 | Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it | Hans Insulander | |
has been in the userland tools and the manpages for ages. Spotted by Lars Hansson <lars@unet.net.ph> Ok deraadt@ | |||
2001-10-02 | Remove duplication from simultaneous commits | Mike Frantzen | |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-10-02 | Typo fixes (thanks gwyllion@ace.ulyssis.org) | Mike Frantzen | |
2001-10-02 | 'pfctl -O foo' dumped core. A check was there, but didn't work. | Daniel Hartmeier | |
2001-10-02 | loging -> logging | Daniel Hartmeier | |
2001-10-01 | print variable asignments only if -v is given. ok dhartmei/deraadt | Markus Friedl | |
2001-10-01 | remove typo | Theo de Raadt | |
2001-10-01 | Print error message when pfctl -N/-R can't open the specified file | Daniel Hartmeier | |
(instead of failing silently). Found by niklas@. | |||
2001-09-30 | add mode_shift and mode_lock examples; mostly from Igor Grabin ↵ | Michael Shalayeff | |
<violent@death.kiev.ua> | |||
2001-09-30 | Selectable preset FSM optimizations for several network environments. | Mike Frantzen | |
Thanks to everyone who sent me packet captures! | |||
2001-09-29 | alright, do not print quality and noise for cache; pr#2063 | Michael Shalayeff | |
2001-09-28 | Support underscores in macro names and document it in the man page. | Daniel Hartmeier | |
2001-09-22 | remove debug printf | Theo de Raadt | |
2001-09-20 | Fix uninitialized structure fields. Problem reported by Cedric Berger. | Daniel Hartmeier | |
2001-09-20 | Comment out Xr to missing boot_foo(8) pages. | Miod Vallat | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-18 | cleanups and endianness fixes. Mostly from NetBSD | Artur Grabowski | |
2001-09-18 | cleanup | Artur Grabowski | |
2001-09-18 | please big-endian systems | Artur Grabowski | |
2001-09-18 | Mention macppc in the list of platforms which can do poweroff at shutdown. | Miod Vallat | |