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