summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-10-31Initialize sun_len, pointed out by deraadt@.Florian Obser
2013-10-31another stray %dTheo de Raadt
2013-10-30add "smtpctl show relays" and "smtpctl show hosts" commandsEric Faurot
2013-10-30use more careful format strings to deal with various forms of AS#'sTheo de Raadt
2013-10-30another simple %i to %d conversion for obviousnessTheo de Raadt
2013-10-29Fix a potential file descriptor overlap in exec_cgi() by making sureFlorian Obser
2013-10-29add missing heloname field for relayhost.Eric Faurot
2013-10-29emit an extra "config" convenience target that allows oneMarc Espie
2013-10-29use "/etc/mail/mailname" instead of "/etc/mailname" and make it a define.Eric Faurot
2013-10-29randomize counter part of generated uidsEric Faurot
2013-10-29Report mta sessions errors on the route rather than on the MX.Eric Faurot
2013-10-29sort includesEric Faurot
2013-10-28alias files may be emptyEric Faurot
2013-10-28accept credentials formated as "<user> <passwd>"Eric Faurot
2013-10-28Report the ssl certificate verification status in the mail header.Eric Faurot
2013-10-28handle the case where the filter string is quotedEric Faurot
2013-10-28Set lastmxquery when the MX query returns, not when it is issued.Eric Faurot
2013-10-28bzero() some structs before using them, to be safe.Eric Faurot
2013-10-28Improve mkuboot's ELF handling. This fixes the problem where mkubootPatrick Wildt
2013-10-27Add support for AUTH LOGIN in mta.Eric Faurot
2013-10-27missing m_end()Eric Faurot
2013-10-27use log_* functions instead of err*/warn*Eric Faurot
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2013-10-27obvious fixes in the external queue code.Eric Faurot
2013-10-27fix parsing of inet6 addresses when prefixed with "IPv6:"Eric Faurot
2013-10-27Implement a feedback mechanism which allows the mta to "hold" envelopesEric Faurot
2013-10-27Make the filter infrastructure move forward.Eric Faurot
2013-10-27Create the control socket in the parent process to abort early ifEric Faurot
2013-10-27enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.aalm
2013-10-26Only use setsockopt(..SO_RTABLE..) if an alternative rtable is specifiedStuart Henderson
2013-10-26fix default schemaEric Faurot
2013-10-26Simplify code for loading and dumping envelopes. Makes it much easierEric Faurot
2013-10-26%i -> %d in format stringsEric Faurot
2013-10-25local enqueuer improvements:Eric Faurot
2013-10-25allocate key storage dynamically instead of using a fixed size bufferEric Faurot
2013-10-25If the admin issues a remove request for an envelope which is inflight, do notEric Faurot
2013-10-25Improve reporting in smtpctl and a few fixes.Eric Faurot
2013-10-25obvious time_t mishandling. Sigh.Theo de Raadt
2013-10-24When building the expansion tree, distinguish between apparentlyEric Faurot
2013-10-24fix USERINFO and CREDENTIALS lookups in experimental sqlite backend.Eric Faurot
2013-10-24fix leaks on updateEric Faurot
2013-10-24Do not fatal() immediatly on write error, but report to the upper layer.Eric Faurot
2013-10-24These two programs got fooled by the KAME/NRL split and need type repair.Theo de Raadt
2013-10-24no need for netinet/ip_var.h (and friends)Theo de Raadt
2013-10-23We need to loop around waitpid to catch all exited children as we areFlorian Obser
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-10-21Do not leak fds in fork(2) error path.Florian Obser
2013-10-21Check for EINTR, too.Florian Obser
2013-10-21No need for volatile here.Florian Obser
2013-10-21- -V after -tJason McIntyre