summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2014-10-31Update httpd(8) to use libtls instead of libressl.Joel Sing
2014-10-31Make default output matches status. Hackish but we are not allowed toAntoine Jacoutot
2014-10-31Useless use of sed(1).Antoine Jacoutot
2014-10-29delete obscure workaround for a bug in SunOS.Theo de Raadt
2014-10-29use poll() instead of the select malloc/free dance which was used toTheo de Raadt
2014-10-29use poll() instead of select(), thereby removing the fd_set malloc/freeTheo de Raadt
2014-10-29replace the use of select and hand rolled deferral of signal handlingDavid Gwynne
2014-10-28Remove now useless definesDavid Coppa
2014-10-28use nanosleep() instead of hackish select(); ok dlgTheo de Raadt
2014-10-27Ensure proper separation of grep's options and rcctl options thatRobert Peichaer
2014-10-26Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC)Philip Guenther
2014-10-26Add explicit braces to suppress compiler warnings.Brad Smith
2014-10-26fix use of uninitialized variable in error pathCharles Longeau
2014-10-26when using the local enqueuer, if the internal SMTP session fails, copy theGilles Chehade
2014-10-26Remove a gazillion useless casts to void*Philip Guenther
2014-10-26Delete casts to void* of the argument to free(): only needed when lyingPhilip Guenther
2014-10-26Update to the modern RPC style with different names for server and clientPhilip Guenther
2014-10-26clnt_sperrno() is declared nowadays in <rpc/clnt.h>Philip Guenther
2014-10-26Sort #includes; pull in <time.h> for ctime()Philip Guenther
2014-10-26When regcomp() fails, use regerror() to get a useful error messagePhilip Guenther
2014-10-26timeout_mp() is static nowPhilip Guenther
2014-10-26Declare a few functions staticPhilip Guenther
2014-10-26Lint is deadPhilip Guenther
2014-10-26Delete information about porting to and running on other platforms.Philip Guenther
2014-10-26Delete inscrutable examples; the docs cover thisPhilip Guenther
2014-10-26Use vsyslog() instead of manually expanding the string and calling syslog(%s)Philip Guenther