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