Age | Commit message (Expand) | Author |
2020-02-04 | Free the transcript as soon as we initialise the transcript hash. | Joel Sing |
2020-02-04 | Remove unused files. | Florian Obser |
2020-02-04 | Refactoring to prepare multi-queues support, no intended behavior change: | Martin Pieuchot |
2020-02-04 | Replace msleep(9) by sleep_setup/setup_signal/finish() dance. | Martin Pieuchot |
2020-02-04 | allow reading of sysctl kern.somaxconn in "inet", due to | Theo de Raadt |
2020-02-04 | require FIDO application strings to start with "ssh:"; ok markus@ | Damien Miller |
2020-02-04 | Replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2020-02-04 | Enable rge(4). | Kevin Lo |
2020-02-03 | revert enabling UpdateHostKeys by default - there are still corner cases | Damien Miller |
2020-02-03 | 1. To avoid confusion, when showing a function definition, call it | Ingo Schwarze |
2020-02-03 | ORCPT addresses are prefixed with an address type, the stricter check cause | Gilles Chehade |
2020-02-03 | now that mail.local(8) relies on lockspool(1) for mailbox locking, have the | Gilles Chehade |
2020-02-03 | Instead of passing titles through vis() which doubles backslashes, just | Nicholas Marriott |
2020-02-03 | use better markup for challenge and write-attestation, | Jason McIntyre |
2020-02-02 | Allow mail.local to be run as non-root. | Todd C. Miller |
2020-02-02 | add SENDER to mda environment and teach lmtp to use that instead of command | Gilles Chehade |
2020-02-02 | Since OpenBSD has switched to the strict host model, this regress | Alexander Bluhm |
2020-02-02 | Tweak dhclient(8) timing defaults depending on SMALL rather than using | Kenneth R Westerback |
2020-02-02 | Add missing new line to printf. Make clean should not require SUDO. | Alexander Bluhm |
2020-02-02 | Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-related | Theo de Raadt |
2020-02-02 | Back out previous "insert two nop instructions after svc instructions | Christian Weisgerber |
2020-02-02 | Output (none) in debug in the case in the CheckHostIP=no case as | Darren Tucker |
2020-02-02 | Prevent possible null pointer deref of ip_str in debug. | Darren Tucker |
2020-02-02 | shuffle the challenge keyword to keep the -O list sorted; | Jason McIntyre |
2020-02-02 | Drop 'mixer' variable whose value is not used. | Alexandre Ratchov |
2020-02-02 | Rename {print,parse}_val() functions to {print,parse}_field() | Alexandre Ratchov |
2020-02-02 | stop worrying about compilers that do not support ANSI C89; | Ingo Schwarze |
2020-02-02 | Fix MD in "ldomctl dump" | kn |
2020-02-01 | Also insert two nop instructions after svc instructions for SYS_exit | Theo de Raadt |
2020-02-01 | Rename print_names flag to show_names. | Alexandre Ratchov |
2020-02-01 | Move commands processing into it's own routine. | Alexandre Ratchov |
2020-02-01 | Back out previous. Nothing wrong with the diff per se but I should have | anton |
2020-02-01 | be much stricter about ORCPT, it isn't in the code path of local delivery | Gilles Chehade |
2020-02-01 | Grab the kernel lock in pgsigio() as it's strictly needed while | anton |
2020-02-01 | Use -rdomain to reset rdomain | kn |
2020-02-01 | condition to enter mda_mbox() is too strict, if user have commands in their | Gilles Chehade |
2020-02-01 | Tweak regress to match change made to tls13_key_share_peer_public(). | Joel Sing |
2020-02-01 | Correctly unpack client key shares. | Joel Sing |
2020-02-01 | Disable TLSv1.3 client while some known issues are being addressed. | Joel Sing |
2020-02-01 | replace vlan instance SRP lists with SMR_SLISTs | Jonathan Matthew |
2020-02-01 | Make writes to the f_flag field of `struct file' MP-safe using atomic | anton |
2020-02-01 | update currency exchange rates; | Jason McIntyre |
2020-02-01 | tweak previous; | Jason McIntyre |
2020-01-31 | regress test for sshd_config Include directive; from Jakub Jelen | Damien Miller |
2020-01-31 | whitespace | Damien Miller |
2020-01-31 | force early logging to stderr if debug_flag (-d) is set; avoids | Damien Miller |
2020-01-31 | mistake in previous: filling the incorrect buffer | Damien Miller |
2020-01-31 | Add a sshd_config "Include" directive to allow inclusion of files. | Damien Miller |
2020-01-31 | spelling fix; | Jason McIntyre |
2020-01-31 | introduce mda_mbox() to handle mbox delivery in its own code path, and make | Gilles Chehade |