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