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