summaryrefslogtreecommitdiff
path: root/source4/libcli/util/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23037: actually fix the asn1 memory leak :-)Stefan Metzmacher1-1/+1
2007-10-10r23036: error checking on asn1_init() failureAndrew Tridgell1-1/+5
2007-10-10r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell1-27/+34
2007-10-10r21510: make it possible to push tags with length > 0xFFFFFFStefan Metzmacher1-1/+12
2007-10-10r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ...Volker Lendecke1-1/+1
2007-10-10r20284: Simplify OID primitive BER parsing.Simo Sorce1-63/+83
2007-10-10r20277: make sure the asn1 structure has a welldefined state after a asn1_free()Stefan Metzmacher1-0/+2
2007-10-10r20276: remove unneeded talloc_strdup()Stefan Metzmacher1-3/+3
2007-10-10r20259: add function to start a fake tag so that asn1_read_OID_String()Stefan Metzmacher1-0/+19
2007-10-10r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher1-17/+58
2007-10-10r18989: Fixes found by these two LDAP testsuites:Andrew Bartlett1-1/+22
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell1-0/+27
2007-10-10r7941: fixed handling of ASN.1 objects bigger than 64kAndrew Tridgell1-1/+10
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell1-4/+8
2007-10-10r7746: - added TLS support to our ldap serverAndrew Tridgell1-20/+0
2007-10-10r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell1-1/+0
2007-10-10r7566: added support for LDAPString types in the asn.1 libraryAndrew Tridgell1-5/+20
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-1/+3
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell1-61/+0
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-2/+2
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-2/+2
2007-10-10r3476: fixed some const warningsAndrew Tridgell1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-38/+39
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-2/+2
2007-10-10r2883: set BOOL to the internal values not the wire onesStefan Metzmacher1-1/+7
2007-10-10r2749: add asn1_read_implicit_Integer()Stefan Metzmacher1-5/+15
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-1/+1
2007-10-10r2535: Make certain, that even if we have invalid ASN.1 here, and the caller ...Andrew Bartlett1-1/+7
2007-10-10r2347: merge LDAP ASN.1 fixes from trunkStefan Metzmacher1-11/+23
2007-10-10r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.Volker Lendecke1-11/+2
2007-10-10r2166: sync the asn1 stuff with trunkStefan Metzmacher1-4/+40
2007-10-10r2124: merge from trunk (-r 2123):Stefan Metzmacher1-3/+3
2007-10-10r2122: merge from trunk (-r 2120):Stefan Metzmacher1-4/+12
2007-10-10r2037: switched the asn.1 code to use tallocAndrew Tridgell1-20/+16
2007-10-10r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett1-2/+2
2007-10-10r1856: - move asn1 functions to asn1.cStefan Metzmacher1-0/+24
2007-10-10r1851: if we try to peek a subtag, check if the parent tag has remaining dataStefan Metzmacher1-0/+4
2007-10-10r1771: OK Let's add tests for ldap.Simo Sorce1-2/+0
2007-10-10r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher1-27/+133
2007-10-10r1723: Make sure we bail out on error in reading a OID.Andrew Bartlett1-1/+1
2007-10-10r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett1-0/+22
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-1/+1
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett1-11/+24
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-13/+13
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-6/+6
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+428