Age | Commit message (Expand) | Author |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl |
2001-06-26 | add debug flag | Markus Friedl |
2001-06-26 | allow loading a private RSA key to a cyberflex card. | Markus Friedl |
2001-06-25 | prototype cleanup; ok markus@ | Kevin Steves |
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos |
2001-06-25 | sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com | Markus Friedl |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-24 | passing modes works fine: debug2->3 | Markus Friedl |
2001-06-24 | oops, missing format string | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |
2001-06-24 | move ip+hostname check to match.c | Markus Friedl |
2001-06-23 | consistent with ssh2: skip key if empty passphrase is entered, | Markus Friedl |
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl |
2001-06-23 | kill whitespace at EOL. | Jun-ichiro itojun Hagino |
2001-06-23 | turn off -Wstrict-prototypes (for atomicio.h) | Markus Friedl |
2001-06-23 | fix import for (broken?) ssh.com/f-secure private keys | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-23 | try to decode ssh-3.0.0 private rsa keys | Markus Friedl |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | handle sigature of size 0 (some broken clients send this). | Markus Friedl |
2001-06-23 | restore correct ignore_user_known_hosts logic. | Markus Friedl |
2001-06-23 | draft-ietf-secsh-dh-group-exchange-01.txt | Markus Friedl |
2001-06-23 | get rid of known_hosts2, use it for hostkey lookup, but do not modify. | Markus Friedl |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-23 | *known_hosts2 is obsolete for hostbased authentication and | Markus Friedl |
2001-06-23 | slightly better care | Theo de Raadt |
2001-06-22 | don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@ | Markus Friedl |
2001-06-22 | allow long usernames/groups in readdir | Markus Friedl |
2001-06-22 | increase linebuffer to deal with larger moduli; use rewind instead of | Niels Provos |
2001-06-22 | merge authorized_keys2 into authorized_keys. | Markus Friedl |
2001-06-22 | document /etc/moduli | Niels Provos |
2001-06-22 | use /etc/moduli instead of /etc/primes, okay markus@ | Niels Provos |
2001-06-22 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin |
2001-06-21 | don't reset forced_command (we allow multiple login shells in ssh2); dwd@bell... | Markus Friedl |
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl |
2001-06-19 | allocate and free at the same level. | Markus Friedl |
2001-06-19 | disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com | Markus Friedl |
2001-06-19 | cleanup forced command handling, from dwd@bell-labs.com | Markus Friedl |
2001-06-16 | copy pw_expire and pw_change, too. | Markus Friedl |
2001-06-16 | no stdio or exit() in signal handlers. | Markus Friedl |
2001-06-16 | bad //-style comment; thx to stevev@darkwing.uoregon.edu | Markus Friedl |
2001-06-16 | typo; dunlap@apl.washington.edu | Markus Friedl |
2001-06-13 | typo, use pid not s->pid, mstone@cs.loyola.edu | Markus Friedl |
2001-06-12 | unused | Markus Friedl |
2001-06-12 | remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since | Markus Friedl |
2001-06-12 | do not log() packet_set_maxsize | Markus Friedl |
2001-06-12 | merge ssh1/ssh2 tty msg parse and alloc code | Markus Friedl |
2001-06-12 | merge session_free into session_close() | Markus Friedl |
2001-06-11 | typo; bdubreuil@crrel.usace.army.mil | Markus Friedl |
2001-06-11 | reset pointer to NULL after xfree(); report from solar@openwall.com | Markus Friedl |