summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-03-01de-obfuscate by expanding three useless macros; no functional change;Ingo Schwarze
2019-03-01Start UTF-8 cleanup of store_char(), in particular getting rid ofIngo Schwarze
2019-03-01Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze
2019-03-01update currency exchange rates;Jason McIntyre
2019-03-01in ssh_set_newkeys(), mention the direction that we're keying in debugDamien Miller
2019-03-01Fix two race conditions in sshd relating to SIGHUP:Damien Miller
2019-03-01mention PKCS11Provide=none, reword a little and remove mention ofDamien Miller
2019-03-01let PKCS11Provider=none do what users expectDamien Miller
2019-02-28Format multiple subsequent .IP or multiple subsequent .TP/.TQIngo Schwarze
2019-02-27dup stdout/in for proxycommand=-, otherwise stdout might beMarkus Friedl
2019-02-26crank to 6.5-betaTheo de Raadt
2019-02-26Correctly handle tls_read() and tls_write() failures.Joel Sing
2019-02-26To simplify the upcoming UTF-8 cleanup in less(1), delete supportIngo Schwarze
2019-02-24Remove -S from install commandskn
2019-02-24short option comes first, followed by the corresponding long optionanton
2019-02-24To measure the display width of a wide character in pwidth(), useIngo Schwarze
2019-02-23Explain the ASCII rendering of single quotes because that repeatedlyIngo Schwarze
2019-02-23openssh-7.9 accidentally reused the server's algorithm lists in theDamien Miller
2019-02-22remove __BEGIN_DECLS/__END_DECLS, this .h file wont beSebastian Benoit
2019-02-22perform removal of agent-forwarding directory in forward setup errorDamien Miller
2019-02-21kristaps f18392f58d1f0bc72917e3ac3a46be74c194688dSebastian Benoit
2019-02-21kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514dSebastian Benoit
2019-02-21kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9Sebastian Benoit
2019-02-21kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0Sebastian Benoit
2019-02-21kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7Sebastian Benoit
2019-02-21kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4Sebastian Benoit
2019-02-21kristaps acb8f263717f27691f0318d4b7154f854b7206b3Sebastian Benoit
2019-02-21implement --numeric-ids, tweaked by kristapsSebastian Benoit
2019-02-21Use reallocarray in place of malloc(a * b) to handle possibleAlexandre Ratchov
2019-02-18new attempt to sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18revert previousSebastian Benoit
2019-02-18sync with kristaps up to Sun Feb 17 2019Sebastian Benoit
2019-02-18Change ps_len of struct pfioc_states and psn_len of structAlexander Bluhm
2019-02-18Using getopt(1) is more idiomatic and consistent with other scripts.Sunil Nimmagadda
2019-02-18Fix in-place stripping by using correct form of parameter substitution.Sunil Nimmagadda
2019-02-18sync the description of ~/.ssh/config with djm's updated description in ssh.1;Jason McIntyre
2019-02-17delete bogus commentTheo de Raadt
2019-02-17Add support for --port=PORT and ":port" in the rsync:// URL.Theo de Raadt
2019-02-17rsync has a large number of failure exit codes, so don't get used to thisTheo de Raadt
2019-02-17more yoda repairsTheo de Raadt
2019-02-17cleanup protocl warning, and return exit code upwards.Theo de Raadt
2019-02-17percolate exit code from deeper code, so that values other than 1 areTheo de Raadt
2019-02-17improve option argument demonstrationTheo de Raadt
2019-02-17Convert openssl(1) pkeyutl to the newer style of option handling.Kinichiro Inoguchi
2019-02-17Has to be SOCK_STREAM obviouslyTheo de Raadt
2019-02-16use MINIMUM() instead of MIN() as elsewhere in the treeTheo de Raadt
2019-02-16Do not look at next key byte if the length is 0, originally from ShingoNicholas Marriott
2019-02-16nasty ugly invisible spacesTheo de Raadt
2019-02-16Document some long optionsTheo de Raadt
2019-02-16--archive is same as -aTheo de Raadt