summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-03-05Outsource enabling/disabling the DPD and keepalive timers for SAs intoPatrick Wildt
2018-03-04Add if (D_VENDOR) check to last SUN_CYLCHECK block lacking it.Kenneth R Westerback
2018-03-02Tweak a couple of long lines.Kenneth R Westerback
2018-03-02Always call get_cpg() after calling get_bsize(). InitializeKenneth R Westerback
2018-03-02Refactor the countdown loop() to simplify it.cheloha
2018-03-01Check for a negative value and overflow in getuint64() when performingTodd C. Miller
2018-03-01Don't overflow or underflow value when [+-] operatorsKenneth R Westerback
2018-03-01Avoid underflow under SUN_CYLCHECK when rounding partition size toKenneth R Westerback
2018-03-01Check return value of getuint64() for ULLONG_MAX, andKenneth R Westerback
2018-02-28Now that log_debug() has been decyphered, replace DPRINTF() instancesKenneth R Westerback
2018-02-27Typo: 'tftp-server' -> 'tftp-server-name'.Kenneth R Westerback
2018-02-27handle "tunnels" without a destination addressDavid Gwynne
2018-02-27Move fsize initialization into get_fsize() to eliminate duplication.Kenneth R Westerback
2018-02-25Bunch of whitespace fixes.Kenneth R Westerback
2018-02-24If you can modify p_cpg in when 'm'odifying a partition, you should beKenneth R Westerback
2018-02-24Replace popen/setjmp/pclose with a manual pipe/fork/exec/wait.cheloha
2018-02-24return early on some unhandled ioctls rather than err().David Gwynne
2018-02-23'partions' -> 'partitions', nuke some erroneous whitespace.Kenneth R Westerback
2018-02-23Add unsetrdomain() and option -rdomain to return an interface to routingakoshibe
2018-02-20make sure we've read the lenght bytes before checking the lengthOtto Moerbeek
2018-02-20Move getvnetflowid() out of #ifndef SMALL to unbreak 'make release'.Theo Buehler
2018-02-20tweak previous, with some help from dlg;Jason McIntyre
2018-02-20add support for toggling partitioning a vnetid into a netid and flowidDavid Gwynne
2018-02-19(static) byte buffers are not aligned in any way, malloc the buffer toOtto Moerbeek
2018-02-19tweak previous;Jason McIntyre
2018-02-19add support for setting and displaying whether a tunnel allows fragmentationDavid Gwynne
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