Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-05-31 | recommit strlcpy/snprintf diff after i found my bug | Theo de Raadt | |
2002-05-31 | pad received signature with leading zeros, because RSA_verify expects | Markus Friedl | |
a signature of RSA_size. the drafts says the signature is transmitted unpadded (e.g. putty does not pad), reported by anakin@pobox.com | |||
2002-05-31 | add comment: | Markus Friedl | |
key_verify returns 1 for a correct signature, 0 for an incorrect signature and -1 on error. CVS ---------------------------------------------------------------------- | |||
2002-05-31 | move Authmethod definitons to per-method file. | Markus Friedl | |
2002-05-31 | extent ssh-keysign protocol: | Markus Friedl | |
pass # of socket-fd to ssh-keysign, keysign verfies locally used ip-address using this socket-fd, restricts fake local hostnames to actual local hostnames; ok stevesk@ | |||
2002-05-31 | Add kayser; update currencies. | Paul Janzen | |