Age | Commit message (Expand) | Author |
2019-09-03 | fix memleak in ssh_free_identitylist(); ok markus@ | Damien Miller |
2019-09-03 | factor out confirm_overwrite(); ok markus@ | Damien Miller |
2019-09-02 | constify an argument | Damien Miller |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-09-02 | Delete what remains of the support for combining characters into | Ingo Schwarze |
2019-09-02 | The output of netstat -g was mangled. Fix header line and print | Alexander Bluhm |
2019-09-02 | downgrade PKCS#11 "provider returned no slots" warning from log level | Damien Miller |
2019-09-01 | print comment when printing pubkey from private | Damien Miller |
2019-09-01 | delete the TAG_IDIV crutch, which is no longer used | Ingo Schwarze |
2019-09-01 | update currency exchange rates; | Jason McIntyre |
2019-08-31 | Previous change prevented non-root uses of locate by users. | kmos |
2019-08-31 | New utility function mbtowc_left() because this functionality - | Ingo Schwarze |
2019-08-30 | Remove unnecessary NULL check before free function in openssl(1) dgst | Kinichiro Inoguchi |
2019-08-30 | Wrap lines over 80 cols and put space before goto label in openssl(1) dgst | Kinichiro Inoguchi |
2019-08-30 | Simplify checking and more readable descriptions in openssl(1) dgst | Kinichiro Inoguchi |
2019-08-30 | Convert openssl(1) dgst to the newer style of option handling | Kinichiro Inoguchi |
2019-08-30 | locate.updatedb can't update the database unless it is run as root. | kmos |
2019-08-29 | In the HTML formatter, assert(3) that no HTML nesting violation occurs. | Ingo Schwarze |
2019-08-29 | Split dev_close() routine in two parts. | Alexandre Ratchov |
2019-08-29 | Split dev_open() in two parts. | Alexandre Ratchov |
2019-08-29 | Make debug printf in port_open() look as others | Alexandre Ratchov |
2019-08-29 | It is not longer necessary to double-escape ; in %%%, problem reported | Nicholas Marriott |
2019-08-29 | Fix wrong comment about MIDI port hold flag | Alexandre Ratchov |
2019-08-29 | Move code de disconnect all MIDI clients to its own routine. | Alexandre Ratchov |
2019-08-29 | Move code de disconnect all audio clients to its own routine. | Alexandre Ratchov |
2019-08-29 | Uniformize device-specific debug printfs | Alexandre Ratchov |
2019-08-28 | The resize event was never deciding to actually resize the pane if there | Nicholas Marriott |
2019-08-27 | Better error reporting on malformed packets. | Martijn van Duren |
2019-08-26 | replace a mmap() with pread(). The mmap() is not needed, the file is | Sebastian Benoit |
2019-08-26 | Fix swap-window -d to work as intended, GitHub issue 1879 from Sam Stuewe. | Nicholas Marriott |
2019-08-23 | Use -delete in EXAMPLES | kn |
2019-08-22 | GC some old stuff | Marc Espie |
2019-08-20 | - more no longer accepts random less commands | Jason McIntyre |
2019-08-17 | signal handlers should not call exit() due to possibility of reentering | Theo de Raadt |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-08-16 | Call comma-separated lists as such to clarify semantics | kn |
2019-08-16 | grid_view_delete_cells does need to clear, GitHub issue 1871. | Nicholas Marriott |
2019-08-16 | include sshbuf-misc.c in SRCS_BASE | Damien Miller |
2019-08-16 | switch percent_expand() to use sshbuf instead of a limited fixed buffer; | Damien Miller |
2019-08-14 | make usage() and SYNOPSIS more alike | Theo de Raadt |
2019-08-14 | Default to previous search string for search-forward and | Nicholas Marriott |
2019-08-14 | Revert a change I did not mean to commit yet. | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-08-13 | Error-index starts at 1, not 0. | Martijn van Duren |
2019-08-13 | Check for strdup return value and exit on failure. | Frederic Cambus |
2019-08-13 | Fix a segmentation fault in awk, from upstream version 20121220. | Frederic Cambus |
2019-08-12 | In isnow(), always validate the value of the month variable before | Todd C. Miller |
2019-08-12 | Add the CP_SPIN time to the sum of system time reported. | Claudio Jeker |
2019-08-11 | Replace some err(1, NULL) with err(1, "malloc"). | Martijn van Duren |
2019-08-11 | Cleanup usage. | Martijn van Duren |