Age | Commit message (Expand) | Author |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) to avoid extra passwd | Todd C. Miller |
2018-09-16 | Replace the local getname() and getuserid() functions with calls | Todd C. Miller |
2018-09-14 | Do not leak a file descriptor when opening nohup.out. Make sure | Alexander Bluhm |
2018-09-14 | No longer needed since the ping/ping6 unification. | Florian Obser |
2018-09-14 | second try, deals properly with missing and private-only keys: | Damien Miller |
2018-09-14 | revert following; deals badly with agent keys | Damien Miller |
2018-09-14 | garbage-collect moribund ssh_new_private() API. | Damien Miller |
2018-09-14 | Use consistent format in debug log for keys readied, offered and | Damien Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-09-12 | fix edit mistake; spotted by jmc@ | Damien Miller |
2018-09-12 | add SSH_ALLOWED_CA_SIGALGS - the default list of signature algorithms | Damien Miller |
2018-09-12 | add sshkey_check_cert_sigtype() that checks a cert->signature_type | Damien Miller |
2018-09-12 | add cert->signature_type field and keep it in sync with certificate | Damien Miller |
2018-09-12 | Add "ssh -Q sig" to allow listing supported signature algorithms | Damien Miller |
2018-09-12 | allow key revocation by SHA256 hash and allow ssh-keygen to create KRLs | Damien Miller |
2018-09-12 | log certificate fingerprint in authentication success/failure message | Damien Miller |
2018-09-11 | The cursor position is limited to the margins for CUF and CUB, so turn | Nicholas Marriott |
2018-09-11 | Do not check for mouse events on pane borders when zoomed, based on a | Nicholas Marriott |
2018-09-10 | Do not clear selection when searching. | Nicholas Marriott |
2018-09-09 | Fix a crash in rdistd triggered by the recent getpw{ent,nam,uid} | Todd C. Miller |
2018-09-07 | Remove unnused af argument from unmask(), sync with pfctl | kn |
2018-09-07 | Declare strings passed to local_listen() as const. This makes it | Alexander Bluhm |
2018-09-07 | Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhat | Darren Tucker |
2018-09-07 | ssh -MM requires confirmation for all operations that change the | Damien Miller |
2018-09-06 | Do not close the socket twice in netcat. | Alexander Bluhm |
2018-09-03 | Allow a large line number to go to the end with goto-line, from Mark | Nicholas Marriott |
2018-09-03 | Fix selection test, from Takeshi Banse. | Nicholas Marriott |
2018-09-01 | update currency exchange rates; | Jason McIntyre |
2018-08-31 | clarify that patterns are extended regular expressions; ok millert@ phessler@ | Christian Weisgerber |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-08-29 | Reset line flag when clearing selection, GitHub issue 1454. | Nicholas Marriott |
2018-08-29 | recognize kcov ioctl commands; ok deraadt@ mpi@ visa@ | anton |
2018-08-29 | Keep any text killed in the command prompt with C-w and yank it with | Nicholas Marriott |
2018-08-29 | Add C-Left and C-Right as aliases for M-b and M-f. | Nicholas Marriott |
2018-08-29 | Add set-case-replaced to toggle case-preserving replace on or off. | Reyk Floeter |
2018-08-28 | Drop SSLv2, SSLv3 support. | cheloha |
2018-08-28 | fix misplaced parenthesis inside if-clause. it's harmless and the only issue is | Ricardo Mestre |
2018-08-28 | fix build with DEBUG_PK enabled | Ricardo Mestre |
2018-08-28 | Check for SSL_write(3) error. | cheloha |
2018-08-27 | Reduce excessive right padding in tagged list heads. | Ingo Schwarze |
2018-08-27 | Memory leaks, from Gang Fan in GitHub issue 1453. | Nicholas Marriott |
2018-08-26 | Handle fork() errors. The Perl fork() wrapper returns undef rather | Christian Weisgerber |
2018-08-26 | Support nesting of elements with next-line scope. | Ingo Schwarze |
2018-08-26 | Add q: format prefix to escape sh(1) special characters. Suggested by | Nicholas Marriott |
2018-08-25 | Rudimentary implementation of the roff(7) .char (output glyph | Ingo Schwarze |
2018-08-25 | If man(7) next-line scope is open and the line ends with \c, | Ingo Schwarze |
2018-08-24 | update usage for pkcs8; | Jason McIntyre |
2018-08-24 | Rudimentary implementation of the roff(7) .while request. | Ingo Schwarze |