summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-02-04Use ACS for pane border indicators so they work with different lineNicholas Marriott
2022-02-04Since they are deprecated, move DSA to the end of the default list ofDarren Tucker
2022-02-03Unindent and unwrap lines. Pull up a NULL check. No functional change.Theo Buehler
2022-02-03Remove commented variable declarationsTheo Buehler
2022-02-03Use X509_*get0_pubkey() wherever possible to simplify and clean upTheo Buehler
2022-02-03Remove some stale comments.Theo Buehler
2022-02-03Adjust size given to resize-pane for pane status line, GitHub issueNicholas Marriott
2022-02-03Use format_draw for command prompt prefix to allow styles, GitHub issueNicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.Nicholas Marriott
2022-02-03Add a key in copy mode to toggle position indicator.Nicholas Marriott
2022-02-01allow 'ssh-keygen -Y find-principals' to match wildcard principalsDamien Miller
2022-02-01mark const string array contents const too, i.e.Damien Miller
2022-02-01better match legacy scp behaviour: show un-expanded paths in errorDamien Miller
2022-02-01A menu must be shown on a client, so always give the client when addingNicholas Marriott
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022Nicholas Marriott
2022-02-01Mention that if-shell and #() use /bin/sh.Nicholas Marriott
2022-02-01Do not overflow width when not enough space.Nicholas Marriott
2022-02-01Remove explicit kill of privsep preauth child's PID in SIGALRM handler.Darren Tucker
2022-01-29head(1): refactor main loopScott Soule Cheloha
2022-01-29rev(1): refactor main loopScott Soule Cheloha
2022-01-29touch(1): don't leak file descriptor if futimens(2) failsScott Soule Cheloha
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-27Update awk to Dec 8, 2021 version.Todd C. Miller
2022-01-22add a ssh_packet_process_read() function that reads from a fdDamien Miller
2022-01-22Use sshbuf_read() to read directly into the channel input bufferDamien Miller
2022-01-22Add a sshbuf_read() that attempts to read(2) directly in to aDamien Miller
2022-01-21add a helper for writing an error message to the stderr_buf and settingDamien Miller
2022-01-21correct comment and use local variable instead of long indirection;Damien Miller
2022-01-21When poll(2) returns -1, for some error conditions pfd[].revents isTheo de Raadt
2022-01-20mg: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-17when decompressing zlib compressed packets, use Z_SYNC_FLUSH insteadDamien Miller
2022-01-17make most of the sftp errors more idiomatic, following the general formDamien Miller
2022-01-17when transferring multiple files in SFTP mode, create the destinationDamien Miller
2022-01-17dig: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-17Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issueNicholas Marriott
2022-01-16Avoid memory leak in error path with openssl(1) smimeKinichiro Inoguchi
2022-01-16Avoid memory leak in error path with openssl(1) cmsKinichiro Inoguchi
2022-01-14Enable openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2022-01-14openssl(1) dgst: fix build after clones removalTheo Buehler
2022-01-14Convert openssl(1) speed for opaque EVP_AEAD_CTXTheo Buehler
2022-01-14Convert openssl(1) rsa.c for opaque RSATheo Buehler
2022-01-14openssl(1) genrsa: simplify access to rsa->eTheo Buehler
2022-01-14Convert openssl(1) gendsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dsaparam to opaque dsaTheo Buehler
2022-01-14Convert openssl(1) dsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dhparam to opaque DHTheo Buehler
2022-01-14Convert openssl(1) dh.c to opaque DHTheo Buehler
2022-01-14allow pin-required FIDO keys to be added to ssh-agent(1).Damien Miller
2022-01-14ssh-sk: free a resident key's user idDamien Miller
2022-01-14sshsk_load_resident: don't preallocate respDamien Miller