summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/spnego.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-151-0/+14
| | | | | | | | | same ads_verify_ticket routine that smbd uses, so in the current state we have to be have the host password in secrets.tdb instead of the keytab. This means we have to be an ADS member, but it's a start. Volker (This used to be commit dc2d2ad467927affbd1461df75f77f07ddfbc3b1)
* Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2003-08-041-1/+17
| | | | | | | Now I know where the mechListMIC changes came from: Ethereal ;-) Volker (This used to be commit 4e9eed1273035d09ac3b427b9711327ba8c6ebfc)
* Fix off-by-one found by valgrind.Volker Lendecke2003-07-311-1/+1
| | | | | Volker (This used to be commit bc39c9b57fa6258674e1ee44b3446f25bf63661e)
* This fixes an error I must have made when playing with spnego.c foundVolker Lendecke2003-07-311-14/+35
| | | | | | | | | | | by aliguori: NegTokenInit.mechListMIC is an Octet String. Second: add a free_spnego_data function. Both thanks to aliguori. Volker (This used to be commit 6c252440fba33eb69827d5515a95fbb3e8e9a653)
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-291-0/+292
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)