summaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_export_name.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-6/+3
| | | | | | | 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/+3
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=171112
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-0/+58
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