Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kerberos/gssapi fixes for buffer removal | 2018-07-10 | 1 | -1/+16 | |
| | |||||
* | sshd: switch GSSAPI to sshbuf API; ok djm@ | 2018-07-09 | 1 | -19/+27 | |
| | |||||
* | Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions | 2016-09-12 | 1 | -2/+1 | |
| | | | | | rather than pulling <sys/param.h> and unknown namespace pollution. ok djm markus dtucker | ||||
* | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | 2015-01-20 | 1 | -1/+2 | |
| | | | | ok djm markus | ||||
* | use calloc for all structure allocations; from markus@ | 2013-11-08 | 1 | -2/+2 | |
| | |||||
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -8/+8 | |
| | |||||
* | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | 2009-06-22 | 1 | -2/+2 | |
| | |||||
* | Pass GSS OID to gss_display_status to provide better information in | 2007-06-12 | 1 | -4/+4 | |
| | | | | error messages. Patch from Simon Wilkinson via bz 1220. ok djm@ | ||||
* | relocate server-only GSSAPI code from libssh to server; bz #1225 | 2007-06-12 | 1 | -44/+1 | |
| | | | | patch from simon AT sxw.org.uk; ok markus@ dtucker@ | ||||
* | Work around a problem in Heimdal that occurs when KRB5CCNAME file is | 2006-08-29 | 1 | -3/+4 | |
| | | | | | | missing, by checking whether or not kerberos allocated us a context before attempting to free it. Patch from Simon Wilkinson, tested by biorn@, ok djm@ | ||||
* | GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk | 2006-08-18 | 1 | -2/+2 | |
| | |||||
* | 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 | -2/+31 | |
| | | | | ok markus@ | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -4/+3 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <sys/param.h> out of includes.h | 2006-07-26 | 1 | -1/+3 | |
| | |||||
* | move #include <string.h> out of includes.h | 2006-07-22 | 1 | -1/+3 | |
| | |||||
* | GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 | 2006-04-03 | 1 | -4/+5 | |
| | | | | | by dleonard AT vintela.com. use xasprintf() to simplify code while in there; "looks right" deraadt@ | ||||
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | 2006-03-25 | 1 | -1/+1 | |
| | |||||
* | introduce xcalloc() and xasprintf() failure-checked allocations functions | 2006-03-25 | 1 | -4/+2 | |
| | | | | | | | | | | and use them throughout openssh xcalloc is particularly important because malloc(nmemb * size) is a dangerous idiom (subject to integer overflow) and it is time for it to die feedback and ok deraadt@ | ||||
* | more GSSAPI related leaks detected by Coverity via elad AT netbsd.org; | 2006-03-20 | 1 | -4/+12 | |
| | | | | reviewed by simon AT sxw.org.uk; deraadt@ ok | ||||
* | KNF; ok djm@ | 2005-10-13 | 1 | -2/+3 | |
| | |||||
* | remove unneeded #includes; ok markus@ | 2005-10-13 | 1 | -3/+1 | |
| | |||||
* | knf says that a 2nd level indent is four (not three or five) spaces | 2005-07-17 | 1 | -3/+3 | |
| | |||||
* | unexpand and delete whitespace at EOL; ok markus@ | 2003-11-21 | 1 | -5/+5 | |
| | |||||
* | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | 2003-11-17 | 1 | -1/+26 | |
| | |||||
* | support GSS API user authentication; patches from Simon Wilkinson, | 2003-08-22 | 1 | -0/+256 | |
stripped down and tested by Jakob and myself. |