Age | Commit message (Expand) | Author |
2018-04-11 | Two fixes in ping: | Vadim Zhukov |
2018-04-07 | Display local timezone in all deadline estimates. | cheloha |
2018-04-06 | Round user input to cylinder boundaries more betterer. | Kenneth R Westerback |
2018-03-31 | The rarely used '-L' option does not need a PATH_MAX static | Kenneth R Westerback |
2018-03-31 | Fix '-i' to discard previously defined values for the options to be | Kenneth R Westerback |
2018-03-31 | Move 'require' declaration into 'DHCP Options' section | Kenneth R Westerback |
2018-03-22 | The iked(8) fuzzer did not fuzz encrypted payloads. With that changed | Patrick Wildt |
2018-03-20 | pretty_print_option() returns a pointer to a 0 length string, not | Kenneth R Westerback |
2018-03-19 | Disallow "++minutes". | cheloha |
2018-03-16 | clarify what the route priority does and what defaults are used. | Sebastian Benoit |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-03-13 | RFC 7217 states (section 5, page 9): | Florian Obser |
2018-03-10 | Avoid a race when populating an mfs fs by using a tmp dir and split | Otto Moerbeek |
2018-03-08 | Check required partition size against the size of the largest free | Kenneth R Westerback |
2018-03-08 | Calculate chunk size after adjusting both the chunk offset and chunk | Kenneth R Westerback |
2018-03-08 | Instead of a SUN_CYLCHECK block in both parts of an if/else, with a | Kenneth R Westerback |
2018-03-08 | Bail out of a strategy early if the sum of the minsz values exceeds | Kenneth R Westerback |
2018-03-08 | Bail out of a strategy early if it requires more partitions than are | Kenneth R Westerback |
2018-03-08 | Simplify the strategy looping. | Kenneth R Westerback |
2018-03-08 | Back in the history of time, IPv4 had classes of addresses. This was widely | Peter Hessler |
2018-03-07 | RFC 7136 clarifies that the "u" and "g" bits are only significant when | Florian Obser |
2018-03-06 | Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval" | Tim van der Molen |
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 |