summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2019-09-03It's perfectly normal for the SIOCGIFFLAGS and SIOCGIFXFLAGS to failFlorian Obser
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-08-31The algorithm creating the routing addresses in route(8) and arp(6)Alexander Bluhm
2019-08-30mop up for the pcap.3 rename;Jason McIntyre
2019-08-30Remove configured IPv6 addresses remaining when slaacd(8) detects apamela
2019-08-30whitespace, found while pondering improvements to sffdumpTheo de Raadt
2019-08-29The kernel uses rtm_addrs as a bit field for addresses that areAlexander Bluhm
2019-08-29Remove redundant ikev2_msg_valid_ike_sa() call.tobhe
2019-08-29route(8) used inet/inet6 autodetection also for the link addressAlexander Bluhm
2019-08-29fix a comparison which generated a warning on sparc64.David Gwynne
2019-08-29make the list of OM fibre distances go OM1, OM2, OM3, not OM2, OM1, OM3David Gwynne
2019-08-28At startup, unveil entire filesystem to read-only. If after privdrop, someTheo de Raadt
2019-08-28s/No separable connector/No connector/David Gwynne
2019-08-28remove some cruftDavid Gwynne
2019-08-28try to factor media information out and use it for qsfp as well as sfp.David Gwynne
2019-08-27print more qsfp temperature informationDavid Gwynne
2019-08-27have a go at printing more monitoring information.David Gwynne
2019-08-27make a start at reporting qsfp monitor values.David Gwynne
2019-08-26Fix file descriptor leak due to popfile() never closing the main config file.tobhe
2019-08-26free(3) style functions should accept NULL and do nothingpamela
2019-08-26Fix file descriptor leak in config parser. Inspired by bgpd parse.y.tobhe
2019-08-26Adjust umb DNS printing code since the type of those addresses changed.Claudio Jeker
2019-08-24Clarify "protected-subnet" option.tobhe
2019-08-24Fix conflict when IKE SA and Child SA rekeying happen at the same time.tobhe
2019-08-21 Remove support for semantically opace interface identifiers (RFC 7217)Florian Obser
2019-08-21Bump /usr on big auto-allocation table; ok krw@ sthen@ phessler@Otto Moerbeek
2019-08-19Add a field for enabling/disabling reverse scrolling.Ulf Brosziewski
2019-08-16Add explanation for the [IKE/ESP only] column of the transform table.tobhe
2019-08-16Fix segfault in parser when specifying an invalid transform.tobhe
2019-08-15pfctl_reset() must set syncookies settings back to defaultAlexandr Nedvedicky
2019-08-14Fix NAT traversal detection bug when "local" option is not explicitlytobhe
2019-08-12Prepend SPI to send and recv log messages to see which line belongs totobhe
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easyRicardo Mestre
2019-08-06Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY.Kenneth R Westerback
2019-08-05dhclient.leases(5) is not required for dhclient(8) to work, so justKenneth R Westerback
2019-08-05If the leases file cannot be opened for writing, just issue a warningKenneth R Westerback
2019-08-03Mention dhclient vs AUTOCONF4.Kenneth R Westerback
2019-08-01the argument name is "address_family" (with an underscore);Jason McIntyre
2019-08-01Don't leak resolv.conf contents.Kenneth R Westerback
2019-07-31space between macro arg and punctuation;Jason McIntyre
2019-07-31Allow sbBlkCount to be less than the number of physical sectors on theKenneth R Westerback
2019-07-30Use AUTOCONF4 flag. Set the flag on startup. But if the flag isKenneth R Westerback
2019-07-26Whitespace tweak, fold long line.Kenneth R Westerback
2019-07-25Fix copy pasto, re-add missing goto in error path.Bryan Steele
2019-07-25AF_INET comes before AF_INET6. Shorten line to <80 chars.Kenneth R Westerback
2019-07-25Yet another workaround for crappy libpcap API designBryan Steele
2019-07-25Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. LetKenneth R Westerback
2019-07-25make a half-hearted attempt to shrink trunkport info a bitDavid Gwynne
2019-07-24Return fd of -1 if take_charge() detects 'quit' being set toKenneth R Westerback