Age | Commit message (Expand) | Author |
2023-12-23 | Relax -C pledge to unbreak shelling out in interactive mode | Klemens Nanni |
2023-12-23 | Suppress a spurious empty arg at EOF w/ "find -0" caused by the last commit. | Todd C. Miller |
2023-12-22 | xargs: fix parsing of empty fields when "xargs -0" is used. | Todd C. Miller |
2023-12-21 | Tweak comment, the actual format is "ucom<unit#>:<usb id>" | Jeremie Courreges-Anglas |
2023-12-20 | spelling; ok markus@ | Jonathan Gray |
2023-12-19 | include KTRFAC_PINSYSCALL in the ktrace options | Theo de Raadt |
2023-12-19 | sort -C, and add to usage(); ok djm | Jason McIntyre |
2023-12-19 | correct section numbers; from Ed Maste | Damien Miller |
2023-12-18 | match flag type (s/int/u_int) | Damien Miller |
2023-12-18 | openssh-9.6 | Damien Miller |
2023-12-18 | ssh-agent: record failed session-bind attempts | Damien Miller |
2023-12-18 | ban user/hostnames with most shell metacharacters | Damien Miller |
2023-12-18 | stricter handling of channel window limits | Damien Miller |
2023-12-18 | Make it possible to load certs from PKCS#11 tokens | Damien Miller |
2023-12-18 | apply destination constraints to all p11 keys | Damien Miller |
2023-12-18 | add "ext-info-in-auth@openssh.com" extension | Damien Miller |
2023-12-18 | implement "strict key exchange" in ssh and sshd | Damien Miller |
2023-12-15 | provide the pieces for ktrace/kdump to observe pinsyscall violations. | Theo de Raadt |
2023-12-15 | No interactive shell if -o is given | Klemens Nanni |
2023-12-13 | when invoking KnownHostsCommand to determine the order of host key | Damien Miller |
2023-12-12 | Make -o less special, drop -o '' support, always use last value | Klemens Nanni |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-11 | Report system call pinning violations. | Theo de Raadt |
2023-12-09 | Fix wrong call to slot->ops->exit() causing server to abort. | Alexandre Ratchov |
2023-12-08 | prevent leak in sshsig_match_principals; ok djm@ | Markus Friedl |
2023-12-06 | short circuit debug log processing early if we're not going to | Damien Miller |
2023-11-30 | Single file to stdout without "fattr" | Klemens Nanni |
2023-11-30 | Fold identical pledge cases, '#ifndef SMALL \n if (!resume)' equals 'else' | Klemens Nanni |
2023-11-28 | Update awk to the Nov 27, 2023 version. | Todd C. Miller |
2023-11-27 | Document -J, --omit-link-times and remove a confusing sentence from | Claudio Jeker |
2023-11-27 | Implement --omit-link-times / -J based on the --omit-dir-times work | Claudio Jeker |
2023-11-27 | The uploader tail shortcut to skip dir postprocessing should also check | Claudio Jeker |
2023-11-27 | Add --no-O and --no-omit-dir-times options. For some reason the real | Claudio Jeker |
2023-11-25 | Update awk to the Nov 24, 2023 version. | Todd C. Miller |
2023-11-24 | 1. Do not put ASCII_HYPH (0x1c) into the tag file. | Ingo Schwarze |
2023-11-24 | Plug mem leak of msg when processing a quit message. | Darren Tucker |
2023-11-23 | Add --omit-dir-times / -O | Job Snijders |
2023-11-23 | Include existing mux path in debug message. | Darren Tucker |
2023-11-22 | Piping single file to standard out needs no "proc exec" | Klemens Nanni |
2023-11-22 | Do not drop into "ftp> " shell when piping to stdandard output | Klemens Nanni |
2023-11-22 | Update awk to the Nov 20, 2023 version. | Todd C. Miller |
2023-11-21 | Make a few purpose things const | Theo Buehler |
2023-11-20 | Include <dev/efi/efiio.h> to pretty print EFIIOC_* ioctls | Klemens Nanni |
2023-11-20 | Sort includes, <scsi/scsi_all.h> before <dev/*> | Klemens Nanni |
2023-11-20 | set errno=EAFNOSUPPORT when filtering addresses that don't match | Damien Miller |
2023-11-19 | openssl pkcs12: rewrite without reaching into X509_ALGOR | Theo Buehler |
2023-11-19 | openssl ts: convert to X509_ALGOR_set0() | Theo Buehler |
2023-11-16 | avoid reading data when enumerating kstats. | David Gwynne |
2023-11-16 | handle printing cpu freq and volt kstat_kv types | David Gwynne |
2023-11-15 | when connecting via socket (the default case), filter addresses by | Damien Miller |