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