Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-08 | No need to be setgid kmem anymore. | Angelos D. Keromytis | |
2002-06-08 | always use getnameinfo. (diag message only) | Jun-ichiro itojun Hagino | |
2002-06-08 | silently ignore deprecated options, since FallBackToRsh might be passed | Markus Friedl | |
by remote scp commands. | |||
2002-06-08 | remove FallBackToRsh | Markus Friedl | |
2002-06-08 | Free commits from theo's drunken state. | Kjell Wooding | |
2002-06-08 | It had to go in. | Bob Beck | |
2002-06-08 | remove FallBackToRsh/UseRsh | Markus Friedl | |
2002-06-08 | just warn about Deprecated options for now | Markus Friedl | |
2002-06-08 | deprecate FallBackToRsh and UseRsh; patch from djm@ | Markus Friedl | |
2002-06-08 | nuke ptrace comment | Markus Friedl | |
2002-06-08 | only accept 20 byte session ids | Markus Friedl | |
2002-06-08 | Missing newline at end of file. from krause | Dale Rahn | |
2002-06-08 | . include, | Marc Espie | |
variable modifiers: standard vs non-standard. ok miod@, millert@ | |||
2002-06-07 | print rip6stat | Jun-ichiro itojun Hagino | |
2002-06-07 | The code to append the last 5 digits of the time in Unix format to | Todd 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-07 | Instead of passing seed and defaultseed to normal_mode() and | Todd 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-06 | dee dee ramone died (nad been born) | Michael Shalayeff | |
2002-06-06 | Zero out memory filled in by readpassphrase(3). Also fix a spelling error; | Aaron Campbell | |
markus@ ok. | |||
2002-06-06 | use get_int() macro (hide iqueue) | Markus Friedl | |
2002-06-06 | discard remaining bytes of current request; ok provos@ | Markus Friedl | |
2002-06-06 | no trailing comma in enum; china@thewrittenword.com | Kevin Steves | |
2002-06-05 | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ | Markus Friedl | |
2002-06-05 | missing $OpenBSD$ marker | Marc Espie | |
2002-06-05 | add -x/-X to usage | Markus Friedl | |
2002-06-05 | ssh-add -x for lock and -X for unlocking the agent. | Markus Friedl | |
todo: encrypt private keys with locked... | |||
2002-06-05 | tweak quick_lookup for a faster path. | Marc Espie | |
okay millert@ | |||
2002-06-05 | document -c, add Xr to core(5) and some minor changes as per mandoc(7). | Federico G. Schwindt | |
2002-06-05 | core support from Jean-Francois Brousseau <krapht@secureops.com> with | Federico G. Schwindt | |
a few tweaks of mine. tested on sparc64 and i386. | |||
2002-06-05 | remove warning. | Federico G. Schwindt | |
2002-06-05 | copy current request into an extra buffer and just flush this | Markus Friedl | |
request on errors, ok provos@ | |||
2002-06-05 | mention $SSH_AUTH_SOCK; dave@ugc.org.uk | Markus Friedl | |
2002-06-05 | '-a bind_address' binds the agent to user-specified unix-domain | Markus Friedl | |
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago). | |||
2002-06-05 | use types in inttypes.h directly | Jun-ichiro itojun Hagino | |
2002-06-04 | __FUNCTION__ -> __func__ | Markus Friedl | |
2002-06-04 | remove __FUNCTION__ | Markus Friedl | |
2002-06-04 | save 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-04 | only allow enabled authentication methods; ok provos@ | Markus Friedl | |
2002-06-04 | We want sync usage() w/ manual since -4/-6 options have been added. | Mike Pechkin | |
millert@ ok | |||
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | strlcpy | Theo de Raadt | |
2002-06-03 | KNF [return(foo) -> return (foo)]. ok millert@ | Kjell Wooding | |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-02 | KNF | Theo de Raadt | |
2002-06-02 | missing sockaddr inits; ok itojun | Theo de Raadt | |
2002-06-02 | mrtstat members are u_long, so use %lu not %ld | Jun-ichiro itojun Hagino | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-06-02 | KNF | Theo de Raadt | |
2002-06-01 | more snprintf | Theo de Raadt | |
2002-06-01 | cleanups | Theo de Raadt | |