Age | Commit message (Expand) | Author |
2019-09-29 | annoying trailing whitespaces | Florian Obser |
2019-09-26 | Use SPI_SA() instead of __func__ in all logging calls. Use log_info | tobhe |
2019-09-26 | Fix leaks by cleaning up after configuration parser. | tobhe |
2019-09-25 | Do not leak cur_ns in case of malformed lease file. | Florian Obser |
2019-09-25 | Be more robust when dealing with malformed lease files. | Florian Obser |
2019-09-22 | Let sysctl(1) work in single-user mode. Same diff applied by florian@ | Kenneth R Westerback |
2019-09-20 | Document the output of 'ifconfig scan' in client mode. | Stefan Sperling |
2019-09-12 | Update to libunbound 1.9.3 | Florian Obser |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
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 |