Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make ssh->kex->session_id a sshbuf instead of u_char*/size_t and | 2021-01-27 | 1 | -2/+2 | |
| | | | | | use that instead of global variables containing copies of it. feedback/ok markus@ | ||||
* | kerberos/gssapi fixes for buffer removal | 2018-07-10 | 1 | -1/+4 | |
| | |||||
* | one mention of Buffer that almost got away :) | 2018-07-10 | 1 | -2/+3 | |
| | |||||
* | refactor authentication logging | 2017-06-24 | 1 | -1/+2 | |
| | | | | | | | optionally record successful auth methods and public credentials used in a file accessible to user sessions feedback and ok markus@ | ||||
* | bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep | 2014-02-26 | 1 | -1/+3 | |
| | | | | | sandboxing, as running this code in the sandbox can cause violations; ok markus@ | ||||
* | relocate server-only GSSAPI code from libssh to server; bz #1225 | 2007-06-12 | 1 | -3/+2 | |
| | | | | patch from simon AT sxw.org.uk; ok markus@ dtucker@ | ||||
* | constify host argument to match the rest of the GSSAPI functions and | 2006-08-18 | 1 | -2/+2 | |
| | | | | unbreak compilation with -Werror | ||||
* | bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk | 2006-08-18 | 1 | -1/+2 | |
| | | | | ok markus@ | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+1 | |
| | | | | | 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 | |
| | |||||
* | make ssh -Wshadow clean, no functional changes | 2004-06-21 | 1 | -20/+20 | |
| | | | | markus@ ok | ||||
* | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | 2003-11-17 | 1 | -2/+5 | |
| | |||||
* | missing $OpenBSD:; dtucker | 2003-10-02 | 1 | -0/+1 | |
| | |||||
* | replace fatal_cleanup() and linked list of fatal callbacks with static | 2003-09-23 | 1 | -1/+1 | |
| | | | | | | cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@ | ||||
* | support GSS API user authentication; patches from Simon Wilkinson, | 2003-08-22 | 1 | -0/+109 | |
stripped down and tested by Jakob and myself. |