summaryrefslogtreecommitdiff
path: root/session.c
AgeCommit message (Collapse)Author
2001-12-06 - markus@cvs.openbsd.org 2001/12/01 21:41:48Ben Lindstrom
[session.c sshd.8] don't pass user defined variables to /usr/bin/login
2001-11-13 - (djm) AIX login{success,failed} changes. Move loginsuccess call toDamien Miller
do_authenticated. Call loginfailed for protocol 2 failures > MAX like we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>, K.Wolkersdorfer@fz-juelich.de and others
2001-10-28 - (djm) Disconnect if no tty and PAM reports password expiredDamien Miller
2001-10-12 - markus@cvs.openbsd.org 2001/10/11 13:45:21Damien Miller
[session.c] delay detach of session if a channel gets closed but the child is still alive. however, release pty, since the fd's to the child are already closed.
2001-10-12 - (djm) OpenBSD CVS SyncDamien Miller
- markus@cvs.openbsd.org 2001/10/10 22:18:47 [channels.c channels.h clientloop.c nchan.c serverloop.c] [session.c session.h] try to keep channels open until an exit-status message is sent. don't kill the login shells if the shells stdin/out/err is closed. this should now work: ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
2001-10-10 - markus@cvs.openbsd.org 2001/10/09 21:59:41Damien Miller
[channels.c channels.h serverloop.c session.c session.h] simplify session close: no more delayed session_close, no more blocking wait() calls.
2001-10-10 - markus@cvs.openbsd.org 2001/10/09 19:32:49Damien Miller
[session.c] stat subsystem command before calling do_exec, and return error to client.
2001-10-10 - markus@cvs.openbsd.org 2001/10/09 10:12:08Damien Miller
[session.c] chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
2001-10-10 - markus@cvs.openbsd.org 2001/10/06 00:36:42Damien Miller
[session.c] fix typo in error message, sync with do_exec_nopty
2001-09-27 - (stevesk) session.c: declare do_pre_login() before useKevin Steves
wayned@users.sourceforge.net
2001-09-16 - markus@cvs.openbsd.org 2001/09/16 14:46:54Ben Lindstrom
[session.c] calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943b
2001-09-15 - (djm) Make do_pre_login static to avoid prototype #ifdef hellDamien Miller
2001-09-14 - markus@cvs.openbsd.org 2001/09/14Ben Lindstrom
[session.c] command=xxx overwrites subsystems, too
2001-09-12 - jakob@cvs.openbsd.org 2001/08/16 19:18:34Ben Lindstrom
[servconf.c servconf.h session.c sshd.8] deprecate CheckMail. ok markus@
2001-07-14 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53Damien Miller
[session.c sftp-int.c] correct type on last arg to execl(); nordin@cse.ogi.edu
2001-07-14 - (djm) Enable /etc/nologin check on PAM systems, as some lack theDamien Miller
pam_nologin module. Report from William Yodlowsky <bsd@openbsd.rutgers.edu>
2001-07-04 - (stevesk) more sync for session.cKevin Steves
2001-07-04 - markus@cvs.openbsd.org 2001/07/02 13:59:15Ben Lindstrom
[serverloop.c session.c session.h] wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DE
2001-07-04 - markus@cvs.openbsd.org 2001/06/27 02:12:54Ben Lindstrom
[serverloop.c serverloop.h session.c session.h] quick hack to make ssh2 work again.
2001-07-04 - dugsong@cvs.openbsd.org 2001/06/26 16:15:25Ben Lindstrom
[auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h servconf.c servconf.h session.c sshconnect1.c sshd.c] Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
2001-07-04 - markus@cvs.openbsd.org 2001/06/25 08:25:41Ben Lindstrom
[channels.c channels.h cipher.c clientloop.c compat.c compat.h hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h] update copyright for 2001
2001-06-29 - (stevesk) session.c: use u_int for envsizeKevin Steves
2001-06-27 - (djm) Reintroduce pam_session call for non-pty sessions.Damien Miller
2001-06-25-WallDamien Miller
2001-06-25 - itojun@cvs.openbsd.org 2001/06/23 15:12:20Ben Lindstrom
[auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c canohost.c channels.c cipher.c clientloop.c deattack.c dh.c hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c readpass.c scp.c servconf.c serverloop.c session.c sftp.c sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c ssh-keygen.c ssh-keyscan.c] more strict prototypes. raise warning level in Makefile.inc. markus ok'ed TODO; cleanup headers
2001-06-25 - markus@cvs.openbsd.org 2001/06/21 21:08:25Ben Lindstrom
[session.c] don't reset forced_command (we allow multiple login shells in ssh2); dwd@bell-labs.com
2001-06-21 - markus@cvs.openbsd.org 2001/06/19 15:40:45Ben Lindstrom
[session.c] allocate and free at the same level.
2001-06-21 - markus@cvs.openbsd.org 2001/06/19 14:09:45Ben Lindstrom
[session.c sshd.8] disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
2001-06-21 - markus@cvs.openbsd.org 2001/06/19 12:34:09Ben Lindstrom
[session.c] cleanup forced command handling, from dwd@bell-labs.com
2001-06-13 - OpenBSD CVS SyncBen Lindstrom
- markus@cvs.openbsd.org 2001/06/13 09:10:31 [session.c] typo, use pid not s->pid, mstone@cs.loyola.edu
2001-06-13 - markus@cvs.openbsd.org 2001/06/12 21:30:57Ben Lindstrom
[session.c] unused
2001-06-13 - markus@cvs.openbsd.org 2001/06/12 21:21:29Ben Lindstrom
[session.c] remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since we do already trust $HOME/.ssh you can use .ssh/sshrc and .ssh/environment if you want to customize the location of the xauth cookies
2001-06-13 - markus@cvs.openbsd.org 2001/06/12 16:10:38Ben Lindstrom
[session.c] merge ssh1/ssh2 tty msg parse and alloc code
2001-06-13 - markus@cvs.openbsd.org 2001/06/12 10:58:29Ben Lindstrom
[session.c] merge session_free into session_close() merge pty_cleanup_proc into session_pty_cleanup()
2001-06-12 - markus@cvs.openbsd.org 2001/06/11 10:18:24Ben Lindstrom
[session.c] reset pointer to NULL after xfree(); report from solar@openwall.com
2001-06-09 - markus@cvs.openbsd.org 2001/06/07 22:25:02Ben Lindstrom
[session.c] don't overwrite errno delay deletion of the xauth cookie
2001-06-09 - markus@cvs.openbsd.org 2001/06/05 16:46:19Ben Lindstrom
[session.c] let session_close() delete the pty. deny x11fwd if xauthfile is set.
2001-06-09 - markus@cvs.openbsd.org 2001/06/04 23:16:16Ben Lindstrom
[session.c] merge ssh1/2 x11-fwd setup, create listener after tmp-dir
2001-06-09 - markus@cvs.openbsd.org 2001/06/04 21:59:43Ben Lindstrom
[channels.c channels.h session.c] switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx.net on bugtraq
2001-06-09 - markus@cvs.openbsd.org 2001/06/03 14:55:39Ben Lindstrom
[channels.c channels.h session.c] use fatal_register_cleanup instead of atexit, sync with x11 authdir handling
2001-06-09[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all thisBen Lindstrom
pain will be over.] - markus@cvs.openbsd.org 2001/05/31 10:30:17 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c] undo the .c file split, just merge the header and keep the cvs history
2001-06-09[NOTE: File split is was not done in Portabl Tree]Ben Lindstrom
- markus@cvs.openbsd.org 2001/05/30 12:55:13 [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c packet.c serverloop.c session.c ssh.c ssh1.h] channel layer cleanup: merge header files and split .c files
2001-06-05 - djm@cvs.openbsd.org 2001/05/19 00:36:40Ben Lindstrom
[session.c] Disable X11 forwarding if xauth binary is not found. Patch from Nalin Dahyabhai <nalin@redhat.com>; ok markus@
2001-05-08 - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne DavisonBen Lindstrom
<wayne@blorf.net>
2001-05-06 - (bal) White Space and #ifdef sync with OpenBSDBen Lindstrom
2001-05-03 - markus@cvs.openbsd.org 2001/05/03 15:45:15Ben Lindstrom
[session.c] exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
2001-04-18 - markus@cvs.openbsd.org 2001/04/17 19:34:25Ben Lindstrom
[session.c] move auth_approval to do_authenticated(). do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems.
2001-04-16 - Fix OSF SIA support displaying too much information for quietDamien Miller
logins and logins where access was denied by SIA. Patch from Chris Adams <cmadams@hiwaay.net>
2001-04-16 - djm@cvs.openbsd.org 2001/04/16 08:19:31Damien Miller
[session.c] Split motd and hushlogin checks into seperate functions, helps for portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
2001-04-14 - stevesk@cvs.openbsd.org 2001/04/14 16:33:20Ben Lindstrom
[clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h] protocol 2 tty modes support; ok markus@