Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce namespace pollution from gssapi.h | dfr | 2012-08-05 | 1 | -10/+8 |
| | | | | MFC after: 2 weeks | ||||
* | Spelling fixes for include/ | uqs | 2012-01-07 | 1 | -2/+2 |
| | |||||
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 1 | -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 | ||||
* | Make this c++ compatible. | dfr | 2008-05-16 | 1 | -0/+4 |
| | | | | PR: 87726 | ||||
* | Add definition for OM_uint64. | dfr | 2008-05-15 | 1 | -0/+1 |
| | | | | Submitted by: tmclaugh | ||||
* | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | dfr | 2008-05-07 | 1 | -13/+94 |
| | | | | all non-style changes made by heimdal to our own libgssapi. | ||||
* | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 1 | -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) |