Age | Commit message (Expand) | Author |
2002-09-16 | log when _PATH_NOLOGIN exists; ok markus@ | Kevin Steves |
2002-09-12 | add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@ | Kevin Steves |
2002-08-29 | pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org> | Kevin Steves |
2002-08-22 | send signal name (not signal number) in "exit-signal" message; noticed | Markus Friedl |
2002-07-30 | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de... | Markus Friedl |
2002-07-22 | fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors; | Markus Friedl |
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | Markus Friedl |
2002-06-30 | lint asks that we use names that do not overlap | Theo de Raadt |
2002-06-26 | disclose less information from environment files; based on input from djm, an... | Theo de Raadt |
2002-06-26 | limit # of env vars to 1000; ok deraadt/djm | Markus Friedl |
2002-06-23 | display, screen, row, col, xpixel, ypixel are u_int; markus ok | Theo de Raadt |
2002-06-23 | compression_level is u_int | Theo de Raadt |
2002-06-20 | allow Compression=yes/no in sshd_config | Markus Friedl |
2002-06-11 | pid_t cleanup. Markus need this now to keep hacking. | Mike Pechkin |
2002-06-10 | move creation of agent socket to session.c; no need for uidswapping | Markus Friedl |
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 |