Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Fix gssapi/gssapi_krb5.h after Heimdal 1.5.1 import.Reviewed by: dfr
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Reduce namespace pollution from gssapi.hMFC after: 2 weeks
Spelling fixes for include/
Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisis based on an old implementation from the University of Michigan with lots ofchanges and fixes by me and the addition o
Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisis based on an old implementation from the University of Michigan with lots ofchanges and fixes by me and the addition of a Solaris-compatible API.Sponsored by: Isilon SystemsReviewed by: alfred
show more ...
Make this c++ compatible.PR: 87726
Add definition for OM_uint64.Submitted by: tmclaugh
Fix conflicts after heimdal-1.1 import and add build infrastructure. Importall non-style changes made by heimdal to our own libgssapi.
Add a new extensible GSS-API layer which can support GSS-API plugins,similar the the Solaris implementation. Repackage the krb5 GSS mechanismas a plugin library for the new implementation. This als
Add a new extensible GSS-API layer which can support GSS-API plugins,similar the the Solaris implementation. Repackage the krb5 GSS mechanismas a plugin library for the new implementation. This also includes acomprehensive set of manpages for the GSS-API functions with text mostlytaken from the RFC.Reviewed by: Love Hörnquist Åstrand <[email protected]>, ru (build system), des (openssh parts)