aboutsummaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_accept_sec_context.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-77/+145
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* When receiving delegated credentials, initialise our cred's linked list.Doug Rabson2008-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 Notes: svn path=/head/; revision=178692
* Merge fixes back from heimdal.Doug Rabson2007-06-301-3/+5
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171112
* Add include directives for string.h and stdlib.h to get proper functionAlexander Kabaev2007-04-041-0/+1
| | | | | | | prototypess of memset, memcpy and malloc respectively. Notes: svn path=/head/; revision=168340
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-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) Notes: svn path=/head/; revision=153838