summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-06-08No need to be setgid kmem anymore.Angelos D. Keromytis
2002-06-08always use getnameinfo. (diag message only)Jun-ichiro itojun Hagino
2002-06-08silently ignore deprecated options, since FallBackToRsh might be passedMarkus Friedl
by remote scp commands.
2002-06-08remove FallBackToRshMarkus Friedl
2002-06-08Free commits from theo's drunken state.Kjell Wooding
2002-06-08It had to go in.Bob Beck
2002-06-08remove FallBackToRsh/UseRshMarkus Friedl
2002-06-08just warn about Deprecated options for nowMarkus Friedl
2002-06-08deprecate FallBackToRsh and UseRsh; patch from djm@Markus Friedl
2002-06-08nuke ptrace commentMarkus Friedl
2002-06-08only accept 20 byte session idsMarkus Friedl
2002-06-08Missing newline at end of file. from krauseDale Rahn
2002-06-08. include,Marc Espie
variable modifiers: standard vs non-standard. ok miod@, millert@
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-06-07The code to append the last 5 digits of the time in Unix format toTodd C. Miller
the default seed was lost in the flat file -> directory structure conversion. Instead of reinstating that, use arc4random() to get some noise and append the last 5 digits to the seed.
2002-06-07Instead of passing seed and defaultseed to normal_mode() andTodd C. Miller
secure_mode() just pass in a single default seed. Only secure_mode() needs to actually change the seed and it can use its own temporary buffer. Fix zeroing of the secrete passphrase. Instead of useing multiple password buffers, crunch the key each time and compare the crunched values.
2002-06-06dee dee ramone died (nad been born)Michael Shalayeff
2002-06-06Zero out memory filled in by readpassphrase(3). Also fix a spelling error;Aaron Campbell
markus@ ok.
2002-06-06use get_int() macro (hide iqueue)Markus Friedl
2002-06-06discard remaining bytes of current request; ok provos@Markus Friedl
2002-06-06no trailing comma in enum; china@thewrittenword.comKevin Steves
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
todo: encrypt private keys with locked...
2002-06-05tweak quick_lookup for a faster path.Marc Espie
okay millert@
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
a few tweaks of mine. tested on sparc64 and i386.
2002-06-05remove warning.Federico G. Schwindt
2002-06-05copy current request into an extra buffer and just flush thisMarkus Friedl
request on errors, ok provos@
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
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
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
request) and verify that this value is used during authentication; ok provos@
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
millert@ ok
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
decriptor -> descriptor authentciated -> authenticated transmition -> transmission
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