summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2.c
AgeCommit message (Expand)Author
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2014-12-22make internal handling of filename arguments of "none" more consistentDamien Miller
2014-12-18don't count partial authentication success as a failure againstDamien Miller
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-07-03make the "Too many authentication failures" message include theDamien Miller
2014-01-29remove experimental, never-enabled JPAKE code; ok markus@Damien Miller
2013-05-19Standardise logging of supplemental information during userauth. KeysDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-03-07add submethod support to AuthenticationMethods; ok and freedback djm@Markus Friedl
2012-12-02Fixes logging of partial authentication when privsep is enabledDamien Miller
2012-11-04Support multiple required authentication via an AuthenticationMethodsDamien Miller
2011-12-07fix some harmless and/or unreachable int overflows;Damien Miller
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
2010-08-31Add buffer_get_cstring() and related functions that verify that theDamien Miller
2009-06-22alphabetize includes; reduces diff vs portable and style(9). ok stevesk djmDarren Tucker
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-07-04Make protocol 1 MaxAuthTries logic match protocol 2's.Damien Miller
2008-07-02really really remove the freebie "none" auth try for protocol 2Damien Miller
2008-07-02Make protocol 2 MaxAuthTries behaviour a little more sensible:Damien Miller
2007-09-29Remove unused prototype. ok djm@Darren Tucker
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves
2007-03-01Remove ChallengeResponseAuthentication support inside a MatchDarren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-20sprinkle some ARGSUSED for table driven functions (which sometimes must ignor...Theo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2004-07-28more s/illegal/invalid/Markus Friedl
2004-07-21bz#899: Don't display invalid usernames in setproctitleDamien Miller
2004-05-23Add MaxAuthTries sshd config option; ok markus@Darren Tucker
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-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-08-22nuke "kerberos-2@ssh.com"Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-05-14implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@Markus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-02-06undo broken fix for #387, fixes #486Markus Friedl
2002-08-22auth_root_allowed() is handled by the monitor in the privsep case,Markus Friedl
2002-06-30lint asks that we use names that do not overlapTheo de Raadt
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl
2002-05-13less warnings. skey_{respond,query} are public (in auth.h)Jun-ichiro itojun Hagino
2002-05-12Fix sshd Banner option for privsep; ok markus@ provos@Damien Miller
2002-03-19make getpwnamallow() allways call pwcopy()Markus Friedl
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-18have the authentication functions return the authentication contextNiels Provos