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