Age | Commit message (Expand) | Author |
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 |
2001-05-25 | use -P for -e and -y, too. | Markus Friedl |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves |
2001-05-24 | fix comment; from jakob@ | Markus Friedl |
2001-05-22 | note obsolete for > OpenSSH-1.2; ok markus@ | Kevin Steves |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-05-19 | typo in error message | Kevin Steves |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-19 | document MACs defaults with .Dq | Markus Friedl |
2001-05-19 | change preferredauthentication order to | Markus Friedl |
2001-05-19 | sort options; Matthew.Stier@fnc.fujitsu.com | Markus Friedl |
2001-05-19 | ftruncate() instead of open()+O_TRUNC like rcp.c does | Markus Friedl |
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-05-17 | no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de | Markus Friedl |
2001-05-16 | more select() error fixes (don't set rfd/wfd to -1). | Markus Friedl |
2001-05-16 | check for open sessions before we call select(); fixes the x11 client | Markus Friedl |