summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi/gss_accept_sec_context.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-77/+145
| | | | all non-style changes made by heimdal to our own libgssapi.
* When receiving delegated credentials, initialise our cred's linked list.dfr2008-04-301-1/+5
| | | | | | | Add a bit more sanity checking for GSS-API mechanisms that claim to have delegated creds but don't actually return a cred handle. MFC after: 2 weeks
* Merge fixes back from heimdal.dfr2007-06-301-3/+5
| | | | Approved by: re (kensmith)
* 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/+221
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