summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-09-10Set up format tree for %if, GitHub issue 1896.Nicholas Marriott
2019-09-09Inform about system call memory write protection and stack mappingAlexander Bluhm
2019-09-09use PATH_MAX instead of 1024; ok teduTheo de Raadt
2019-09-09Clarify server options slightly.Nicholas Marriott
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.Nicholas Marriott
2019-09-09Put default keys in alphabetical order, from Barry Rountree.Nicholas Marriott
2019-09-09Use a zero width space to prevent mandoc warning about trailingNicholas Marriott
2019-09-09Fix potential truncation warning. ok deraadt.Darren Tucker
2019-09-07more Version 1 AT&T UNIX history:Ingo Schwarze
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
2019-09-06Allow prepending a list of algorithms to the default set by startingChristian Weisgerber
2019-09-06key conversion should fail for !openssl builds, not fall through toDamien Miller
2019-09-06typo in previousDamien Miller
2019-09-06avoid compiling certain files that deeply depend on libcrypto whenDamien Miller
2019-09-06fixes for !WITH_OPENSSL compilation; ok dtucker@Damien Miller
2019-09-06lots of things were relying on libcrypto headers to transitivelyDamien Miller
2019-09-06remove leakmalloc reference; we used this early when refactoring butDamien Miller
2019-09-06better error code for bad arguments; inspired byDamien Miller
2019-09-05Do not clear HTML_NOSPACE in print_indent().Ingo Schwarze
2019-09-05if a PKCS#11 token returns no keys then try to login and refetchDamien Miller
2019-09-05sprinkle in some explicit errors here, otherwise the percolate allDamien Miller
2019-09-05only send ext_info for KEX_INITIAL; bz#2929 ok dtuckerDamien Miller
2019-09-05macro fix; ok djmJason McIntyre
2019-09-05memleak on error path; found by libfuzzerDamien Miller
2019-09-05expose allowed_signers options parsing code in header for fuzzingDamien Miller
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