summaryrefslogtreecommitdiffstats
path: root/include/gssapi
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge from headsjg2013-09-051-0/+27
| |\
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| | |
| | \
| *-. \ Sync from headsjg2012-11-041-10/+8
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-1/+14
| | |/ / | |/| | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Remove NO_OBJsjg2015-06-111-1/+0
| |_|/ |/| | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
* | | Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.hrs2013-06-301-0/+27
| |/ |/| | | | | Reviewed by: dfr
* | Reduce namespace pollution from gssapi.hdfr2012-08-051-10/+8
|/ | | | MFC after: 2 weeks
* Spelling fixes for include/uqs2012-01-071-2/+2
|
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-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
* Make this c++ compatible.dfr2008-05-161-0/+4
| | | | PR: 87726
* Add definition for OM_uint64.dfr2008-05-151-0/+1
| | | | Submitted by: tmclaugh
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-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,dfr2005-12-292-0/+763
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)
OpenPOWER on IntegriCloud