summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-11-13document smtpctl "show hosts" and "show relays".Eric Faurot
2013-11-13Knob to set priority with which bgpd inserts routes into the kernelFlorian Obser
2013-11-13disable .forward lookup if sticky bit is set on homedirEric Faurot
2013-11-13Fix case-folding issue with pki names. They are case-insensitive.Eric Faurot
2013-11-13protos, and please gcc warnings about operator precedenceTheo de Raadt
2013-11-12ensure there are prototypesTheo de Raadt
2013-11-12handle lack of prototypeTheo de Raadt
2013-11-12missing protos and an unused variableTheo de Raadt
2013-11-12add missing protosTheo de Raadt
2013-11-12handle lack of prototypeTheo de Raadt
2013-11-12missing protosTheo de Raadt
2013-11-12prototype the mess of functions insideTheo de Raadt
2013-11-12prototypes, some pleasing of gcc, and cleanup an unused variableTheo de Raadt
2013-11-12remove the code that iterates over binary types, since everything is nowTheo de Raadt
2013-11-12unused variable in the shadowsTheo de Raadt
2013-11-11Make sure string and symbol tables are properly aligned.Patrick Wildt
2013-11-07missing manpage, spotted by jmc@Eric Faurot
2013-11-06fix format stringEric Faurot
2013-11-06fix assertion that could lead to orphaned messages left in the queueEric Faurot
2013-11-06Much much improved config parser and related changes.Eric Faurot
2013-11-04Hook up nginx.conf(5) to the build.Florian Obser
2013-11-03minor formatting improvements,Ingo Schwarze
2013-11-03Document "Embedded Variables"Florian Obser
2013-11-03document grammar; written myself; ok florian@Ingo Schwarze
2013-11-03Add a man page for nginx.conf; not yet hooked to the build.Florian Obser
2013-11-02bunch of format string cleanups, removing %i, signed vs unsigned, and evenTheo de Raadt
2013-11-01another annoying %iTheo de Raadt
2013-11-01Fix endianess for big endian architecture.Sylvestre Gallon
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