Age | Commit message (Expand) | Author |
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 |
2001-06-12 | merge session_free into session_close() | Markus Friedl |
2001-06-11 | reset pointer to NULL after xfree(); report from solar@openwall.com | Markus Friedl |
2001-06-07 | don't overwrite errno | Markus Friedl |
2001-06-05 | let session_close() delete the pty. deny x11fwd if xauthfile is set. | Markus Friedl |
2001-06-04 | merge ssh1/2 x11-fwd setup, create listener after tmp-dir | Markus Friedl |
2001-06-04 | switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx.... | Markus Friedl |
2001-06-03 | use fatal_register_cleanup instead of atexit, sync with x11 authdir handling | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller |
2001-05-03 | exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au | Markus Friedl |
2001-04-17 | move auth_approval to do_authenticated(). | Markus Friedl |
2001-04-16 | Split motd and hushlogin checks into seperate functions, helps for portable. | Damien Miller |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-04-05 | move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@ | Kevin Steves |
2001-03-25 | PrintLastLog option; from chip@valinux.com with some minor | Kevin Steves |
2001-03-25 | shorten; ok markus@ | Damien Miller |
2001-03-23 | ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@ | Markus Friedl |
2001-03-21 | missing init; from mib@unimelb.edu.au | Markus Friedl |
2001-03-21 | merge common ssh v1/2 code | Markus Friedl |
2001-03-20 | rename | Markus Friedl |
2001-03-20 | remove unused arg | Markus Friedl |
2001-03-20 | add changes need for BSD_AUTH plus disabled BSD_AUTH code | Markus Friedl |
2001-03-16 | implement "permitopen" key option, restricts -L style forwarding to | Markus Friedl |
2001-03-15 | pass Session to do_child + KNF | Markus Friedl |
2001-03-04 | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | Damien Miller |
2001-03-02 | make copyright lines the same format | Theo de Raadt |
2001-02-23 | handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients | Markus Friedl |
2001-02-16 | proper payload-length check for x11 w/o screen-number | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-08 | %i -> %d | Kevin Steves |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-03 | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |