Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-10 | change RhostsRSAAuthentication and RhostsAuthentication default to no | Kevin Steves | |
since ssh is no longer setuid root by default; ok markus@ | |||
2002-06-10 | use convtime() to parse and validate key lifetime. can now | Kevin Steves | |
use '-t 2h' etc. ok markus@ provos@ | |||
2002-06-10 | merge in stuff from my man page; ok markus@ | Kevin Steves | |
2002-06-10 | display minimum RSA modulus in error(); ok markus@ | Kevin Steves | |
2002-06-10 | I do not care about commit count | Kjell Wooding | |
2002-06-10 | I love to fight | Kjell Wooding | |
2002-06-10 | Theo's comments about airport security | Bob Beck | |
2002-06-09 | pass salen to sockaddr_ntop so that we are happy on linux/solaris | Jun-ichiro itojun Hagino | |
2002-06-09 | update for no setuid root and ssh-keysign; ok deraadt@ | Kevin Steves | |
2002-06-09 | Remove private unused version of warn(). | Hans Insulander | |
Replave private basename() with the real one. ok millert@ | |||
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl | |
2002-06-09 | Sync usage with manpage | Hans Insulander | |
2002-06-09 | Use sysctl for mbstat | Angelos D. Keromytis | |
2002-06-09 | Begin some sysctl-ization. | Angelos D. Keromytis | |
2002-06-09 | don't go further on stripped binaries; been in my tree for ever. | Federico G. Schwindt | |
2002-06-09 | some knf. | Federico G. Schwindt | |
2002-06-09 | abort() - > fatal() | Markus Friedl | |
2002-06-09 | Standardization -- s/tdb/TDB/ and various dup expansions. | Jason Peel | |
ok aaron@ | |||
2002-06-09 | document | Todd T. Fries | |
2002-06-09 | provide '-p <pid>' (process attach); thanks to | Todd T. Fries | |
Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | use strchr() instead of index() | Theo de Raadt | |
2002-06-09 | <deraadt> i admit you are better than i am... | Aaron Campbell | |
2002-06-09 | 'cuz -> because; deraadt@ ok, pvalchev@ ok | Aaron Campbell | |
2002-06-09 | i think the TLI rpcgen side generates a format string bug on output... but | Theo de Raadt | |
we do not use that stuff. attempt to fix it, but unable to test | |||
2002-06-09 | do not present scopeid on wire format, as it is local to node | Jun-ichiro itojun Hagino | |
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 | |