r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
[tprouty/samba.git] / source3 / libsmb / asn1.c
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr21460: Fix for server-side processing of SPNEGO auth
2007-10-10 Volker Lendecker19070: If there's an error in the data struct, there...
2007-10-10 Volker Lendecker17060: Some c++ warnings
2007-10-10 Jeremy Allisonr16306: Error handling in this asn1 code *sucks*. Fix...
2007-10-10 Jeremy Allisonr16207: Ensure we don't allocate an OID string unless
2007-10-10 Jeremy Allisonr16202: Fix Klocwork #3. Strange - was already fixed...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr7954: Fix from tridge from Samba4 (same code exists...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2355: Now we've shipped 3.0.7, add in the DOS fix.
2007-10-10 Jeremy Allisonr1240: Ensure we don't shadow Heimdal globals.
2004-02-11 Jeremy AllisonMore paranoia checks.
2004-02-11 Jeremy AllisonMore paranoia checks.
2004-02-11 Jeremy AllisonParanoia fixes :-).
2004-02-11 Jeremy AllisonParanoia fixes :-).
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-02-19 Andrew BartlettMerge minor library fixes from HEAD to 3.0.
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-15 Andrew BartlettMove our NTLMSSP client code into ntlmssp.c. The inten...
2003-01-15 Gerald Cartermerging some rpcclient and net functionality from HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-22 Andrew Tridgella ASN.1 fix from anthony
2002-08-19 Andrew Tridgellwe now receive and parse the main cldap netlogon reply.
2002-08-19 Andrew Tridgelladded a 'net ads lookup' command that does a CLDAP...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-05 Andrew Tridgellfixed another DATA_BLOB constructor
2001-11-20 Andrew Tridgelladd asn1 integer handling ready for the ldap netjoin...
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-18 Andrew Tridgellthe beginnings of kerberos support in smbd. It doesn...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-14 Andrew Tridgellminor Realloc() fix - pedantic
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...
2001-10-11 Andrew Tridgelladded a ASN.1 parser, so now I can properly parse the...
2001-10-11 Andrew Tridgellfixed some memory leaks, started adding asn1 decoder...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...