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