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
/
monitor.c
Age
Commit message (
Expand
)
Author
2012-06-22
remove dead code following 'for (;;)' loops.
Darren Tucker
2012-01-05
memleak on error path
Damien Miller
2011-06-23
ignore EINTR errors from poll()
Damien Miller
2011-06-17
make the pre-auth privsep slave log via a socketpair shared with the
Damien Miller
2011-05-23
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Damien Miller
2011-05-20
use a macro to define which string options to copy between configs
Damien Miller
2011-05-15
use FD_CLOEXEC consistently; patch from zion AT x96.org
Damien Miller
2010-09-09
ECDH/ECDSA compliance fix: these methods vary the hash function they use
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-07-13
s/timing_safe_cmp/timingsafe_bcmp/g
Damien Miller
2010-07-13
implement a timing_safe_cmp() function to compare memory without leaking
Damien Miller
2010-03-07
Hold authentication debug messages until after successful authentication.
Darren Tucker
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2009-06-12
Fix warnings found by chl@ and djm@ and change roaming_atomicio's
Andreas Gunnarsson
2009-05-28
Keep track of number of bytes read and written. Needed for upcoming
Andreas Gunnarsson
2009-05-25
Put the globals in packet.c into a struct and don't access it directly
Andreas Gunnarsson
2009-02-12
some paranoia: check that the serialised key is really KEY_RSA before
Damien Miller
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-07-10
sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
Markus Friedl
2008-07-04
Make debug a little clearer. ok djm@
Darren Tucker
2008-06-13
Clear key options in the monitor on failed authentication, prevents
Darren Tucker
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
2007-10-29
Send config block back to slave for invalid users too so options
Darren Tucker
2007-09-21
unifdef -DBSD_AUTH
Damien Miller
2007-09-04
make file descriptor passing code return an error rather than call fatal()
Damien Miller
2007-05-17
pass received SIGINT from monitor to postauth child so it can clean
Damien Miller
2007-02-19
Teach Match how handle config directives that are used before authentication.
Darren Tucker
2006-11-07
correctly check for bad signatures in the monitor, otherwise the monitor and
Markus Friedl
2006-08-12
Revert previous include file ordering change, for ssh to compile under gcc2
Miod Vallat
2006-08-06
"zlib.h" can be <zlib.h>; ok djm@ markus@
Kevin Steves
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-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-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
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-03-30
Prevent duplicate log messages when privsep=yes; ok djm@
Darren Tucker
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-20
spacing
Theo de Raadt
2006-03-20
annoying spacing fixes getting in the way of real diffs
Theo de Raadt
2006-03-20
memory leaks detected by Coverity via elad AT netbsd.org;
Damien Miller
2006-03-19
spacing
Theo de Raadt
2006-03-19
RCSID() can die
Theo de Raadt
2006-03-07
Implement the diffie-hellman-group-exchange-sha256 key exchange method
Damien Miller
2006-02-20
move #include <signal.h> out of includes.h; ok markus@
Kevin Steves
[next]