summaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_init_sec_context.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-22/+41
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* Merge fixes back from heimdal.Doug Rabson2007-06-301-0/+5
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171112
* According to the documentation mech_type for gss_init_sec_context() mayHartmut Brandt2007-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) Notes: svn path=/head/; revision=170734
* 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/+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) Notes: svn path=/head/; revision=153838