Age | Commit message (Expand) | Author |
2015-07-16 | merge | Stuart Henderson |
2015-07-16 | update to Unbound 1.5.4, ok florian@, looks sane deraadt@ | Stuart Henderson |
2015-07-15 | Escape the message in server_log() as well. | Reyk Floeter |
2014-03-16 | import unbound 1.4.22 upstream sources, ok brad@ | Stuart Henderson |
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson |
2015-07-15 | For some values like the User-Agent, use vis(3) instead of url_encode(). | Reyk Floeter |
2015-07-15 | Simplify the error path of the previous commit: by using ret = -1 by | Reyk Floeter |
2015-07-15 | Close connections that fail to complete a TLS handshake. | Joel Sing |
2015-07-15 | Unbreak configurations that have a non-TLS listen statement followed by a | Joel Sing |
2015-07-15 | Fix typo in comment. | Joel Sing |
2015-07-15 | Document default locations for TLS certificate and key. | Joel Sing |
2015-07-15 | httpd don't sanitize variables before putting them in logs. It is possible for | semarie |
2015-07-15 | Send the TLS certificate and key via separate imsgs, rather than | Joel Sing |
2015-07-15 | Explicitly check for and handle EOF on a TLS connection. | Joel Sing |
2015-07-15 | Fix memory leaks that can occur when config_getserver() fails. | Joel Sing |
2015-07-15 | tweak previous; | Jason McIntyre |
2015-07-15 | Make it possible to get the daemon_class. | Antoine Jacoutot |
2015-07-15 | Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapd | Stefan Sperling |
2015-07-15 | Sort 'ls all'. | Antoine Jacoutot |
2015-07-14 | Deprecate getall (will be removed after 5.8). | Antoine Jacoutot |
2015-07-14 | Move the BIOCGSTATS ioctl operation done by the tcpdump process | Theo de Raadt |
2015-07-12 | For ASCII dumps, tighten printable characters. \v and \f aren't. | Christian Weisgerber |
2015-07-12 | improve the error message for incorrect PKG_CACHE. | Marc Espie |
2015-07-09 | During fd passing, receive_fd() tries to read the result value and | Alexander Bluhm |
2015-07-09 | Set f_hostname to NULL after free() to avoid a double free when | Alexander Bluhm |
2015-07-09 | gc old code, from Jean-Philippe Ouellet | Marc Espie |
2015-07-08 | Check for RTF_CONNECTED to track interface (connected) routes. | Martin Pieuchot |
2015-07-07 | Do not explain multiple times how to put brackets around IPv6 | Alexander Bluhm |
2015-07-07 | When syslogd is invoked with -T listen_address, it creates a TCP | Alexander Bluhm |
2015-07-06 | Remove some unneeded includes. OK deraadt@ | Todd C. Miller |
2015-07-05 | Let syslogd run with non-blocking sockets. Replace the existing | Alexander Bluhm |
2015-07-02 | To avoid copying the socket creation code for upcoming TCP listen | Alexander Bluhm |
2015-06-30 | cosmetic comma is not really necessary, better to have a raw list of packages... | Marc Espie |
2015-06-30 | new sentence, new line; | Jason McIntyre |
2015-06-30 | Sort the syslogd getopt string and switch cases according to the | Alexander Bluhm |
2015-06-30 | Add a -U command line switch for syslogd to specify an explict bind | Alexander Bluhm |
2015-06-30 | Add a small paragraph about some difference with Lua implementation. | semarie |
2015-06-29 | Add the possiblity to store all syslog messages received from a | Alexander Bluhm |
2015-06-27 | Do not send routers (option 3) or static routes (option 33) when | Kenneth R Westerback |
2015-06-27 | Corrects the manpage for patterns(7): the indexing for empty capture follow | semarie |
2015-06-26 | move #include inside #ifndef PATTERNS_H | semarie |
2015-06-26 | Corrects some minors nits. Patch from Theo Buehler. | semarie |
2015-06-25 | use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a, | Stuart Henderson |
2015-06-25 | Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was used | YASUOKA Masahiko |
2015-06-25 | Reset the LCP option state for dialin-proxy only if re-negotiation is | YASUOKA Masahiko |
2015-06-24 | tweak previous; | Jason McIntyre |
2015-06-24 | Fix npppd to terminate all PPP sessions properly even in case the | YASUOKA Masahiko |
2015-06-24 | Use the return value of event_loop() properly. Also abort(3) if | YASUOKA Masahiko |
2015-06-24 | Improve and fix typo in the comment. | YASUOKA Masahiko |
2015-06-24 | Mention that pipex should be also configured by sysctl. | YASUOKA Masahiko |