Age | Commit message (Expand) | Author |
2002-05-16 | don't limit xauth pathlen on client side and longer print length on | Kevin Steves |
2002-03-29 | retrieve last login time before the pty is allocated, store per session | Markus Friedl |
2002-03-28 | do not call record_login twice (for use_privsep) | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-19 | clean up prototypes | Markus Friedl |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-18 | move auth_approval into getpwnamallow with help from millert@ | Niels Provos |
2002-02-16 | typo | Markus Friedl |
2002-02-15 | split do_child(), ok mouring@ | Markus Friedl |
2002-02-14 | increase the SSH v2 window size to 4 packets. comsumes a little | Markus Friedl |
2002-02-09 | move ssh config files to /etc/ssh | Theo de Raadt |
2002-02-06 | minor KNF | Markus Friedl |
2002-02-03 | don't use channel_input_channel_request and callback | Markus Friedl |
2002-01-29 | don't depend on servconf.c; ok djm@ | Markus Friedl |
2002-01-29 | limit subsystem length in log; ok markus@ | Kevin Steves |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves |
2002-01-26 | revert code to add x11 localhost display authorization entry for | Kevin Steves |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |
2001-12-20 | setup x11 listen socket for just one connect if the client requests so. | Markus Friedl |
2001-12-19 | handle utsname.nodename case for FamilyLocal X authorization; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-06 | strncpy->strlcpy. remaining strncpy's are necessary. ok markus@ | Kevin Steves |
2001-12-01 | don't pass user defined variables to /usr/bin/login | Markus Friedl |
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves |
2001-10-11 | delay detach of session if a channel gets closed but the child is still alive. | Markus Friedl |
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking wait(... | Markus Friedl |
2001-10-09 | stat subsystem command before calling do_exec, and return error to client. | Markus Friedl |
2001-10-09 | chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | Markus Friedl |
2001-10-06 | fix typo in error message, sync with do_exec_nopty | Markus Friedl |
2001-09-16 | calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943 | Markus Friedl |
2001-09-14 | command=xxx overwrites subsystems, too | Markus Friedl |
2001-08-16 | deprecate CheckMail. ok markus@ | Jakob Schlyter |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-02 | wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cott... | Markus Friedl |
2001-06-27 | quick hack to make ssh2 work again. | Markus Friedl |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-21 | don't reset forced_command (we allow multiple login shells in ssh2); dwd@bell... | Markus Friedl |
2001-06-19 | allocate and free at the same level. | Markus Friedl |
2001-06-19 | disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com | Markus Friedl |
2001-06-19 | cleanup forced command handling, from dwd@bell-labs.com | Markus Friedl |
2001-06-13 | typo, use pid not s->pid, mstone@cs.loyola.edu | Markus Friedl |
2001-06-12 | unused | Markus Friedl |
2001-06-12 | remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since | Markus Friedl |
2001-06-12 | merge ssh1/ssh2 tty msg parse and alloc code | Markus Friedl |