summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0Kinichiro Inoguchi
2021-09-20fix missing -s in SYNOPSYS and usage() as well as a capitalisationDamien Miller
2021-09-20Fix "Allocated port" debug message for unix sockets. From peder.stray atDarren Tucker
2021-09-20Switch scp back to use the old protocol by default, ahead of release.Damien Miller
2021-09-20wire up bpf correctlyJonathan Matthew
2021-09-20pci_mapreg_map() will assign an address to the BAR if it doesn't have oneJonathan Matthew
2021-09-19bump example versionsSebastian Benoit
2021-09-19disable pool debug for releaseSebastian Benoit
2021-09-19adjust dateTheo de Raadt
2021-09-19login.conf: raise datasize-cur limits for pbuild on macppc to 1536MBCharlene Wendling
2021-09-19adjust dateTheo de Raadt
2021-09-19Unlock top part of the VM fault handler.Martin Pieuchot
2021-09-19The LocalDomain in syslogd(8) is not used, remove variable.Alexander Bluhm
2021-09-19Switch two calls from memset() to explicit_bzero()Theo Buehler
2021-09-19At least t_fork and t_vfork tests need coredumps enabled to succeed.Claudio Jeker
2021-09-18check_send_expect() does some nasty ibuf magic to allow fn_match()Claudio Jeker
2021-09-18Work around a BIOS bug on Lenovo Thinkpads based on Intel's Tiger LakeMark Kettenis
2021-09-18upon length check or other failure, explicit_bzero an object, because it mayTheo de Raadt
2021-09-18freezero() instead of free(), because the object may contain a passwordTheo de Raadt
2021-09-18better error message for ~user failures when the sftp-serverDamien Miller
2021-09-17Fix subjectAlternativeName (SAN) generation for CSRs. CA/B Forum baselineStuart Henderson
2021-09-17these files do not need sys/param.hTheo de Raadt
2021-09-17sys/param.h was only used for PAGE_MASK. use getpagesize() atTheo de Raadt
2021-09-17sys/param.h is not needed by this fileTheo de Raadt
2021-09-17sys/param.h is only needed for MAXCOMLEN, but a few header filesTheo de Raadt
2021-09-17the ioctl table generation does not require sys/param.hTheo de Raadt
2021-09-17sys/param.h is not needed in these filesTheo de Raadt
2021-09-17sys/param.h is not needed in this fileTheo de Raadt
2021-09-17Sync 1bpp initial palette setting with NetBSD/luna68k.Kenji Aoyama
2021-09-17Implement __builtin_clear_cache() on riscv64Jeremie Courreges-Anglas
2021-09-17Do not destroy sessions twice, GitHub issue 2889.Nicholas Marriott
2021-09-17add missing sudoAnton Lindqvist
2021-09-16Implement flushing for TLSv1.3 handshakes.Joel Sing
2021-09-16make some more scp-in-SFTP mode better match Unix idiomsDamien Miller
2021-09-16allow log_stderr==2 to prefix log messages with argv[0]Damien Miller
2021-09-16dhcpleased(8) does not (yet?) track if routes it added are deletedFlorian Obser
2021-09-16tcpdump: Fix data alignment issue in WireGuard printerVisa Hankala
2021-09-16Add EXTRACT_LE_64BITS().Visa Hankala
2021-09-16various improvements:Anton Lindqvist
2021-09-16Fix run-shell -d with no command, GitHub issue 2885.Nicholas Marriott
2021-09-16sync SYNOPSIS and usage(); ok florianJason McIntyre
2021-09-16missing space character in ssh -G output broke the t-sshcfgparseDamien Miller
2021-09-16drm/amdgpu/acp: Make PM domain really workJonathan Gray
2021-09-15bump to LibreSSL 3.4.1Theo Buehler
2021-09-15Set the X509 validation depth limit to 12 or double the current depth.Claudio Jeker
2021-09-15Explain that traceroute compresses * * * lines at the end of theFlorian Obser
2021-09-15Rewrite and simplify dhcpleasectl(8).Florian Obser
2021-09-15Add build infrastructure for the libclang_rt.profile library.Frederic Cambus
2021-09-15For the moment, restore if-shell and run-shell to parsing at the lastNicholas Marriott
2021-09-15allow CanonicalizePermittedCNAMEs=none in ssh_config; ok markus@Damien Miller