summaryrefslogtreecommitdiffstats
path: root/source4/libcli/util/asn1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-13/+13
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-6/+6
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+428