summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap
Commit message (Expand)AuthorAgeFilesLines
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-101-17/+49
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-9/+96
* r8530: Now our ldap server is able to fullfill present and substring searchesSimo Sorce2007-10-101-36/+184
* r8523: match a zero message id in ldap replies to the last request sent. Than...Andrew Tridgell2007-10-101-0/+8
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-101-3/+3
* r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2007-10-101-1/+1
* r7855: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r7810: don't give errors when the ldap server sends us reference repliesAndrew Tridgell2007-10-101-1/+2
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-103-9/+19
* r7763: fixed some circular dependenciesAndrew Tridgell2007-10-101-1/+1
* r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell2007-10-101-2/+3
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-101-1/+1
* r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell2007-10-101-0/+3
* r7724: added encoding of LDB_OP_NOT search componentsAndrew Tridgell2007-10-101-1/+6
* r7723: - fix a mismatched asn1 push/pop on bindAndrew Tridgell2007-10-101-29/+26
* r7722: when we get a zero read, the connection is deadAndrew Tridgell2007-10-101-2/+1
* r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell2007-10-102-3/+6
* r7717: fixed some typosAndrew Tridgell2007-10-101-4/+4
* r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell2007-10-101-3/+3
* r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell2007-10-101-1/+3
* r7713: fixed error display in ildap_search()Andrew Tridgell2007-10-101-0/+6
* r7665: - added a ildap_*() interface to our internal ldap library. ThisAndrew Tridgell2007-10-105-2/+241
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+1
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-107-999/+767
* r7599: it turns out we were not using the ldif code in libcli/ldap/ at all,Andrew Tridgell2007-10-101-393/+0
* r7598: take advantage of struct data_blob and struct ldb_val being the sameAndrew Tridgell2007-10-102-14/+3
* r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pastedAndrew Tridgell2007-10-103-24/+18
* r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell2007-10-104-69/+55
* r7567: added wire parsing of NOT and extended ldap search requests. ThisAndrew Tridgell2007-10-101-37/+97
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-102-34/+10
* r7524: make the ldap ASN.1 filter parse code go via a structAndrew Tridgell2007-10-101-77/+107
* r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and useAndrew Tridgell2007-10-104-421/+43
* r6817: - fixed empty ldap search elements in filtersAndrew Tridgell2007-10-103-1/+19
* r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell2007-10-104-2/+89
* r6745: - escape spaces in binary ldap blobsAndrew Tridgell2007-10-102-3/+15
* r6732: - move sasl send recv code to the ldap libStefan Metzmacher2007-10-102-1/+188
* r6726: support binary search elements in ldap_decode()Andrew Tridgell2007-10-101-6/+42
* r6689: minor ldap client library workAndrew Tridgell2007-10-102-24/+63
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-102-22/+9
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-2/+2
* r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell2007-10-105-0/+63
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-102-2/+4
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell2007-10-101-0/+240
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-103-14/+14
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-101-6/+6
* 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-102-5/+5