summaryrefslogtreecommitdiff
path: root/source3/libsmb/asn1.c
Commit message (Expand)AuthorAgeFilesLines
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-3/+3
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-5/+16
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-6/+15
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixed another DATA_BLOB constructorAndrew Tridgell2002-01-051-6/+1
* add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell2001-11-201-0/+26
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-11/+18
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+18
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-6/+22
* minor Realloc() fix - pedanticAndrew Tridgell2001-10-141-2/+5
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-0/+27
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-111-18/+168
* fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2001-10-111-8/+36
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+139