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