Age | Commit message (Expand) | Author |
2004-01-30 | support for password change; ok dtucker@ | Markus Friedl |
2004-01-13 | -Wall; ok henning | Markus Friedl |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-02 | use SSH_LISTEN_BACKLOG (=128) in listen(2). | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-10-14 | 10X for mkdtemp; djm@ | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-08-31 | call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-13 | use more portable tcsendbreak(3) and ignore break_length; | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
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 |