summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-05-01Remove extraneous new line from error message.anton
2018-05-01The length field of a DNS packet must be network byte order encoded; ok tedu@anton
2018-04-30allow limited setting of permanent A records. like unbound local-data.Ted Unangst
2018-04-30vmd(8): unbreak i386Mike Larkin
2018-04-29if we create fragments, we must know which files they come fromMarc Espie
2018-04-29Manpage tweaks:Anthony J. Bentley
2018-04-29remove useless indirectionsEric Faurot
2018-04-29move "mail from" and "rcpt to" code into their own function.Eric Faurot
2018-04-28link smtp(1) to the buildEric Faurot
2018-04-28okay, this wants BOTH shared directories AND dependency info, hahaMarc Espie
2018-04-28Reference hosts(5) instead of the obsolete networks(5).Ingo Schwarze
2018-04-28fix man sectionEric Faurot
2018-04-28simplify codeEric Faurot
2018-04-28remove left-over comma from log messageGilles Chehade
2018-04-28move code aroundEric Faurot
2018-04-28use the transaction as argument to the message parser.Eric Faurot
2018-04-28disallow executing by root and replace execve() with system() as we wantGilles Chehade
2018-04-28handle subaddressesGilles Chehade
2018-04-28pass transaction instead of session to smtp_message_*() functions.Eric Faurot
2018-04-28update-plist wants to ask the ports tree as well, so refactor so thatMarc Espie
2018-04-28need instrumentation for fragmentsMarc Espie
2018-04-28move code around. no functional change.Eric Faurot
2018-04-28pass a struct smtp_tx pointer to functions that apply to SMTP transactions,Eric Faurot
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2018-04-27factorize codeEric Faurot
2018-04-27vmd(8): implement vmd side of ELCR registersMike Larkin
2018-04-27pledge earlier in preparation of pledgepathFlorian Obser
2018-04-27vmd(8): allow counter state readback via misc port for square wave modeMike Larkin
2018-04-27vmd(8): allow unlatch PIT readsMike Larkin
2018-04-26- fix some macro abuseJason McIntyre
2018-04-26fix build for smtp(1) after log.h updateEric Faurot
2018-04-26sync log.h with other daemonsEric Faurot
2018-04-26vmd(8): fix some bugs in PIT mode settingMike Larkin
2018-04-26vmd(8): some more long lines that got missed last timeMike Larkin
2018-04-26vmd(8): handle PIT channel 2 status readback via port 0x61Mike Larkin
2018-04-26vmd(8): wrap some long linesMike Larkin
2018-04-26vmd(8): bump virtio network max queue size to 256 (to match qemu)Mike Larkin
2018-04-26vmd(8): use #defines for queue indices and cleanup some codeMike Larkin
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-26fix OpenBSD releaseEric Faurot
2018-04-26vmd(8): fix broken networking on newer linux guest kernelsMike Larkin
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-26add a simple SMTP clientEric Faurot
2018-04-26Globally remember the passwd entry for _syslogd. The user id isAlexander Bluhm
2018-04-26Minimal macro cleanup.Ingo Schwarze
2018-04-26adjust to removed support for /etc/networksIngo Schwarze
2018-04-26Delete support for the networks.by{name,addr} YP maps.Ingo Schwarze
2018-04-26Don't hide stderr; starting with 6.4 there will always be an SHA256.sig.Antoine Jacoutot
2018-04-26Do not call getnetbyname(3) when parsing securenet(5) and ypserv.acl(5).Ingo Schwarze
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther