summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-06-07don't overwrite errnoMarkus Friedl
2001-06-07use xxx_put_cstring()Markus Friedl
2001-06-07style is used for bsdauth.Markus Friedl
2001-06-06remove debug message; Darren.Moffat@eng.sun.comMarkus Friedl
2001-06-06cleanup, remove old codeMarkus Friedl
2001-06-05let session_close() delete the pty. deny x11fwd if xauthfile is set.Markus Friedl
2001-06-05don't delete the auth socket in channel_stop_listening()Markus Friedl
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-04merge ssh1/2 x11-fwd setup, create listener after tmp-dirMarkus Friedl
2001-06-04set flags in the signal handlers, do real work in the main loop, ok provos@Markus Friedl
2001-06-04switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx....Markus Friedl
2001-06-03the challenge response device decides how to handle non-existing users.Markus Friedl
2001-06-03pass -v to ssh; from slade@shore.netMarkus Friedl
2001-06-031-2 bits of entrophy per character (not per word), ok stevesk@Markus Friedl
2001-06-03use fatal_register_cleanup instead of atexit, sync with x11 authdir handlingMarkus Friedl
2001-05-31group options and add some more commentsMarkus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-30mergeMarkus Friedl
2001-05-30change misleading variable nameMarkus Friedl
2001-05-30merge functions, simplify.Markus Friedl
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-29build in support for BSD authenticationTodd C. Miller
2001-05-29typoMarkus Friedl
2001-05-28remove some lines, simplify.Markus Friedl
2001-05-28cleanup, typoMarkus Friedl
2001-05-28undo broken channel fix and try a different one. thereMarkus Friedl
2001-05-28simpler 3des for ssh1Markus Friedl
2001-05-28key_load_private: set comment to filename for PEM keysMarkus Friedl
2001-05-28fix usage()Markus Friedl
2001-05-25use -P for -e and -y, too.Markus Friedl
2001-05-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-24fix comment; from jakob@Markus Friedl
2001-05-22note obsolete for > OpenSSH-1.2; ok markus@Kevin Steves
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-19typo in error messageKevin Steves
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
2001-05-19sort options; Matthew.Stier@fnc.fujitsu.comMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
2001-05-16return comments for private pem files, too; report from nolan@naic.eduMarkus Friedl
2001-05-15X11 forwarding details improvedTheo de Raadt
2001-05-12readlink does not NULL-terminate; mhe@home.seMarkus Friedl
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-09fix prototype; J.S.Peatfield@damtp.cam.ac.ukMarkus Friedl