Age | Commit message (Expand) | Author |
2019-07-11 | modify link-identify so it reports if HELO or EHLO was used | Gilles Chehade |
2019-07-11 | introduce link-reset to let smtpd report resets happening in a session | Gilles Chehade |
2019-07-11 | Allow functions that have 1 or more parameters receive and process | Mark Lumsden |
2019-07-11 | Kill commented-out wsfont_remove(). | Martin Pieuchot |
2019-07-11 | Remove duplicate pledge(2) and comment from another era. While here also place | Ricardo Mestre |
2019-07-11 | fix date which got broken by Mdocdate during commit | Ingo Schwarze |
2019-07-11 | When parsing a tab character that is not preceded by a space character | Ingo Schwarze |
2019-07-11 | listen(2) should return EINVAL if the socket is connected. | Alexander Bluhm |
2019-07-11 | there are three ways to authenticate 'AUTH PLAIN', 'AUTH PLAIN <creds>' and | Gilles Chehade |
2019-07-11 | Compile clang with -fomit-frame-pointer on mips64. This releases the | Visa Hankala |
2019-07-11 | Using pthread_atfork instead of __register_atfork with uClibc on noMMU | Kinichiro Inoguchi |
2019-07-11 | Fix manual openssl(1) s_client | Kinichiro Inoguchi |
2019-07-11 | fix NULL pointer dereference, reported and fix tested by sthen | Alexandr Nedvedicky |
2019-07-11 | to avoid confusion, use the IANA-registered port rather than the old made-up | Stuart Henderson |
2019-07-11 | tweak tests to match simpler behavior | Marc Espie |
2019-07-11 | move the display of cmd into fatal, and don't say it's a fatal error, it's | Marc Espie |
2019-07-11 | tweak the way we report bugs | Marc Espie |
2019-07-11 | The privileged process of dhclient(8) runs several ioctl(2)s that are forbidden | Ricardo Mestre |
2019-07-11 | tedu: when you commit a change with global impact, please do a full | Theo de Raadt |
2019-07-11 | zero pad and align FO_POSITION; no binary change | anton |
2019-07-11 | sort Xr; | Jason McIntyre |
2019-07-11 | I visited telnet to find and fix some monster bug, and within 20 minutes | Theo de Raadt |
2019-07-11 | include linux/string.h so drm_panel_orientation_quirks.c can get the | Jonathan Gray |
2019-07-11 | on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoid | Theo de Raadt |
2019-07-11 | add /usr/local/sbin. ok deraadt millert | Ted Unangst |
2019-07-11 | Xr ldomctl 8 | Theo de Raadt |
2019-07-11 | drm/fb-helper: generic: Don't take module ref for fbcon | Jonathan Gray |
2019-07-11 | drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE | Jonathan Gray |
2019-07-11 | drm/amd/powerplay: use hardware fan control if no powerplay fan table | Jonathan Gray |
2019-07-11 | drm/i915/dmc: protect against reading random memory | Jonathan Gray |
2019-07-11 | drm: panel-orientation-quirks: Add quirk for GPD MicroPC | Jonathan Gray |
2019-07-11 | drm: panel-orientation-quirks: Add quirk for GPD pocket2 | Jonathan Gray |
2019-07-10 | obfuscate auth parameters in smtp reporting | Gilles Chehade |
2019-07-10 | Some time ago, i simplified mandoc_msg() such that it can be used | Ingo Schwarze |
2019-07-10 | Received SACK options are managed by a linked list at the TCP socket. | Alexander Bluhm |
2019-07-10 | Make read/write of the f_offset field belonging to struct file MP-safe; | anton |
2019-07-10 | Stop sleeping at PUSER. | Martin Pieuchot |
2019-07-10 | The command item changes so can't keep getting the target out of it, need to use | Nicholas Marriott |
2019-07-10 | Remove few level 3 debug printfs related to slot allocation. | Alexandre Ratchov |
2019-07-10 | Replace the "umap" bitmap by a simple table of slot pointers. | Alexandre Ratchov |
2019-07-10 | Swap "if" and "else" code blocks in slot_new() to improve readability. | Alexandre Ratchov |
2019-07-10 | Slot name can't be empty. So, no need to check if it is empty. | Alexandre Ratchov |
2019-07-10 | Use NULL instead of 0 where a pointer is expected. | Alexandre Ratchov |
2019-07-10 | document the dropping of the second / and ? in line address REs; | Jason McIntyre |
2019-07-10 | in man.cgi(8), disable -O toc by default; requested by deraadt@ | Ingo Schwarze |
2019-07-10 | yet another last_error | Marc Espie |
2019-07-10 | yet another creation instance | Marc Espie |
2019-07-10 | actually we only care about the first error line, and the final status | Marc Espie |
2019-07-10 | tweak the pipe to backsubstitute USER for `whoami` so that we can store | Marc Espie |
2019-07-10 | Add -F to refresh-client to specify flags for control clients - one flag | Nicholas Marriott |