summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-09-04Call comma-separated lists as such to clarify semantics.Christian Weisgerber
2019-09-04adjust a variable name in a comment after the reorg in signal.c rev. 1.18Ingo Schwarze
2019-09-04tweak previous;Jason McIntyre
2019-09-03less uses a correct raceless signal method of indicating signal events inTheo de Raadt
2019-09-03repair typo and editing mishapChristian Weisgerber
2019-09-03Wrap text and phrasing elements in paragraphs unless alreadyIngo Schwarze
2019-09-03Format .Nd with more logically with <span> rather than <div>; after all,Ingo Schwarze
2019-09-03oops, fix use after free in previousIngo Schwarze
2019-09-03Make html_close_paragraph() more versatile, more robust, lessIngo Schwarze
2019-09-03Use 0 as exit value if no error has been found in the CTF section.Martin Pieuchot
2019-09-03sshsig tweaks and improvements from and suggested by MarkusDamien Miller
2019-09-03sshsig: lightweight signature and verification ability for OpenSSHDamien Miller
2019-09-03move authorized_keys option parsing helpsers to misc.c and makeDamien Miller
2019-09-03make get_sigtype public as sshkey_get_sigtype(); ok markus@Damien Miller
2019-09-03move advance_past_options to authfile.c and make it public;Damien Miller
2019-09-03move skip_space() to misc.c and make it public; ok markus@Damien Miller
2019-09-03authfd: add function to check if key is in agentDamien Miller
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