summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up s_client.cinoguchi2020-07-101-26/+27
* Change variable bio_c_out from global to localinoguchi2020-07-101-15/+11
* Wrap long lines and put space in front of label in s_client.cinoguchi2020-07-091-46/+80
* Remove c_ prefix from s_client_config memberinoguchi2020-07-091-33/+33
* Convert openssl(1) s_client option handlinginoguchi2020-07-091-450/+770
* Avoid NULL deref in regexec when searching for empty lines.tb2020-07-091-9/+10
* Clarify that csh's -f flag is not just about .cshrc.millert2020-07-081-4/+2
* Simplify csh vs other shells setup codejca2020-07-081-9/+10
* Teach su -l -f how to start a regular shell for non-csh shellsjca2020-07-082-6/+13
* correct recently broken commentsderaadt2020-07-072-4/+4
* in 2014 I added this annotation: /* XXX floating point printf in signal handler */deraadt2020-07-061-6/+8
* Use mnemonic KERN_PROC_ALL not literal zerokn2020-07-061-2/+3
* Do not eliminate redundant clears, the code is wrong and doing itnicm2020-07-061-40/+23
* Add a way for control mode clients to subscribe to a format and benicm2020-07-065-19/+515
* Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296.nicm2020-07-063-31/+50
* add kstat(8), the userland side of kstat(4).dlg2020-07-062-0/+349
* some language improvements; ok markusdjm2020-07-0515-79/+79
* kill-window -a cannot just walk the list of windows because ifnicm2020-07-045-35/+79
* Avoid malloc(3) calls in signal handlerkn2020-07-041-19/+4
* Fix a double free in error pathsjca2020-07-041-3/+6
* update setproctitle after re-exec; ok djmmarkus2020-07-031-1/+2
* keep ignoring HUP after fork+exec; ok djmmarkus2020-07-031-1/+2
* don't exit the listener on send_rexec_state errors; ok djmmarkus2020-07-031-2/+2
* put back the mux_ctx memleak fix, but only for channels of typedjm2020-07-031-1/+5
* revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeingdjm2020-07-031-3/+1
* Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.nicm2020-07-031-3/+3
* avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd isdjm2020-07-031-2/+2
* Check if client is NULL before using it, GitHub issue 2295.nicm2020-07-031-3/+3
* when redirecting sshd's log output to a file, undo this redirectiondjm2020-07-032-2/+13
* start ClientAliveInterval bookkeeping before first pass throughdjm2020-07-031-1/+3
* Only reset the serveralive check when we receive traffic from the serverdtucker2020-07-031-14/+22
* fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189djm2020-07-031-1/+3
* Update awk to July 2, 2020 version.millert2020-07-024-16/+34
* free kex in ssh_packet_close; ok djm semariemarkus2020-07-012-5/+5
* Fix regression with changed SUBSEP in subscript in version 20191024.millert2020-07-011-3/+3
* Fix concatenation regression introduced in version 20201024.millert2020-07-011-4/+4
* update currency exchanges rates;jmc2020-07-011-41/+41
* Fix two minor issues in snmpc_parseagent.martijn2020-06-301-2/+4
* Fix potential out-of-bounds copy; spotted by Jakub Jirasek, Secunia Researchotto2020-06-301-1/+3
* Support the "powerpc64" architecture name.schwarze2020-06-292-7/+8
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-06-291-7/+2
* Add powerpc64 bits. From drahn@kettenis2020-06-282-0/+55
* Allow switching between alternate devices (-F option) with sndioctl(1)ratchov2020-06-286-12/+72
* Add a new SIOCTL_SEL control type to select one of a predefined set ofratchov2020-06-283-15/+47
* Improve description of field splitting and document FS special cases.millert2020-06-271-17/+20
* Replace TAILQ concatenation loops with TAILQ_CONCATbket2020-06-271-9/+3
* Check for no pane border status line separately from top/bottom.nicm2020-06-271-2/+8
* Fix 0x Unicode character parsing, GitHub issue 2286.nicm2020-06-271-9/+23
* Add missing scroll keys to help page, name default signale for kill commandkn2020-06-271-2/+4
* Document that FS is applied at the time the input line is read.millert2020-06-261-2/+12