summaryrefslogtreecommitdiffstats
path: root/source/include/asn_1.h
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-241-0/+7
| | | | | | keys for kerberos authentication. Andrew Bartlett
* A few typo fixes Andrew eventually let off to me.Rafal Szczesniak2003-02-131-3/+3
| | | | Rafal
* Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2003-01-281-0/+4
| | | | | | | | | | | | The idea here is to seperate, as much as possible, the SPNEGO layer from the NTLMSSP layer. This not only helps us with protocol correctness, but also should allow further mechinisms to be added with relitive ease. I indend to make the kerberos code use this shortly. I've never seen the 'zero length blob' form of the anonymous login, so I've removed that case. Andrew Bartlett
* we now receive and parse the main cldap netlogon reply.Andrew Tridgell2002-08-191-0/+1
| | | | we still need to parse the core of the structure
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Added some guards.Tim Potter2002-01-171-0/+4
|
* renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headersAndrew Tridgell2002-01-011-0/+54
on some platforms using "" instead of <> in include statements