summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-26Fix previous. Adding "offset" to "maxval" was required.YASUOKA Masahiko
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-26Do not try getnetbyname(3) if gethostbyname(3) returns no result.Ingo Schwarze
2018-04-26Consolidate duplicate error messages, 'return' is not a function soKenneth R Westerback
2018-04-26Add a '-tunneldomain' ifconfig(8) option as shorthand for 'tunneldomain 0'akoshibe
2018-04-24Make dhclient show imsg pipe poll error messages in debug output only.Stefan Sperling
2018-04-23While privacy addresses do just expire and never get renewed we needFlorian Obser
2018-04-17Document how to avoid isakmpd(8) source IP address pitfalls by usingStefan Sperling
2018-04-11Two fixes in ping:Vadim Zhukov
2018-04-07Display local timezone in all deadline estimates.cheloha
2018-04-06Round user input to cylinder boundaries more betterer.Kenneth R Westerback
2018-03-31The rarely used '-L' option does not need a PATH_MAX staticKenneth R Westerback
2018-03-31Fix '-i' to discard previously defined values for the options to beKenneth R Westerback
2018-03-31Move 'require' declaration into 'DHCP Options' sectionKenneth R Westerback
2018-03-22The iked(8) fuzzer did not fuzz encrypted payloads. With that changedPatrick Wildt
2018-03-20pretty_print_option() returns a pointer to a 0 length string, notKenneth R Westerback
2018-03-19Disallow "++minutes".cheloha
2018-03-16clarify what the route priority does and what defaults are used.Sebastian Benoit
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-13RFC 7217 states (section 5, page 9):Florian Obser
2018-03-10Avoid a race when populating an mfs fs by using a tmp dir and splitOtto Moerbeek
2018-03-08Check required partition size against the size of the largest freeKenneth R Westerback
2018-03-08Calculate chunk size after adjusting both the chunk offset and chunkKenneth R Westerback
2018-03-08Instead of a SUN_CYLCHECK block in both parts of an if/else, with aKenneth R Westerback
2018-03-08Bail out of a strategy early if the sum of the minsz values exceedsKenneth R Westerback
2018-03-08Bail out of a strategy early if it requires more partitions than areKenneth R Westerback
2018-03-08Simplify the strategy looping.Kenneth R Westerback
2018-03-08Back in the history of time, IPv4 had classes of addresses. This was widelyPeter Hessler
2018-03-07RFC 7136 clarifies that the "u" and "g" bits are only significant whenFlorian Obser
2018-03-06Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval"Tim van der Molen
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