Age | Commit message (Expand) | Author |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2014-11-17 | CAVEATS was removed (no more INSTALL/DEINSTALL scripts, so it's OK for | Stuart Henderson |
2014-11-17 | Always free "ps" after usage. | Tobias Stoeckmann |
2014-11-17 | show super speed status in verbose output | Jonathan Gray |
2014-11-16 | use sa_family instead of hard coded inet. from Yury Konovalov | Ted Unangst |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-16 | Convert the logic in the error function of the ldap schema parser. | Alexander Bluhm |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-16 | so old it becomes untrue | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-14 | Shorten the AgentX header debug messages (only compiled with -DDEBUG) | Reyk Floeter |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-13 | remove networks(5) support; it wasn't even documented to exist; | Ingo Schwarze |
2014-11-13 | Fix a condition which selects log level for errors on routing socket, | YASUOKA Masahiko |
2014-11-13 | When the pool address is changed and there is a PPP session which uses | YASUOKA Masahiko |
2014-11-12 | tweak previous; | Jason McIntyre |
2014-11-12 | truncate dead.letter | Gilles Chehade |
2014-11-11 | Tweak the the DHCPACK to DHCPINFORM log entry so that it is | Kenneth R Westerback |
2014-11-11 | Allow the log directory to be configurable in the config file, rather than | Bob Beck |
2014-11-11 | Adjust aspath_strlen() since the output format changed to ASPLAIN. | Claudio Jeker |
2014-11-11 | The default output format for 32bit AS numbers has moved from AS_DOT+ | Peter Hessler |
2014-11-10 | Fix horrible spelling mistake introduced in r1.17 | Miod Vallat |
2014-11-10 | Don't attempt to open log files when using syslog, as we are not going to | Bob Beck |
2014-11-10 | Typo: consitent -> consistent. | Kenneth R Westerback |
2014-11-07 | Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain | Joel Sing |
2014-11-06 | since domain appending is handled at the daemon level, don't try to do it | Gilles Chehade |
2014-11-05 | stop prepending the user id in local enqueuing Received line | Gilles Chehade |
2014-11-04 | use after free in poll loop | Theo de Raadt |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | actually use macro argument instead of shadowed variable name | Ted Unangst |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Add gcc format attributes to yyerror() in httpd. | Doug Hogan |
2014-11-03 | Add gcc format attributes to more warn/error functions in parse.y files. | Doug Hogan |
2014-11-02 | increment s->datalen counter in append domain code to correctly account for | Gilles Chehade |
2014-11-02 | rework domain append by locating either the brackets or the last component | Gilles Chehade |
2014-11-02 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-02 | use nanosleep() instead of select(); ok jsing | Theo de Raadt |
2014-11-02 | make comment select() vs poll() agnostic | Theo de Raadt |
2014-11-02 | remove bogus comment | Theo de Raadt |
2014-11-02 | convert select() to poll(). | Theo de Raadt |
2014-11-02 | Add gcc format attributes to parse.y's yyerror() for bgpd. | Doug Hogan |
2014-11-02 | Add gcc format attributes to parse.y for ospf{6,}d. | Doug Hogan |
2014-11-01 | Simplify. | Antoine Jacoutot |
2014-11-01 | Replace the combination of strlen(), calloc(), strlen(), strlcpy() | Alexander Bluhm |
2014-10-31 | convert select() to poll(). Bit more complicated here. Some interesting | Theo de Raadt |