summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2018-05-15drop unused <time.h>cheloha
2018-05-12Document current behaviour of 'ignore' directive and 'append',Kenneth R Westerback
2018-05-12log_procnames[] needs to be in sync with slaacd_process enum otherwiseFlorian Obser
2018-05-12Make LACP_STATE_BITS accessible to userlandccardenas
2018-05-11Write out updated dhclient.leases.<if>, /etc/resolv.conf and any -LKenneth R Westerback
2018-05-09Fix (include file ) line number counting by keeping track of the ungetOtto Moerbeek
2018-05-07Add the logging parameters to mousecfg.c, and make the 'param' fieldUlf Brosziewski
2018-05-05document unit value for pltime and vltime;Jason McIntyre
2018-05-02sort;Jason McIntyre
2018-05-01Mention RFC 7217 and RFC 7772Florian Obser
2018-05-01The -d flag should be a no-op in monitor mode since it does not modifyFlorian Obser
2018-05-01Sync p_rttables() to netstat(1) version. Pointed out by claudio andFlorian Obser
2018-04-30* simplify code by no longer calling getnetbyname(3)Ingo Schwarze
2018-04-30tableid is either initialized to the current routing table or to theFlorian Obser
2018-04-30No need to get the whole routing table from the kernel if we areFlorian Obser
2018-04-30Fix route monitor -AF filter.Florian Obser
2018-04-28remove references to /etc/networks; reminded by jmc@Ingo Schwarze
2018-04-28Improve / simplify pledges.Florian Obser
2018-04-28Ignore SIGPIPE in case a TCP client resets the connectPhilip Guenther
2018-04-27Add getnumber() to extract simple deciaml values from theKenneth R Westerback
2018-04-27Create and use a couple of #defines for the magic returnKenneth R Westerback
2018-04-27Restore mode on symlinksPhilip Guenther
2018-04-26Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculationsPhilip Guenther
2018-04-26Add error handling to unconfuse myself when playing with pledgepath().Florian Obser
2018-04-26The frontend tells the main process when the startup is finished soFlorian Obser
2018-04-26Hoist initialisations up; while here tighten not yet working pledge.Florian Obser
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-26No need for two copies of tricky user input gathering code. Just useKenneth R Westerback
2018-04-26Add some range checks to make sure we don't attempt to store valuesKenneth R Westerback
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