summaryrefslogtreecommitdiff
path: root/include/gssapi
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
2015-06-13Add META_MODE support.Simon J. Gerraty
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 Notes: svn path=/head/; revision=284345
2015-06-11Remove NO_OBJSimon J. Gerraty
For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Notes: svn path=/head/; revision=284255
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=284172
2013-09-05Merge from headSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=255263
2013-06-30Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.Hiroki Sato
Reviewed by: dfr Notes: svn path=/head/; revision=252409
2013-02-16Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=246868
2012-11-04Sync from headSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=242545
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
2012-08-05Reduce namespace pollution from gssapi.hDoug Rabson
MFC after: 2 weeks Notes: svn path=/head/; revision=239061
2012-01-07Spelling fixes for include/Ulrich Spörlein
Notes: svn path=/head/; revision=229781
2008-08-06Add an implementation of the RPCSEC_GSS authentication protocol for RPC. ThisDoug Rabson
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
2008-05-16Make this c++ compatible.Doug Rabson
PR: 87726 Notes: svn path=/head/; revision=179033
2008-05-15Add definition for OM_uint64.Doug Rabson
Submitted by: tmclaugh Notes: svn path=/head/; revision=179021
2008-05-07Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson
all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828
2005-12-29Add a new extensible GSS-API layer which can support GSS-API plugins,Doug Rabson
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