summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2018-01-05the value of bflag is a blockno, so use the proper type, avoidsOtto Moerbeek
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2018-01-04Compact some whitespace, unsplit now shorter lines.Kenneth R Westerback
2018-01-04Comments and grammar use '_decl' so use _decl instead of _declarationKenneth R Westerback
2018-01-04space -> tabMartin Pieuchot
2018-01-04parse_lease_time() is an unnecessary abstraction. Just useKenneth R Westerback
2018-01-04We only parse decimal numbers, so parse_decimal() -> parse_number() toKenneth R Westerback
2018-01-02Add missing mouse type. Reported by bit shifter on misc@; ok bru@anton
2018-01-02More grammar comments improvements.Kenneth R Westerback
2018-01-01Tweak syntax comments into consistency and completeness.Kenneth R Westerback
2017-12-31Remove an unused variable and instruct lex not to produce the input() functionanton
2017-12-23Since ikev2_init_recv() is supposed to only handle responses to anPatrick Wildt
2017-12-20Always 'send' host-name, rather than relying on dhclient.conf to askKenneth R Westerback