summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi/gss_init_sec_context.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-22/+41
| | | | all non-style changes made by heimdal to our own libgssapi.
* Merge fixes back from heimdal.dfr2007-06-301-0/+5
| | | | Approved by: re (kensmith)
* According to the documentation mech_type for gss_init_sec_context() mayharti2007-06-141-1/+9
| | | | | | | | | | be passed as GSS_C_NO_OID in which case a default mech should be used. This case was not handled and leads to core dumps when using nss_ldap. Now use the first mech in this case. When there is no mechanism available return an error (this part is taken from the PR). PR: 113266 Submitted by: Eirik Nygaard <eirikald@pvv.ntnu.no> (partly)
* Add include directives for string.h and stdlib.h to get proper functionkan2007-04-041-0/+1
| | | | prototypess of memset, memcpy and malloc respectively.
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-291-0/+129
similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
OpenPOWER on IntegriCloud