summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-06-05ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@Markus Friedl
2002-06-05missing $OpenBSD$ markerMarc Espie
2002-06-05add -x/-X to usageMarkus Friedl
2002-06-05ssh-add -x for lock and -X for unlocking the agent.Markus Friedl
2002-06-05tweak quick_lookup for a faster path.Marc Espie
2002-06-05document -c, add Xr to core(5) and some minor changes as per mandoc(7).Federico G. Schwindt
2002-06-05core support from Jean-Francois Brousseau <krapht@secureops.com> withFederico G. Schwindt
2002-06-05remove warning.Federico G. Schwindt
2002-06-05copy current request into an extra buffer and just flush thisMarkus Friedl
2002-06-05mention $SSH_AUTH_SOCK; dave@ugc.org.ukMarkus Friedl
2002-06-05'-a bind_address' binds the agent to user-specified unix-domainMarkus Friedl
2002-06-05use types in inttypes.h directlyJun-ichiro itojun Hagino
2002-06-04__FUNCTION__ -> __func__Markus Friedl
2002-06-04remove __FUNCTION__Markus Friedl
2002-06-04save the session id (hash) for ssh2 (it will be passed with the initial sign ...Markus Friedl
2002-06-04only allow enabled authentication methods; ok provos@Markus Friedl
2002-06-04We want sync usage() w/ manual since -4/-6 options have been added.Mike Pechkin
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-03strlcpyTheo de Raadt
2002-06-03KNF [return(foo) -> return (foo)]. ok millert@Kjell Wooding
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-06-02mrtstat members are u_long, so use %lu not %ldJun-ichiro itojun Hagino
2002-06-02minor KNFTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-06-01more snprintfTheo de Raadt
2002-06-01cleanupsTheo de Raadt
2002-05-31recommit strlcpy/snprintf diff after i found my bugTheo de Raadt
2002-05-31pad received signature with leading zeros, because RSA_verify expectsMarkus Friedl
2002-05-31add comment:Markus Friedl
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-31extent ssh-keysign protocol:Markus Friedl
2002-05-31Add kayser; update currencies.Paul Janzen
2002-05-31undo until i find my #line bugTheo de Raadt
2002-05-30a grammar knit; from Aidan Kehoe <kehoea@parhasard.net>Michael Shalayeff
2002-05-30fix segfault when using just-one-space on an empty line; fromVincent Labrecque
2002-05-30use strlcpy and snprintfTheo de Raadt
2002-05-30Avoid spinning poll, and while we're at it more closely reproduce theHugh Graham
2002-05-30use rijndael/aes from libcrypto (openssl >= 0.9.7) instead ofMarkus Friedl
2002-05-30snprintf in .y filesTheo de Raadt
2002-05-30-4 and -6 options; kanai@big.or.jp; itojun okTheo de Raadt
2002-05-29Don't hard-code a list of allowed baud rates. Instead, acceptTodd C. Miller
2002-05-29 zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks likeVincent Labrecque
2002-05-29strlcatTheo de Raadt
2002-05-29Don't call fclose() on a NULL file handle; from markus@Todd C. Miller
2002-05-29Add a few missing tests for BFREADONLY.Vincent Labrecque
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent Labrecque
2002-05-29 add an entry for "find-file-read-only" and one for toggle-read-only,Vincent Labrecque