asn1: Fix header and some typo's.
[metze/old/v4-0-wb-ndr.git] / source / libcli / util / asn1.c
2008-01-08 jelmerasn1: Fix header and some typo's.
2007-12-27 abartletAdd a function to write a DATA_BLOB into an LDAPString.
2007-10-06 jelmerConvert last instances of BOOL, True and False to the...
2007-09-18 metzemerge some stuff from samba3
2007-09-14 jraChange to talloc_asprintf_append_buffer().
2007-09-07 jelmerFix some more C++ compatibility warnings.
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-05-21 metzeactually fix the asn1 memory leak :-)
2007-05-21 tridgeerror checking on asn1_init() failure
2007-05-21 tridgefinally fixed up our asn1 code to use better memory...
2007-02-23 metzemake it possible to push tags with length > 0xFFFFFF
2006-12-21 vlendecContextSimple can be zero length -- seen in a multi...
2006-12-20 idraSimplify OID primitive BER parsing.
2006-12-20 metzemake sure the asn1 structure has a welldefined state...
2006-12-20 metzeremove unneeded talloc_strdup()
2006-12-19 metzeadd function to start a fake tag so that asn1_read_OID_...
2006-12-19 metzeadd functions to read and write asn1 encoded OID string...
2006-09-29 abartletFixes found by these two LDAP testsuites:
2006-01-03 jelmerMove some headers to the directory of the subsystem...
2005-11-10 tridgeswitch the ldap client code over to using the generic...
2005-06-27 tridgefixed handling of ASN.1 objects bigger than 64k
2005-06-19 tridgesome bug fixes from testing with socket:testnonblock
2005-06-19 tridge- added TLS support to our ldap server
2005-06-18 tridge- simplify the asn1 decode of ldap_search() a lot,...
2005-06-14 tridgeadded support for LDAPString types in the asn.1 library
2005-06-13 tridge- added a ldb_search_bytree() interface, which takes...
2005-01-30 tridgemoved the horrible ldap socket code, and the even worse
2005-01-27 tridgegot rid of all of the TALLOC_DEPRECATED stuff. My apolo...
2005-01-07 tridge- converted the other _p talloc functions to not need _p
2005-01-06 tridgegot rid of a lot more uses of plain talloc(), instead...
2004-11-02 tridgefixed some const warnings
2004-11-02 tridgeseparated out some more headers (asn_1.h, messages...
2004-10-28 tridgefixed a bunch of warnings in the build, including one...
2004-10-09 metzeset BOOL to the internal values not the wire ones
2004-09-29 metzeadd asn1_read_implicit_Integer()
2004-09-27 tridgewe're getting too many errors caused by the talloc_real...
2004-09-22 abartletMake certain, that even if we have invalid ASN.1 here...
2004-09-15 metzemerge LDAP ASN.1 fixes from trunk
2004-09-01 vlendecFix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.
2004-09-01 metzesync the asn1 stuff with trunk
2004-08-31 metzemerge from trunk (-r 2123):
2004-08-31 metzemerge from trunk (-r 2120):
2004-08-25 tridgeswitched the asn.1 code to use talloc
2004-08-22 abartletFix breakage caused by the recent talloc changes. ...
2004-08-17 metze- move asn1 functions to asn1.c
2004-08-17 metzeif we try to peek a subtag, check if the parent tag...
2004-08-12 idraOK Let's add tests for ldap.
2004-08-12 metzemerge volkers ldap client lib to samba4 for simo to...
2004-08-11 abartletMake sure we bail out on error in reading a OID.
2004-07-06 abartletAdd a 'peek' function to our ASN1 code, so we can safel...
2004-06-20 abartletAdd 'gensec', our generic security layer.
2004-06-19 abartletMerge the Samba 3.0 ntlm_auth, including the kerberos...
2004-06-01 metzeconvert 'unsigned' and 'unsigned int' to uint_t
2004-05-25 metzeconvert samba4 to use [u]int8_t instead of [u]int8
2004-05-25 tridgeconverted samba4 to use real 64 bit integers instead of
2004-04-04 CVSINmerge in the samba4 HEAD branch from cvs