summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-10-16 17:59:35 -0400
committerSimo Sorce <simo@redhat.com>2013-10-18 16:29:50 -0400
commit11b40086ed584a20764be67f4345ccee7ea5bcaf (patch)
tree3985ac7025f2e4f1592cbdd4bef93f9ea6bb253b /contrib
parente6370d26843206bcf7e418d3c3014611fdecc489 (diff)
downloadgss-ntlmssp-11b40086ed584a20764be67f4345ccee7ea5bcaf.tar.gz
gss-ntlmssp-11b40086ed584a20764be67f4345ccee7ea5bcaf.tar.xz
gss-ntlmssp-11b40086ed584a20764be67f4345ccee7ea5bcaf.zip
Add public devel header file
This contains definitions for various OIDs and flags needed to implemented non-standard features like NTLMSSP Connectionless mode.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gssntlmssp.spec.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/contrib/gssntlmssp.spec.in b/contrib/gssntlmssp.spec.in
index 1d46360..e36afb5 100644
--- a/contrib/gssntlmssp.spec.in
+++ b/contrib/gssntlmssp.spec.in
@@ -24,10 +24,18 @@ BuildRequires: krb5-devel >= 1.11.2
BuildRequires: libunistring-devel
BuildRequires: openssl-devel
-
%description
A GSSAPI Mechanism that implements NTLMSSP
+%package devel
+Summary: Development header for GSSAPI NTLMSSP
+Group: Development/Libraries
+License: LGPLv3+
+
+%description devel
+Adds a header file with definition for custom GSSAPI extensions for NTLMSSP
+
+
%prep
%setup -q
@@ -54,6 +62,9 @@ make test_gssntlmssp
%{_mandir}/man8/gssntlmssp.8*
%doc COPYING
+%files devel
+%{_includedir}/gssapi/gssapi_ntlmssp.h
+
%changelog
* Sat Jun 22 2013 Simo Sorce <simo@samba.org> - @PACKAGE_VERSION@-0@PRERELEASE_VERSION@
- Start