summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-07-14allow some additional control over the use of ssh-askpassDamien Miller
2020-07-14Convert option handling for openssl(1) verify.Joel Sing
2020-07-14Remove hyphenKinichiro Inoguchi
2020-07-14Add single space between pem and ...Kinichiro Inoguchi
2020-07-14Add manual for openssl(1) certhashKinichiro Inoguchi
2020-07-13Cast to uschar when storing a char in an int that will be used as an index.Todd C. Miller
2020-07-13Do not dereference NULL environment variable value, GitHub issue 2304.Nicholas Marriott
2020-07-13Clarify /tmp permissions and use, GitHub issue 2300.Nicholas Marriott
2020-07-10Clean up s_client.cKinichiro Inoguchi
2020-07-10Change variable bio_c_out from global to localKinichiro Inoguchi
2020-07-09Wrap long lines and put space in front of label in s_client.cKinichiro Inoguchi
2020-07-09Remove c_ prefix from s_client_config memberKinichiro Inoguchi
2020-07-09Convert openssl(1) s_client option handlingKinichiro Inoguchi
2020-07-09Avoid NULL deref in regexec when searching for empty lines.Theo Buehler
2020-07-08Clarify that csh's -f flag is not just about .cshrc.Todd C. Miller
2020-07-08Simplify csh vs other shells setup codeJeremie Courreges-Anglas
2020-07-08Teach su -l -f how to start a regular shell for non-csh shellsJeremie Courreges-Anglas
2020-07-07correct recently broken commentsTheo de Raadt
2020-07-06in 2014 I added this annotation: /* XXX floating point printf in signal handl...Theo de Raadt
2020-07-06Use mnemonic KERN_PROC_ALL not literal zerokn
2020-07-06Do not eliminate redundant clears, the code is wrong and doing itNicholas Marriott
2020-07-06Add a way for control mode clients to subscribe to a format and beNicholas Marriott
2020-07-06Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.Nicholas Marriott
2020-07-06add kstat(8), the userland side of kstat(4).David Gwynne
2020-07-05some language improvements; ok markusDamien Miller
2020-07-04kill-window -a cannot just walk the list of windows because ifNicholas Marriott
2020-07-04Avoid malloc(3) calls in signal handlerkn
2020-07-04Fix a double free in error pathsJeremie Courreges-Anglas
2020-07-03update setproctitle after re-exec; ok djmMarkus Friedl
2020-07-03keep ignoring HUP after fork+exec; ok djmMarkus Friedl
2020-07-03don't exit the listener on send_rexec_state errors; ok djmMarkus Friedl
2020-07-03put back the mux_ctx memleak fix, but only for channels of typeDamien Miller
2020-07-03revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeingDamien Miller
2020-07-03Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.Nicholas Marriott
2020-07-03avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd isDamien Miller
2020-07-03Check if client is NULL before using it, GitHub issue 2295.Nicholas Marriott
2020-07-03when redirecting sshd's log output to a file, undo this redirectionDamien Miller
2020-07-03start ClientAliveInterval bookkeeping before first pass throughDamien Miller
2020-07-03Only reset the serveralive check when we receive traffic from the serverDarren Tucker
2020-07-03fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189Damien Miller
2020-07-02Update awk to July 2, 2020 version.Todd C. Miller
2020-07-01free kex in ssh_packet_close; ok djm semarieMarkus Friedl
2020-07-01Fix regression with changed SUBSEP in subscript in version 20191024.Todd C. Miller
2020-07-01Fix concatenation regression introduced in version 20201024.Todd C. Miller
2020-07-01update currency exchanges rates;Jason McIntyre
2020-06-30Fix two minor issues in snmpc_parseagent.Martijn van Duren
2020-06-30Fix potential out-of-bounds copy; spotted by Jakub Jirasek, Secunia ResearchOtto Moerbeek
2020-06-29Support the "powerpc64" architecture name.Ingo Schwarze
2020-06-29Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-28Add powerpc64 bits. From drahn@Mark Kettenis