Age | Commit message (Expand) | Author |
2019-03-01 | de-obfuscate by expanding three useless macros; no functional change; | Ingo Schwarze |
2019-03-01 | Start UTF-8 cleanup of store_char(), in particular getting rid of | Ingo Schwarze |
2019-03-01 | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze |
2019-03-01 | update currency exchange rates; | Jason McIntyre |
2019-03-01 | in ssh_set_newkeys(), mention the direction that we're keying in debug | Damien Miller |
2019-03-01 | Fix two race conditions in sshd relating to SIGHUP: | Damien Miller |
2019-03-01 | mention PKCS11Provide=none, reword a little and remove mention of | Damien Miller |
2019-03-01 | let PKCS11Provider=none do what users expect | Damien Miller |
2019-02-28 | Format multiple subsequent .IP or multiple subsequent .TP/.TQ | Ingo Schwarze |
2019-02-27 | dup stdout/in for proxycommand=-, otherwise stdout might be | Markus Friedl |
2019-02-26 | crank to 6.5-beta | Theo de Raadt |
2019-02-26 | Correctly handle tls_read() and tls_write() failures. | Joel Sing |
2019-02-26 | To simplify the upcoming UTF-8 cleanup in less(1), delete support | Ingo Schwarze |
2019-02-24 | Remove -S from install commands | kn |
2019-02-24 | short option comes first, followed by the corresponding long option | anton |
2019-02-24 | To measure the display width of a wide character in pwidth(), use | Ingo Schwarze |
2019-02-23 | Explain the ASCII rendering of single quotes because that repeatedly | Ingo Schwarze |
2019-02-23 | openssh-7.9 accidentally reused the server's algorithm lists in the | Damien Miller |
2019-02-22 | remove __BEGIN_DECLS/__END_DECLS, this .h file wont be | Sebastian Benoit |
2019-02-22 | perform removal of agent-forwarding directory in forward setup error | Damien Miller |
2019-02-21 | kristaps f18392f58d1f0bc72917e3ac3a46be74c194688d | Sebastian Benoit |
2019-02-21 | kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514d | Sebastian Benoit |
2019-02-21 | kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9 | Sebastian Benoit |
2019-02-21 | kristaps 156cf3b7d459efe133d603158fc33c243dc07ba0 | Sebastian Benoit |
2019-02-21 | kristaps 97df28257f3cc5faae8072fbadbc334a57a4e8a7 | Sebastian Benoit |
2019-02-21 | kristaps b1c688cad9f544a59b871c9984888cb1a3ae11e4 | Sebastian Benoit |
2019-02-21 | kristaps acb8f263717f27691f0318d4b7154f854b7206b3 | Sebastian Benoit |
2019-02-21 | implement --numeric-ids, tweaked by kristaps | Sebastian Benoit |
2019-02-21 | Use reallocarray in place of malloc(a * b) to handle possible | Alexandre Ratchov |
2019-02-18 | new attempt to sync with kristaps up to Sun Feb 17 2019 | Sebastian Benoit |
2019-02-18 | revert previous | Sebastian Benoit |
2019-02-18 | sync with kristaps up to Sun Feb 17 2019 | Sebastian Benoit |
2019-02-18 | Change ps_len of struct pfioc_states and psn_len of struct | Alexander Bluhm |
2019-02-18 | Using getopt(1) is more idiomatic and consistent with other scripts. | Sunil Nimmagadda |
2019-02-18 | Fix in-place stripping by using correct form of parameter substitution. | Sunil Nimmagadda |
2019-02-18 | sync the description of ~/.ssh/config with djm's updated description in ssh.1; | Jason McIntyre |
2019-02-17 | delete bogus comment | Theo de Raadt |
2019-02-17 | Add support for --port=PORT and ":port" in the rsync:// URL. | Theo de Raadt |
2019-02-17 | rsync has a large number of failure exit codes, so don't get used to this | Theo de Raadt |
2019-02-17 | more yoda repairs | Theo de Raadt |
2019-02-17 | cleanup protocl warning, and return exit code upwards. | Theo de Raadt |
2019-02-17 | percolate exit code from deeper code, so that values other than 1 are | Theo de Raadt |
2019-02-17 | improve option argument demonstration | Theo de Raadt |
2019-02-17 | Convert openssl(1) pkeyutl to the newer style of option handling. | Kinichiro Inoguchi |
2019-02-17 | Has to be SOCK_STREAM obviously | Theo de Raadt |
2019-02-16 | use MINIMUM() instead of MIN() as elsewhere in the tree | Theo de Raadt |
2019-02-16 | Do not look at next key byte if the length is 0, originally from Shingo | Nicholas Marriott |
2019-02-16 | nasty ugly invisible spaces | Theo de Raadt |
2019-02-16 | Document some long options | Theo de Raadt |
2019-02-16 | --archive is same as -a | Theo de Raadt |