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