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