Age | Commit message (Expand) | Author |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-08 | Set content charset for auto index generated page. | Florian Obser |
2016-03-08 | Fix: "authconf.users_file_path" is a char[] but is checked as a char*. | YASUOKA Masahiko |
2016-03-08 | Remove __cplusplus include guard. | YASUOKA Masahiko |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
2016-03-07 | fix error in documentation of `ca' keyword | Gilles Chehade |
2016-03-07 | (type *)0 -> NULL | mmcc |
2016-03-05 | According to RFC7231, section 7.1.1.1, the HTTP date header supports | Christian Weisgerber |
2016-03-05 | update to unbound 1.5.8, ok florian@ jung@ | Stuart Henderson |
2014-11-20 | update to Unbound 1.5.0, ok sthen@ | Brad Smith |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2016-03-05 | mirror memset changes to ber.c made in ldapd (these 3 daemons | Theo de Raadt |
2016-03-04 | Set root device to sd0a, instead of wd0a. Virtio devices show up | Stefan Kempf |
2016-03-01 | fatal("malloc") -> fatal(NULL) | Jeremie Courreges-Anglas |
2016-03-01 | add LIBCRYPTO to DPADD | Gleydson Soares |
2016-03-01 | Pointless 'return;' in void functions | Jeremie Courreges-Anglas |
2016-03-01 | Kill unused #defines | Jeremie Courreges-Anglas |
2016-02-29 | correct return values for -e; from patrik lundin | Jason McIntyre |
2016-02-29 | Merge add/make_prefix() and kill last use of struct in6_prefixreq in userland. | Jeremie Courreges-Anglas |
2016-02-29 | Move ckqueue() to common_source/common.c | Jeremie Courreges-Anglas |
2016-02-29 | init_prefix() is now trivial, merge it with its caller. | Jeremie Courreges-Anglas |
2016-02-28 | Fix ghastly whitespace. From Chris Bennett | tb |
2016-02-26 | sys/signal.h -> signal.h | Jeremie Courreges-Anglas |
2016-02-26 | Unused variable. | Jeremie Courreges-Anglas |
2016-02-26 | GC remnants of the Router Renumbering code; ok florian@ | Jeremie Courreges-Anglas |
2016-02-26 | Remove #if'0ed code that uses a deprecated ioctl; ok florian@ | Jeremie Courreges-Anglas |
2016-02-26 | Kill some useless members of struct rainfo; ok florian@ | Jeremie Courreges-Anglas |
2016-02-24 | satisfy whiny compiler on m88k, noticed by aoyama, solution from gsoares | Theo de Raadt |
2016-02-23 | sanitize environment thru a whitelist. Only pass what's relevant for ftp and | Marc Espie |
2016-02-23 | I just stumbled on this and noticed that eigrpd requires inet and rpath in pl... | Gleydson Soares |
2016-02-22 | the default address family for a listener was set too late and would | Gilles Chehade |
2016-02-21 | Skip redistributed routes when updating the FIB. | Renato Westphal |
2016-02-21 | Move some functions around and rename a few variables and functions. | Renato Westphal |
2016-02-21 | Simplify the handling of the sequence tlv. | Renato Westphal |
2016-02-21 | Copy structs by assignment instead of memcpy. | Renato Westphal |
2016-02-21 | Introduce the bad_addr() family of functions. | Renato Westphal |
2016-02-21 | Extend eigrp_addrcmp() and use it in more places. | Renato Westphal |
2016-02-21 | Several minor tweaks. | Renato Westphal |
2016-02-21 | Add scope id only for unicast IPv6 packets. | Renato Westphal |
2016-02-21 | Make eigrpd work against newer IOS routers. | Renato Westphal |
2016-02-21 | Filter our RTM_GET messages which are not from us. | Renato Westphal |
2016-02-21 | Make tcpdump show details of beacon country elements in verbose mode only. | Stefan Sperling |
2016-02-21 | bump version | Gilles Chehade |
2016-02-18 | sync() requires unistd.h | Tobias Ulmer |
2016-02-18 | Fix format string of a warning. | Alexander Bluhm |
2016-02-17 | Prevent an integer overflow in syslogd when parsing the priority. | Alexander Bluhm |
2016-02-16 | Pass down the initial value of CR0 down to the RESETCPU ioctl() as well. | Stefan Kempf |
2016-02-15 | Revert previous, semarie@ found a regression. | Martin Pieuchot |
2016-02-14 | ospf6d looks for net.inet6.ip6.forwarding, not net.inet.ip.forwarding. | Reyk Floeter |
2016-02-14 | httpd patterns double free | Sebastien Marie |