summaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-0/+12
| | | | | | | | | | | is based on an old implementation from the University of Michigan with lots of changes and fixes by me and the addition of a Solaris-compatible API. Sponsored by: Isilon Systems Reviewed by: alfred Notes: svn path=/head/; revision=181344
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-1/+3
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* Allow null oids in _gss_oid_equal().Doug Rabson2008-04-301-0/+5
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=178689
* Include string.h to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
| | | | Notes: svn path=/head/; revision=168338
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-0/+79
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