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