summaryrefslogtreecommitdiffstats
path: root/source3/include/spnego.h
Commit message (Collapse)AuthorAgeFilesLines
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
| | | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
* Apply some constVolker Lendecke2003-07-311-2/+2
| | | | (This used to be commit 692ff44ba39cd24dbc906e0319bc51c8be9cc267)
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-291-0/+65
from Jim McDonough. It is to enable cyrus sasl to provide the gss-spnego support. For a preliminary patch to cyrus sasl see http://samba.sernet.de/cyrus-gss-spnego.diff Volker (This used to be commit 45cef8f66e46abe4a25fd2b803a7d1051c1c6602)