Age | Commit message (Expand) | Author |
2011-04-16 | Allow -v (verbose logging) to work if a -D option is supplied. | Stuart Henderson |
2011-04-15 | remove unused function ikev2_flows_delete() | Reyk Floeter |
2011-04-13 | print flags in hex; from hshoexer@; ok mikeb@ mpf@ | Markus Friedl |
2011-04-12 | Make mount work when the special is provided as a DUID. | Joel Sing |
2011-04-09 | We are incorrectly processing option 33 (static route), treating | Kenneth R Westerback |
2011-04-06 | Userland bits to allow PF to filter on the rdomain a packet belongs to. | Claudio Jeker |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2011-04-05 | ditch fastroute, an ipf feature that made its way into pf before | Mike Belopuhov |
2011-04-04 | give more space when printing volumes to allow softraid0 to fit | joshua stein |
2011-04-04 | no reason not to let msdosfs mount async, from Alexander Polakov | Ted Unangst |
2011-04-04 | route(8) has a -q option. No need for all this >/dev/null 2>&1 | Kenneth R Westerback |
2011-04-04 | Align man page with current reality. | Kenneth R Westerback |
2011-04-04 | Stray '$medium' missed in last commit. | Kenneth R Westerback |
2011-04-04 | Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT, | Kenneth R Westerback |
2011-03-31 | these days, newfs creates one inode per 4 fragments, rather than one per 8KB, | Stuart Henderson |
2011-03-27 | Fix interval handling. Start at initial_interval instead of | Kenneth R Westerback |
2011-03-27 | new sentence, new line; | Jason McIntyre |
2011-03-26 | Correct described default for initial-interval. It is three, not | Kenneth R Westerback |
2011-03-23 | use the define for max rdomain with tunneldomain as well | Jonathan Gray |
2011-03-13 | consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants to | Jason McIntyre |
2011-03-13 | s/can be/are/ in previous; from jmc | Stefan Sperling |
2011-03-13 | Add a way to enable/disable Wake On LAN with ifconfig. | Stefan Sperling |
2011-03-12 | These utilities can currently only operate with a 32-bit block number range, | Theo de Raadt |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2011-03-05 | If an auto-allocation scheme fails because there are not enough | Kenneth R Westerback |
2011-03-03 | This change makes ping compare minimum amount of bytes between what | Mike Belopuhov |
2011-03-02 | no need for a separate NOTES section; ok henning | Jason McIntyre |
2011-03-02 | Every time the user updates the bounds of the OpenBSD area of the disk, eithe... | Kenneth R Westerback |
2011-03-01 | Introduce a dummy function in the SMALL case to digest arguments like | Claudio Jeker |
2011-02-28 | switch open(...) to opendev(...) | Alexander Hall |
2011-02-21 | Honour MBR_read() results and don't pretend we can parse blocks we | Kenneth R Westerback |
2011-02-19 | If the user screws up adding a partition, don't keep partial bits | Kenneth R Westerback |
2011-02-17 | Clarify that ifconfig tries to show interface groups before type "groups". | Camiel Dobbelaar |
2011-02-17 | 0-4095 inclusive is the correct (12 bit) vlan range | Camiel Dobbelaar |
2011-02-03 | When binding to addresses, ignore any IP address not in the current | Peter Hessler |
2011-01-29 | no need for fopen, when opendev gives us a perfectly good fd. | Ted Unangst |
2011-01-28 | improve behavior of drop_sa: always negotiating a new child sa; ok reyk | Mike Belopuhov |
2011-01-26 | Don't initiate any connections in passive mode, not even for ACQUIRE messages | Reyk Floeter |
2011-01-26 | get rid of acquire flows completely, as they tend to pass traffic | Mike Belopuhov |
2011-01-26 | enable child sas and do sa and flow transfer after succeeding with | Mike Belopuhov |
2011-01-25 | fixup child sa deletion in drop_sa; ok reyk | Mike Belopuhov |
2011-01-24 | fixup previous for the responder mode | Mike Belopuhov |
2011-01-23 | 'pfctl -x none' did not turn debugging off. Skip the syslog internal | Alexander Bluhm |
2011-01-21 | repair rekeying by sending appropriate traffic selector; ok reyk | Mike Belopuhov |
2011-01-21 | don't use memcmp on comparing two iked_addrs but IKED_ADDR_EQ. | Reyk Floeter |
2011-01-21 | - Fix traffic selector configuration that it is always "from $localnet | Reyk Floeter |
2011-01-21 | Remove misleading error message. | Reyk Floeter |
2011-01-21 | don't create child sas from empty proposals. | Reyk Floeter |
2011-01-21 | handle empty encrypted payloads (might happen with some informationals) | Reyk Floeter |