summaryrefslogtreecommitdiff
path: root/source3/libsmb/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-3/+3
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-5/+16
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-6/+15
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-05fixed another DATA_BLOB constructorAndrew Tridgell1-6/+1
2001-11-20add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell1-0/+26
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-11/+18
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-0/+18
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-6/+22
2001-10-14minor Realloc() fix - pedanticAndrew Tridgell1-2/+5
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-0/+27
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell1-18/+168
2001-10-11fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell1-8/+36
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-0/+139