Age | Commit message (Expand) | Author |
2018-02-16 | simplify synopsis and text; | Jason McIntyre |
2018-02-15 | update tunnelttl to talk about the "copy" argument | David Gwynne |
2018-02-11 | Ooops. After getting a NAK in response to a renewal REQUEST, we delete | Kenneth R Westerback |
2018-02-11 | Make "invalid host name" messages log_debug() since the invalid host | Kenneth R Westerback |
2018-02-10 | Fix 'ignore ;' so that it really does reset the ignore list. | Kenneth R Westerback |
2018-02-10 | RFC 7217 support for slaacd | Florian Obser |
2018-02-10 | ifconfig can be used to to set interface flag to not do RFC 7217. | Florian Obser |
2018-02-10 | add support for binary sysctl payloads by handling them as hex | Florian Obser |
2018-02-09 | If there is no link after link_timeout seconds don't forget | Kenneth R Westerback |
2018-02-09 | Improve documentation of protected domains. | Martin Pieuchot |
2018-02-08 | when using tunnelttl, let -1 mean "copy the ttl from the inner traffic". | David Gwynne |
2018-02-08 | tweak previous; | Jason McIntyre |
2018-02-08 | Add a new '-protected' option for bridge members. | Martin Pieuchot |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-08 | Don't update first_sending in state_selecting() and thus | Kenneth R Westerback |
2018-02-08 | show current synflood detection watermarks in pfctl -vsi, for the lack | Henning Brauer |
2018-02-07 | Keep track of the last proposal used to configure the interface and | Kenneth R Westerback |
2018-02-06 | allow control over syncookies: set syncookies never/always/adaptive | Henning Brauer |
2018-02-06 | Abstract "no link ..." and "no lease ..." message generation | Kenneth R Westerback |
2018-02-06 | Nuke unused state S_REBINDING. We just use the time | Kenneth R Westerback |
2018-02-06 | When binding a lease from the dhclient.leasees.<if> file and | Kenneth R Westerback |
2018-02-06 | Fix fprintf() to include "\n" where needed. Prefix "no lease" | Kenneth R Westerback |
2018-02-06 | Flip -q (be quiet) into -v (be noisy), making terseness the default | Kenneth R Westerback |
2018-02-05 | Ensure that the "bound to ..." message appears in the log unless | Kenneth R Westerback |
2018-02-05 | tweak previous; | Jason McIntyre |
2018-02-05 | Always run through state_preboot() when starting up or the | Kenneth R Westerback |
2018-02-05 | Nuke unused parameter to go_daemon(). | Kenneth R Westerback |
2018-02-05 | implement an arp filter | Henning Brauer |
2018-02-04 | fprintf(stderr -> warnx | cheloha |
2018-02-02 | Make 'ifconfig if0 wpaakms 802.1x' implicitly enable WPA. | Stefan Sperling |
2018-01-31 | Check GETTY_SPACING against the monotonic clock. | cheloha |
2018-01-31 | Add support for specifying multiple transforms within a single proposal. | Patrick Wildt |
2018-01-30 | Expand "bound to ..." message to include the source of the lease, | Kenneth R Westerback |
2018-01-29 | Repair botched retry loop when generating RTM_PROPOSAL | Kenneth R Westerback |
2018-01-29 | Missed a couple of log_info()'s in previous commit. Use #ifdef DEBUG | Kenneth R Westerback |
2018-01-29 | Use log_init(), log_setverbose() and log_debug() more | Kenneth R Westerback |
2018-01-28 | Refactor and simplify the logic to select and invoke the | Kenneth R Westerback |
2018-01-28 | A few fatal() -> fatalx() where errno is not | Kenneth R Westerback |
2018-01-25 | Add DPRINTF() and use it to replace log_debug() statements inside | Kenneth R Westerback |
2018-01-24 | Don't display the seconds until renewal. i.e. "em0: bound to 1.2.3.4 | Kenneth R Westerback |
2018-01-24 | Implement support for specifying multiple proposals. This means we can | Patrick Wildt |
2018-01-22 | 1. Add a field for configuring the size of edge areas on touchpads. | Ulf Brosziewski |
2018-01-18 | Mark up mount(8) options with Cm. | Anthony J. Bentley |
2018-01-16 | GETTY_SLEEP is 30 seconds, not 10 | cheloha |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2018-01-15 | Spacing, no object change. | Martin Pieuchot |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-09 | Stop printing <not displayed> for wireless keys we know the kernel no | Martin Pieuchot |
2018-01-06 | unifdef LOGIN_CAP, we always want to use login.conf | Todd C. Miller |
2018-01-05 | Complete and fix grammar in comments and bring grammar terms, | Kenneth R Westerback |