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