Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move dispatch to struct ssh; ok djm@ | 2015-01-19 | 1 | -9/+13 | |
| | |||||
* | bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep | 2014-02-26 | 1 | -7/+2 | |
| | | | | | sandboxing, as running this code in the sandbox can cause violations; ok markus@ | ||||
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -9/+8 | |
| | |||||
* | hush some {unused, printf type} warnings | 2013-04-05 | 1 | -4/+1 | |
| | |||||
* | Fixes logging of partial authentication when privsep is enabled | 2012-12-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | Previously, we recorded "Failed xxx" since we reset authenticated before calling auth_log() in auth2.c. This adds an explcit "Partial" state. Add a "submethod" to auth_log() to report which submethod is used for keyboard-interactive. Fix multiple authentication when one of the methods is keyboard-interactive. ok markus@ | ||||
* | allow GSSAPI authentication to detect when a server-side failure causes | 2011-03-10 | 1 | -1/+3 | |
| | | | | | authentication failure and don't count such failures against MaxAuthTries; bz#1244 from simon AT sxw.org.uk; ok markus@ before lock | ||||
* | Allow build without -DGSSAPI; ok deraadt@ | 2007-10-29 | 1 | -1/+4 | |
| | |||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -9/+7 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | GSSAPI related leaks detected by Coverity via elad AT netbsd.org; | 2006-03-20 | 1 | -1/+3 | |
| | | | | reviewed by simon AT sxw.org.uk; deraadt@ ok | ||||
* | KNF; ok djm@ | 2005-10-13 | 1 | -3/+3 | |
| | |||||
* | remove unneeded #includes; ok markus@ | 2005-10-13 | 1 | -2/+1 | |
| | |||||
* | knf says that a 2nd level indent is four (not three or five) spaces | 2005-07-17 | 1 | -4/+3 | |
| | |||||
* | make this -Wsign-compare clean; ok avsm@ markus@ | 2005-06-17 | 1 | -2/+2 | |
| | |||||
* | make ssh -Wshadow clean, no functional changes | 2004-06-21 | 1 | -6/+6 | |
| | | | | markus@ ok | ||||
* | unexpand and delete whitespace at EOL; ok markus@ | 2003-11-21 | 1 | -11/+11 | |
| | |||||
* | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | 2003-11-17 | 1 | -11/+57 | |
| | |||||
* | remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.uk | 2003-11-02 | 1 | -11/+11 | |
| | |||||
* | make sure the doid is larger than 2 | 2003-10-21 | 1 | -1/+3 | |
| | |||||
* | fix leak | 2003-09-01 | 1 | -2/+4 | |
| | |||||
* | 64 bit cleanups; markus ok | 2003-08-24 | 1 | -2/+4 | |
| | |||||
* | support GSS API user authentication; patches from Simon Wilkinson, | 2003-08-22 | 1 | -0/+243 | |
stripped down and tested by Jakob and myself. |