Age | Commit message (Expand) | Author |
2000-10-11 | new cipher framework | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-09-05 | print hostname (not hushlogin) | Markus Friedl |
2000-09-04 | fix get_last_login_time order; from andre@van-veen.de | Markus Friedl |
2000-09-04 | set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net | Markus Friedl |
2000-09-04 | missing close; ok theo | Markus Friedl |
2000-08-31 | Wall | Markus Friedl |
2000-08-28 | print uid/gid as unsigned | Theo de Raadt |
2000-08-25 | Wall | Theo de Raadt |
2000-08-21 | Fix incorrect PATH setting; noted by Markus. | Todd C. Miller |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller |
2000-08-20 | Only check /etc/nologin if "UseLogin no" since login(1) may have its | Todd C. Miller |
2000-08-20 | We have to stash the result of get_remote_name_or_ip() before we | Todd C. Miller |
2000-08-17 | sshd -u len, similar to telnetd | Markus Friedl |
2000-08-17 | cleanup login(1)-like jobs, no duplicate utmp entries | Markus Friedl |
2000-07-11 | make MaxStartups code still work with -d; djm | Theo de Raadt |
2000-07-05 | use no_x11_forwarding_flag correctly; provos ok | Theo de Raadt |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl |
2000-06-18 | typo | Markus Friedl |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
2000-06-17 | add support for ssh v2 subsystems. ok markus@. | Jakob Schlyter |
2000-06-05 | allow use_login only for login sessions, otherwise remote commands are execed... | Markus Friedl |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl |
2000-05-30 | don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org | Markus Friedl |
2000-05-25 | just some line shortening | Theo de Raadt |
2000-05-22 | make x11-fwd work w/ localhost (xauth add host/unix:11) | Markus Friedl |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl |
2000-05-02 | use c-style comments | Markus Friedl |
2000-05-02 | update proctitle for proto 1, too | Markus Friedl |
2000-05-02 | update proctitle on pty alloc/dealloc, e.g. w/ windows client | Markus Friedl |
2000-04-29 | don't call chan_write_failed() if we are not writing | Markus Friedl |
2000-04-28 | support for x11-fwding, client+server | Markus Friedl |
2000-04-27 | cleanup logging for sshd/2, respect PasswordAuth no | Markus Friedl |
2000-04-19 | remove bogus chan_read_failed. this could cause data | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-14 | check payload for (illegal) extra data | Markus Friedl |
2000-04-06 | ssh2 server side, see README.openssh2; enable with 'sshd -2' | Markus Friedl |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl |