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