Age | Commit message (Collapse) | Author |
|
|
|
|
|
ok ccardenas
|
|
- *an* smtp
- format the list nicer
ok eric
|
|
|
|
ok gilles@
|
|
PIT modes are now properly handled, including INTTC mode. This fixes some
bootloader timeouts.
ok brynet
|
|
|
|
Allow PIT channel 2 status (fired/counting) readback via port 0x61
bit 5.
ok guenther@
|
|
|
|
|
|
ok phessler
|
|
While here, delete some extra #includes and apply style(9) sort rules.
ok deraadt@ krw@ mpi@
|
|
|
|
Linux kernels after about 4.11.x or so exhibited problems with vmd(8)'s
virtio implementation. This commit fixes two bugs - an descriptor index
problem for the receive queue and a problem where the packet data was
being copied into the secondary descriptor buffer (should now be the
first descriptor's buffer, since that has enough size now for a non-jumbo
frame). Verified on ubuntu 17.10 (linux 4.13.x) and regression tested
on a variety of older linux guests and non-linux guests.
ok ccardenas, phessler
|
|
ok benno@
|
|
ok gilles@
|
|
used for opening the pipe process. Move the getpwnam() lookup out
of the privsep parent loop, so it does not need "getpw" pledge
anymore.
OK deraadt@
|
|
The way the content is presented is still atrocious,
but i'm not cleaning that up right now.
|
|
|
|
This is part of the project to delete /etc/networks support.
OK deraadt@
|
|
|
|
If anybody still uses these files, specify networks with numbers in there.
This is part of the project to delete /etc/networks support.
OK deraadt@
|
|
Delete a bunch of unnecessary #includes and sort to match style(9)
while doing the above cleanup.
ok deraadt@ krw@
|
|
be overridden. Useful for nextgen update-plist
|
|
ok eric@
|
|
|
|
ok eric@
|
|
|
|
(such as errors relating to not having VMX/etc). Change the log_init
to log to syslog so at least we have some chance of seeing these errors.
requested and ok beck@
|
|
building: more accurate information can be found elsewhere;
while here, replace Gt sequences;
prompted by a diff from il ka;
ok deraadt guenther
|
|
|
|
diff from Leo Gaspard, ok eric@ and I
|
|
prompted by il ka
|
|
Leah Neukirchen reports that according to RFC5322 escaping quote
within quotes is valid and that postfix accepts it as well.
https://github.com/OpenSMTPD/OpenSMTPD/issues/846
Ok gilles@
|
|
problem reported by TJ
|
|
|
|
from matt schwartz
ok claudio
|
|
to 1024 session per process (esp. with keep-alive). Now the fd limit is
the new maximum and relayd will make sure to not accept too many sessions.
The tcp backlog config maximum is now 512, adjust manpage accordingly.
OK benno@ deraadt@
|
|
Ensures that the olatch decrements uniformly, independent of system
wall clock jumps.
While here, roll the olatch computation in i8253_do_readback() into
a loop, and leverage the timespec macros in sys/time.h. Both make the
code a lot more readable.
ok mlarkin@
|
|
This implements RFC 3430, with the exception of processing multiple
incoming requests in parallel (Section 2.1). This required too much
code and is optional anyway.
Initial review by reyk@, very thorough reviews by jca@. Thanks!
OK jca@, gerhard@
|
|
set to HOST_DOWN.
Noticed and fixed by Rivo Nurges <Rivo DOT Nurges AT smit DOT ee>
ok and reminder florian@
|
|
Ok ccardenas@
|
|
"listen on * port 80".
While here accept up to 16 addresses from DNS or interface groups.
requested by & "lovely" deraadt@
OK kn@
|
|
So that events fire punctually, even if the system clock is changed.
ok jca@
|
|
addresses could be listed with prefix.
Initial diff from Ryan Kavanagh, tweaked by me.
Ok millert@ gilles@
|
|
Ryan Kavanagh reported on github that certain domains have misconfigured
SPF records. https://github.com/OpenSMTPD/OpenSMTPD/issues/844
Ok millert@ gilles@
|
|
OK jca, stsp
|
|
removal of the agreement url by now.
OK benno
|
|
AF_UNIX is both the historical _and_ standard name, so prefer and recommend
it in the headers, manpages, and kernel.
ok miller@ deraadt@ schwarze@
|