summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2004-09-15/* fallthrough */ is something a programmer understands. ButTheo de Raadt
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
2004-08-23Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesDarren Tucker
2004-07-28more s/illegal/invalid/Markus Friedl
2004-07-11spacesTheo de Raadt
2004-06-23Fix counting in master/slave when passing environment variables; ok djm@Darren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-20filter passed env vars at slave in connection sharing case; ok markus@Damien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-05-08make two tiny header files go away; djm okTheo de Raadt
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-04-19fix idiot typo that i introduced in my last commit;Damien Miller
2004-04-18perform strict ownership and modes checks for ~/.ssh/config files, as theseDamien Miller
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-10trim usage to match ssh(1) and look more like unix. ok djm@Markus Friedl
2004-03-09increase x11 cookie lifetime to 20 minutes; ok djmMarkus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2003-12-09don't modify argv for ssh -o; similar to sshd.c 1.283Markus Friedl
2003-11-24Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@Darren Tucker
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-08-13socks4->socks, since with support both 4 and 5; dtucker@zip.com.auMarkus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-07-16don't exit on multiple -v or -d; ok deraadt@Markus Friedl
2003-07-03fix AddressFamily option in config file, from brent@graveland.net; ok markus@Damien Miller
2003-07-02convert hostkeyalias to lowercase, otherwise uppercase aliases willMarkus Friedl
2003-06-12add sc_get_key_label; larsch at trustcenter.de; bugzilla#591Markus Friedl
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
2003-05-11make channel_new() strdup the 'remote_name' (not the caller); ok theoMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-02-06support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@Markus Friedl
2002-12-09Avoid setting optind to 0 as GNU getopt treats that like we do optreset.Todd C. Miller
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
2002-11-21debug->debug2Markus Friedl
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
2002-09-11don't connect to agent to test for presence if we've previouslyKevin Steves
2002-08-29shrink initial privilege bracket for setuid case; ok markus@Kevin Steves
2002-08-29deprecate -P as UsePrivilegedPort defaults to no now; ok markus@Kevin Steves
2002-07-19display a warning from ssh when XAuthLocation does not exist or xauthKevin Steves
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-12ssh_connect returns 0 on successMarkus Friedl
2002-06-11remove unused cruft.Markus Friedl