Age | Commit message (Expand) | Author |
2020-07-08 | Clarify that csh's -f flag is not just about .cshrc. | Todd C. Miller |
2020-07-08 | Simplify csh vs other shells setup code | Jeremie Courreges-Anglas |
2020-07-08 | Teach su -l -f how to start a regular shell for non-csh shells | Jeremie Courreges-Anglas |
2020-07-07 | correct recently broken comments | Theo de Raadt |
2020-07-06 | in 2014 I added this annotation: /* XXX floating point printf in signal handl... | Theo de Raadt |
2020-07-06 | Use mnemonic KERN_PROC_ALL not literal zero | kn |
2020-07-06 | Do not eliminate redundant clears, the code is wrong and doing it | Nicholas Marriott |
2020-07-06 | Add a way for control mode clients to subscribe to a format and be | Nicholas Marriott |
2020-07-06 | Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. | Nicholas Marriott |
2020-07-06 | add kstat(8), the userland side of kstat(4). | David Gwynne |
2020-07-05 | some language improvements; ok markus | Damien Miller |
2020-07-04 | kill-window -a cannot just walk the list of windows because if | Nicholas Marriott |
2020-07-04 | Avoid malloc(3) calls in signal handler | kn |
2020-07-04 | Fix a double free in error paths | Jeremie Courreges-Anglas |
2020-07-03 | update setproctitle after re-exec; ok djm | Markus Friedl |
2020-07-03 | keep ignoring HUP after fork+exec; ok djm | Markus Friedl |
2020-07-03 | don't exit the listener on send_rexec_state errors; ok djm | Markus Friedl |
2020-07-03 | put back the mux_ctx memleak fix, but only for channels of type | Damien Miller |
2020-07-03 | revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeing | Damien Miller |
2020-07-03 | Missing word, from annihilannic at hotmail dot com, GitHub issue 2288. | Nicholas Marriott |
2020-07-03 | avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is | Damien Miller |
2020-07-03 | Check if client is NULL before using it, GitHub issue 2295. | Nicholas Marriott |
2020-07-03 | when redirecting sshd's log output to a file, undo this redirection | Damien Miller |
2020-07-03 | start ClientAliveInterval bookkeeping before first pass through | Damien Miller |
2020-07-03 | Only reset the serveralive check when we receive traffic from the server | Darren Tucker |
2020-07-03 | fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189 | Damien Miller |
2020-07-02 | Update awk to July 2, 2020 version. | Todd C. Miller |
2020-07-01 | free kex in ssh_packet_close; ok djm semarie | Markus Friedl |
2020-07-01 | Fix regression with changed SUBSEP in subscript in version 20191024. | Todd C. Miller |
2020-07-01 | Fix concatenation regression introduced in version 20201024. | Todd C. Miller |
2020-07-01 | update currency exchanges rates; | Jason McIntyre |
2020-06-30 | Fix two minor issues in snmpc_parseagent. | Martijn van Duren |
2020-06-30 | Fix potential out-of-bounds copy; spotted by Jakub Jirasek, Secunia Research | Otto Moerbeek |
2020-06-29 | Support the "powerpc64" architecture name. | Ingo Schwarze |
2020-06-29 | Replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2020-06-28 | Add powerpc64 bits. From drahn@ | Mark Kettenis |
2020-06-28 | Allow switching between alternate devices (-F option) with sndioctl(1) | Alexandre Ratchov |
2020-06-28 | Add a new SIOCTL_SEL control type to select one of a predefined set of | Alexandre Ratchov |
2020-06-27 | Improve description of field splitting and document FS special cases. | Todd C. Miller |
2020-06-27 | Replace TAILQ concatenation loops with TAILQ_CONCAT | bket |
2020-06-27 | Check for no pane border status line separately from top/bottom. | Nicholas Marriott |
2020-06-27 | Fix 0x Unicode character parsing, GitHub issue 2286. | Nicholas Marriott |
2020-06-27 | Add missing scroll keys to help page, name default signale for kill command | kn |
2020-06-26 | Document that FS is applied at the time the input line is read. | Todd C. Miller |
2020-06-26 | Remove duplicate initialisation | kn |
2020-06-26 | Switch cdio's default CDDB database to gnudb.gnudb.org:8880. | Christian Weisgerber |
2020-06-26 | Update awk to June 25, 2020 version. | Todd C. Miller |
2020-06-26 | Update awk to June 12, 2020 version. | Todd C. Miller |
2020-06-26 | backout 1.293 fix kex mem-leak in ssh_packet_close at markus request | Sebastien Marie |
2020-06-26 | Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS. | Stefan Sperling |