Age | Commit message (Expand) | Author |
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 |
2001-06-10 | you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@ | Markus Friedl |
2001-06-10 | we support rekeying | Markus Friedl |
2001-06-08 | move the path for xauth to pathnames.h | Markus Friedl |
2001-06-07 | don't overwrite errno | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-06-07 | style is used for bsdauth. | Markus Friedl |
2001-06-06 | remove debug message; Darren.Moffat@eng.sun.com | Markus Friedl |
2001-06-06 | cleanup, remove old code | Markus Friedl |
2001-06-05 | let session_close() delete the pty. deny x11fwd if xauthfile is set. | Markus Friedl |
2001-06-05 | don't delete the auth socket in channel_stop_listening() | Markus Friedl |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-06-04 | merge ssh1/2 x11-fwd setup, create listener after tmp-dir | Markus Friedl |
2001-06-04 | set flags in the signal handlers, do real work in the main loop, ok provos@ | Markus Friedl |
2001-06-04 | switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx.... | Markus Friedl |
2001-06-03 | the challenge response device decides how to handle non-existing users. | Markus Friedl |
2001-06-03 | pass -v to ssh; from slade@shore.net | Markus Friedl |
2001-06-03 | 1-2 bits of entrophy per character (not per word), ok stevesk@ | Markus Friedl |
2001-06-03 | use fatal_register_cleanup instead of atexit, sync with x11 authdir handling | Markus Friedl |
2001-05-31 | group options and add some more comments | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | merge | Markus Friedl |
2001-05-30 | change misleading variable name | Markus Friedl |
2001-05-30 | merge functions, simplify. | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-29 | build in support for BSD authentication | Todd C. Miller |
2001-05-29 | typo | Markus Friedl |
2001-05-28 | remove some lines, simplify. | Markus Friedl |
2001-05-28 | cleanup, typo | Markus Friedl |
2001-05-28 | undo broken channel fix and try a different one. there | Markus Friedl |
2001-05-28 | simpler 3des for ssh1 | Markus Friedl |
2001-05-28 | key_load_private: set comment to filename for PEM keys | Markus Friedl |
2001-05-28 | fix usage() | Markus Friedl |