summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
2015-09-09Fix memory leak in error path when max length exceeded.Todd C. Miller
2015-09-09Remove more dead code.Antoine Jacoutot
2015-09-09To double the receive buffer of a socketpair does not help as sendingAlexander Bluhm
2015-09-09Remove unused code.Antoine Jacoutot
2015-09-09Move and tweak a comment.Antoine Jacoutot
2015-09-07when bypassing the enqueuer, insert Message-Id header if none was found andGilles Chehade
2015-09-07append a slash immediately after a file system path that is a directory;Igor Sobrado
2015-09-07Fix a regression that was introduced with server.c r1.64: Do NOT freeReyk Floeter
2015-09-07Simplify handling of sum files.Antoine Jacoutot
2015-09-07No need to restore backup of sum files; once the new ones are installed,Antoine Jacoutot
2015-09-06UINT_MAX would overflow the integer calculation later on, leading toTobias Stoeckmann
2015-09-06Avoid floating point exception when an invalid font width was specified.Tobias Stoeckmann
2015-09-06hex array of bytes should be printed fixed-form; from Jihyun YuTheo de Raadt
2015-09-05Avoid unintended problems with operator precedence when doing anJonathan Gray
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-09-04zap extra newline that snuck inJasper Lievisse Adriaanse
2015-09-03In sendsyslog(2) I got the plural s of messages right. The messagesAlexander Bluhm
2015-09-03Instead of creating a line buffer on the stack, tcp_readcb() canAlexander Bluhm
2015-09-03Document spool dir in smtpd's FILES section and be consistent withTodd C. Miller
2015-09-03Modify acpidump to work on systems booted from efi boot. Use the ACPIYASUOKA Masahiko
2015-09-03move paren to correctly return a negative error value instead of theJonathan Gray
2015-09-03the session kicking mechanism has an accounting bug leading to some legitGilles Chehade
2015-09-01Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoidsAlexander Bluhm
2015-09-01stop defining a local copy of perror(); libc/rpc no longer uses it.Theo de Raadt
2015-08-31The !prog and +host features allow to select log messages from aAlexander Bluhm
2015-08-30rename a variable "err" to "error"Theo de Raadt
2015-08-30warnx(3) has an implicit \n at the end.Florian Obser
2015-08-28log battery changes every 10%, not every 21.Ted Unangst
2015-08-28Rework the UNIX domain socket garbage collector, including ideas fromPhilip Guenther
2015-08-28Xr ntpctl; from Rob PierceTheo de Raadt
2015-08-27missing va_end(); OK deraadtGleydson Soares
2015-08-27When syslogd is reloading a modified config, it does a reexec onAlexander Bluhm
2015-08-27Add a boundary check for safety and use snprintf() to construct the IPYASUOKA Masahiko
2015-08-26fix a use after free in an error path found with aflJonathan Gray
2015-08-25Use ppoll(2) instead of poll(2). This has two benefits. Firstly,Todd C. Miller
2015-08-25strlcpy() accesses the source string until it finds NUL, even ifAlexander Bluhm
2015-08-25Remove references to the -h command line option which was removed.YASUOKA Masahiko
2015-08-25Remove -h command line option from radiusd(8) to make it better style.YASUOKA Masahiko
2015-08-24cp -> mvAntoine Jacoutot
2015-08-24Make backup directory of replaced files persistent: /var/sysmerge/backups.Antoine Jacoutot
2015-08-24/usr/share/sysmerge -> /var/sysmergeAntoine Jacoutot
2015-08-23Use simple byte pointer arithmetic and memcpy from/to aligned stackChristian Weisgerber
2015-08-21Increase the input side socket buffer size for "check icmp" not toYASUOKA Masahiko
2015-08-21Use reallocarray() instead of malloc() before strvisx().Reyk Floeter
2015-08-21The WebDAV MOVE method was not included in the switch statementReyk Floeter
2015-08-21spacesTheo de Raadt
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt