summaryrefslogtreecommitdiff
path: root/include/gssapi/gssapi.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.Hiroki Sato2013-06-301-0/+27
| | | | | | | Reviewed by: dfr Notes: svn path=/head/; revision=252409
* Reduce namespace pollution from gssapi.hDoug Rabson2012-08-051-10/+8
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=239061
* Spelling fixes for include/Ulrich Spörlein2012-01-071-2/+2
| | | | Notes: svn path=/head/; revision=229781
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson2008-08-061-0/+9
| | | | | | | | | | | 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
* Make this c++ compatible.Doug Rabson2008-05-161-0/+4
| | | | | | | PR: 87726 Notes: svn path=/head/; revision=179033
* Add definition for OM_uint64.Doug Rabson2008-05-151-0/+1
| | | | | | | Submitted by: tmclaugh Notes: svn path=/head/; revision=179021
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-13/+94
| | | | | | | all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
* Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson2005-12-291-0/+756
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