summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+3
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij1-1/+1
2007-12-27r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett1-3/+3
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-1/+12
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-15/+15
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-4/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23036: error checking on asn1_init() failureAndrew Tridgell1-0/+2
2007-10-10r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell1-149/+148
2007-10-10r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett1-29/+46
2007-10-10r21511: this seems to be the nicer fix for the problem withStefan Metzmacher1-4/+0
2007-10-10r21501: ugly but the windows 2000 mmc deturns decoding error without thisStefan Metzmacher1-0/+4
2007-10-10r18989: Fixes found by these two LDAP testsuites:Andrew Bartlett1-4/+21
2007-10-10r16073: On an incoming wildcard search, it is critical that the size beAndrew Bartlett1-2/+2
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+0
2007-10-10r14423: don't die on no controlsAndrew Tridgell1-1/+3
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-4/+4
2007-10-10r13508: some ASN.1 element in LDAP are optional,Stefan Metzmacher1-33/+69
2007-10-10r13344: Trust SASL to have subtle distinctions between NULL and zero-lengthAndrew Bartlett1-3/+17
2007-10-10r12917: fix decoding of ldap controlsSimo Sorce1-1/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-17/+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/+8
2007-10-10r11523: Working towards having Samba3 join Samba4, this allows the SASLAndrew Bartlett1-3/+7
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-6/+5
2007-10-10r10213: fixed a memory leak in the ldap client and server code spotted by KarlAndrew Tridgell1-2/+2
2007-10-10r8917: Better support for extended ldap search operationsSimo Sorce1-17/+49
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-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter1-3/+3
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell1-2/+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-10r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage ofAndrew Tridgell1-1/+3
2007-10-10r7626: a new ldap client library. Main features are:Andrew Tridgell1-40/+0
2007-10-10r7598: take advantage of struct data_blob and struct ldb_val being the sameAndrew Tridgell1-4/+1
2007-10-10r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pastedAndrew Tridgell1-6/+6
2007-10-10r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell1-36/+36
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 Tridgell1-32/+9
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 Tridgell1-375/+17
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell1-1/+1
2007-10-10r6763: added functions in libcli/ldap/ to binary encode some NDR structures intoAndrew Tridgell1-1/+4
2007-10-10r6745: - escape spaces in binary ldap blobsAndrew Tridgell1-3/+13
2007-10-10r6726: support binary search elements in ldap_decode()Andrew Tridgell1-6/+42
2007-10-10r6689: minor ldap client library workAndrew Tridgell1-20/+59
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell1-1/+0
2007-10-10r5305: removed libcli/ldap/ldap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-2/+3