r25000: Fix some more C++ compatibility warnings.
[jelmer/samba4-debian.git] / source / libcli / util / asn1.c
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr23037: actually fix the asn1 memory leak :-)
2007-10-10 Andrew Tridgellr23036: error checking on asn1_init() failure
2007-10-10 Andrew Tridgellr23030: finally fixed up our asn1 code to use better...
2007-10-10 Stefan Metzmacherr21510: make it possible to push tags with length ...
2007-10-10 Volker Lendecker20308: ContextSimple can be zero length -- seen in...
2007-10-10 Simo Sorcer20284: Simplify OID primitive BER parsing.
2007-10-10 Stefan Metzmacherr20277: make sure the asn1 structure has a welldefined...
2007-10-10 Stefan Metzmacherr20276: remove unneeded talloc_strdup()
2007-10-10 Stefan Metzmacherr20259: add function to start a fake tag so that asn1_r...
2007-10-10 Stefan Metzmacherr20258: add functions to read and write asn1 encoded...
2007-10-10 Andrew Bartlettr18989: Fixes found by these two LDAP testsuites:
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Andrew Tridgellr11620: switch the ldap client code over to using the...
2007-10-10 Andrew Tridgellr7941: fixed handling of ASN.1 objects bigger than 64k
2007-10-10 Andrew Tridgellr7749: some bug fixes from testing with socket:testnonblock
2007-10-10 Andrew Tridgellr7746: - added TLS support to our ldap server
2007-10-10 Andrew Tridgellr7720: - simplify the asn1 decode of ldap_search()...
2007-10-10 Andrew Tridgellr7566: added support for LDAPString types in the asn...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr5107: moved the horrible ldap socket code, and the...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr3476: fixed some const warnings
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3322: fixed a bunch of warnings in the build, includin...
2007-10-10 Stefan Metzmacherr2883: set BOOL to the internal values not the wire...
2007-10-10 Stefan Metzmacherr2749: add asn1_read_implicit_Integer()
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Bartlettr2535: Make certain, that even if we have invalid ASN...
2007-10-10 Stefan Metzmacherr2347: merge LDAP ASN.1 fixes from trunk
2007-10-10 Volker Lendecker2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist...
2007-10-10 Stefan Metzmacherr2166: sync the asn1 stuff with trunk
2007-10-10 Stefan Metzmacherr2124: merge from trunk (-r 2123):
2007-10-10 Stefan Metzmacherr2122: merge from trunk (-r 2120):
2007-10-10 Andrew Tridgellr2037: switched the asn.1 code to use talloc
2007-10-10 Andrew Bartlettr1990: Fix breakage caused by the recent talloc changes...
2007-10-10 Stefan Metzmacherr1856: - move asn1 functions to asn1.c
2007-10-10 Stefan Metzmacherr1851: if we try to peek a subtag, check if the parent...
2007-10-10 Simo Sorcer1771: OK Let's add tests for ldap.
2007-10-10 Stefan Metzmacherr1756: merge volkers ldap client lib to samba4 for...
2007-10-10 Andrew Bartlettr1723: Make sure we bail out on error in reading a...
2007-10-10 Andrew Bartlettr1352: Add a 'peek' function to our ASN1 code, so we...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Andrew Bartlettr1198: Merge the Samba 3.0 ntlm_auth, including the...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code