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