summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor.c
AgeCommit message (Expand)Author
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
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-08small KNFKevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2005-10-13KNF; ok djm@Kevin Steves
2005-03-10spacingTheo de Raadt
2005-01-30Make code match intent; ok djm@Darren Tucker
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-06-22Change login->username, will prevent -Wshadow errors in Portable; ok markus@Darren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-13implement diffie-hellman-group14-sha1 kex method (trivial extension toDamien 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-02-05Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@Darren Tucker
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-18unbreak fake authloop for non-existent users (my screwup). Spotted andDamien Miller
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-08-2464 bit cleanups; markus okTheo de Raadt
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-12typos; dtucker at zip.com.auMarkus Friedl
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl