summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2015-06-23various tweaks;Jason McIntyre
2015-06-23escape the matched substrings before using it in expansion.semarie
2015-06-23remove a deprecated character class.semarie
2015-06-23Add initial support for pattern matching using Lua's pattern matching code.Reyk Floeter
2015-06-23Fix npppd to check the size of received GRE packets properly.YASUOKA Masahiko
2015-06-23Fix the problem when npppd receives a zero length 1701/udp packet. IfYASUOKA Masahiko
2015-06-22After the last change, we also have to url_encode $SERVER_NAME andReyk Floeter
2015-06-21When encoding the Location url, only encode the query and pathReyk Floeter
2015-06-21There is a race between sending notifications to the SE and getting a newClaudio Jeker
2015-06-20sort +0n -> sort -n, the former is historicalJeremie Courreges-Anglas
2015-06-19show the number of (currently) known prefixes and the max-prefix limit,Peter Hessler
2015-06-15put -F before -f in the options list;Jason McIntyre
2015-06-15Implement a -F switch, that tells syslogd to stay in foreground.Alexander Bluhm
2015-06-15get_val() already frees the buffer passed to it so we don't need toTodd C. Miller
2015-06-12Close the lock pipe before dupping /dev/null to stdio.Alexander Bluhm
2015-06-12To match relayd's style, use an explicit enum with prefixed names forReyk Floeter
2015-06-12Perform a copy with a memmove for potentially overlapping regions.Mike Belopuhov
2015-06-12If fork fails, print an error message before exit.Alexander Bluhm
2015-06-11local user can cause smtpd to fail by sending invalid imsg to control sockGilles Chehade
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-06-11Don't do manual whitespace adjustments inside semantic macros,Ingo Schwarze