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