summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
2009-01-22make Channel->path an allocated string, saving a few bytes here andDamien Miller
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-10-02Convert an unchecked strdup to xstrdup. OK deraadt@Todd C. Miller
2008-08-21allow ForceCommand internal-sftp with arguments. based on patch fromDamien Miller
2008-06-16Rename the isatty argument to is_tty so we don't shadow isatty(3).Darren Tucker
2008-06-15don't call isatty() on a pty master, instead pass a flag down toDamien Miller
2008-06-14suppress the warning message from chdir(homedir) failuresDamien Miller
2008-05-09re-add the USE_PIPES code and enable it.Markus Friedl
2008-05-08Make the maximum number of sessions run-time controllable viaDamien Miller
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2008-05-07Enable the AllowAgentForwarding option in sshd_config (global and matchPierre-Yves Ritschard
2008-04-18remove unneccessary parenthesesDamien Miller
2008-03-26add no-user-rc authorized_keys option to disable execution of ~/.ssh/rcDamien Miller
2008-03-25last patch had backwards test; spotted by termim AT gmail.comDamien Miller
2008-03-25ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;Damien Miller
2008-02-22closefrom() call was too early, delay it until just before we executeDamien Miller
2008-02-20correct boolean encoding for coredump; der Mouse via dugsongMarkus Friedl
2008-02-13rekey arc4random and OpenSSL RNG in postauth childDamien Miller
2008-02-10delay ~ expansion for ChrootDirectory so it expands to the logged-in user'sDamien Miller
2008-02-08add sshd_config ChrootDirectory option to chroot(2) users to a directory andDamien Miller
2008-02-04link sftp-server into sshd; feedback and ok djm@Markus Friedl
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-08-23missed include bits from last commitDamien Miller
2007-08-23unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@Damien Miller
2007-01-21spacesKevin Steves
2006-10-09xmalloc -> xcalloc that was missed previously, from portableDamien Miller
2006-08-29normalise some inconsistent (but harmless) NULL pointer checksDamien Miller
2006-08-18delay authentication related cleanups until we're authenticated andMarkus Friedl
2006-08-04spacesKevin Steves
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-20missed some needed #include <unistd.h> when KERBEROS5=no; issue fromKevin Steves
2006-07-19Add ForceCommand keyword to sshd_config, equivalent to the "command="Darren Tucker
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-11add ExitOnForwardFailure: terminate the connection if ssh(1)Markus Friedl
2006-07-08missed these from last commit:Kevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-07-06support arguments to Subsystem commands; ok markus@Damien Miller
2006-07-02move #include <grp.h> out of includes.hKevin Steves
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-28fix logout recording when privilege separation is disabled, analysis andDamien Miller
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves