summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
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
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@Kevin Steves
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2005-12-24eliminate some code duplicated in privsep and non-privsep paths, andDamien Miller
2005-12-17spelling: fowarding, fowardedKevin Steves
2005-12-12make sure protocol messages for internal channels are ignored.Markus Friedl
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-10fix regression I introduced in 4.2: X11 forwardings initiated afterDamien Miller
2005-07-25add a new compression method that delays compression until the userMarkus Friedl
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-07-17Fix a number of X11 forwarding channel leaks:Damien Miller
2005-07-16spacingDamien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2004-12-23check for NULL; from mpechMarkus Friedl
2004-07-28more s/illegal/invalid/Markus Friedl
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-07-11spacesTheo de Raadt
2004-06-30unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@Damien Miller
2004-06-21fix fd leak for multiple subsystem connections; with markus@Damien Miller
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2004-05-09kill some more tiny files; ok deraadt@Damien Miller
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-01-30support for password change; ok dtucker@Markus Friedl