Age | Commit message (Expand) | Author |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl |
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-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-02-06 | missing call to setproctitle() after authentication; ok provos@ | Markus Friedl |
2002-12-10 | Make sure $SHELL points to the shell from the password file, even if shell | Markus Friedl |
2002-12-04 | remove xauth entries before add; PR 2994 from janjaap@stack.nl. | Kevin Steves |
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 |