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
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
2006-02-20
move #include <signal.h> out of includes.h; ok markus@
Kevin Steves
2006-02-20
move #include <sys/un.h> out of includes.h; ok djm@
Kevin Steves
2006-02-10
move #include <sys/wait.h> out of includes.h; ok markus@
Kevin Steves
2006-02-08
move #include <paths.h> out of includes.h; ok markus@
Kevin Steves
2005-12-24
eliminate some code duplicated in privsep and non-privsep paths, and
Damien Miller
2005-12-17
spelling: fowarding, fowarded
Kevin Steves
2005-12-12
make sure protocol messages for internal channels are ignored.
Markus Friedl
2005-10-30
no need to escape single quotes in comments, no binary change
Damien Miller
2005-10-10
fix regression I introduced in 4.2: X11 forwardings initiated after
Damien Miller
2005-07-25
add a new compression method that delays compression until the user
Markus Friedl
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2005-07-17
Fix a number of X11 forwarding channel leaks:
Damien Miller
2005-07-16
spacing
Damien Miller
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2004-12-23
check for NULL; from mpech
Markus Friedl
2004-07-28
more s/illegal/invalid/
Markus Friedl
2004-07-17
Move "Last logged in at.." message generation to the monitor, right
Darren Tucker
2004-07-11
spaces
Theo de Raadt
2004-06-30
unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@
Damien Miller
2004-06-21
fix fd leak for multiple subsystem connections; with markus@
Damien Miller
2004-05-11
improve some code lint did not like; djm millert ok
Theo de Raadt
[next]