summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-21change login logic in ssh2, allows plugin of other auth methodsMarkus Friedl
2000-09-21utime() to utimes(); mouring@pconline.comMarkus Friedl
2000-09-21bug compat for old ssh.com softwareMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-17yes no; ok niels@Markus Friedl
2000-09-17fix DEBUG_KEXDHMarkus Friedl
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-14typoMarkus Friedl
2000-09-12multiple debug levelsMarkus Friedl
2000-09-12a few more comments about it being ARC4 not RC4Theo de Raadt
2000-09-08bye byeMarkus Friedl
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07typoMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-09-06prototypeMarkus Friedl
2000-09-05cleanupMarkus Friedl
2000-09-05enable ssh-add -d for DSA keysMarkus Friedl
2000-09-05print hostname (not hushlogin)Markus Friedl
2000-09-04more cast fixes; from mouring@pconline.comMarkus Friedl
2000-09-04fix get_last_login_time order; from andre@van-veen.deMarkus Friedl
2000-09-04set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.netMarkus Friedl
2000-09-04missing close; ok theoMarkus Friedl
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-09-03add missing .El against .Bl.Jun-ichiro itojun Hagino
2000-09-01fix cast; mouring@pconline.comMarkus Friedl
2000-09-01portability fixesMarkus Friedl
2000-09-01cleanup and fix -S support; stevesk@sweden.hp.comTheo de Raadt
2000-08-31add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensionsMarkus Friedl
2000-08-31WallMarkus Friedl
2000-08-31syncMarkus Friedl
2000-08-31implement a SFTP server. interops with sftp2, scp2 and the windowsMarkus Friedl
2000-08-30OpenSSH_2.2.0Markus Friedl
2000-08-28don't complain if setting NONBLOCK fails with ENODEVMarkus Friedl
2000-08-28undoMarkus Friedl
2000-08-28util.cMarkus Friedl
2000-08-28allow combination of -N and -fMarkus Friedl
2000-08-28enable -n and -f for ssh2Markus Friedl
2000-08-28print uid/gid as unsignedTheo de Raadt
2000-08-27compatibility with future ssh.com versionsMarkus Friedl
2000-08-26ssh.com-2.3.0Markus Friedl
2000-08-25no need for those dynamic libraries anymoreTheo de Raadt
2000-08-25WallTheo de Raadt
2000-08-24off_t in sink, to fix files > 2GB, i think, test is still running ;-)Theo de Raadt
2000-08-21Fix incorrect PATH setting; noted by Markus.Todd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-20Only check /etc/nologin if "UseLogin no" since login(1) may have itsTodd C. Miller
2000-08-20We have to stash the result of get_remote_name_or_ip() before weTodd C. Miller