summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/gss-genr.c
AgeCommit message (Expand)Author
2024-02-01whitespaceDamien Miller
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t andDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2018-07-10kerberos/gssapi fixes for buffer removalDamien Miller
2018-07-09sshd: switch GSSAPI to sshbuf API; ok djm@Markus Friedl
2016-09-12Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsTheo de Raadt
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2009-06-22alphabetize includes; reduces diff vs portable and style(9). ok stevesk djmDarren Tucker
2007-06-12Pass GSS OID to gss_display_status to provide better information inDarren Tucker
2007-06-12relocate server-only GSSAPI code from libssh to server; bz #1225Damien Miller
2006-08-29Work around a problem in Heimdal that occurs when KRB5CCNAME file isDarren Tucker
2006-08-18GSSAPI error code should be 0 and not -1; from simon@sxw.org.ukDamien Miller
2006-08-18constify host argument to match the rest of the GSSAPI functions andDamien Miller
2006-08-18bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.ukDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-04-03GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066Damien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2005-10-13KNF; ok djm@Kevin Steves
2005-10-13remove unneeded #includes; ok markus@Kevin Steves
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl