summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-05-13adjust highly misleading comment to match realityMarc Espie
2018-05-12minor consistency fix; from raf czlonkaJason McIntyre
2018-05-11Make help output of relayctl redirect|host|table friendlier.Reyk Floeter
2018-05-10TCP debug sockets still had code for old TCP timers that wereAlexander Bluhm
2018-05-10reorganize codeEric Faurot
2018-05-09on the other hand, commenting this out was involuntary.Marc Espie
2018-05-09As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 soStuart Henderson
2018-05-09Remove empty syspatch dir if we fail to extract.Antoine Jacoutot
2018-05-08some barebones documentation for the record option.Ted Unangst
2018-05-04fix use-after-freeEric Faurot
2018-05-04the perl debugger tells you everything a perl process exits.Marc Espie
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