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