summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ildap
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-1/+1
2007-10-10r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett1-4/+10
2007-10-10r20129: remove unused structure elementsStefan Metzmacher1-12/+8
2007-10-10r20128: get rid of more talloc_get_type() callsStefan Metzmacher1-8/+8
2007-10-10r20125: fix some ugly mem leaks in the ldb_ildb backendStefan Metzmacher1-7/+7
2007-10-10r20123: - avoid some more talloc_get_type() callsStefan Metzmacher1-29/+23
2007-10-10r20122: pass ildb to ildb_request_noop()Stefan Metzmacher1-8/+8
2007-10-10r20121: pass down the ldb_request struct to ildb_request_send(),Stefan Metzmacher1-18/+13
2007-10-10r20120: fix the talloc hierachy and make ildb a child of moduleStefan Metzmacher1-20/+21
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-7/+6
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-2/+2
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-2/+2
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+1
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell1-3/+4
2007-10-10r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell1-1/+1
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell1-5/+3
2007-10-10r18410: Reduce noise in the ldb_ildap backend. We regularly search for thingsAndrew Bartlett1-3/+1
2007-10-10r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell1-1/+1
2007-10-10r17822: the ildap ldb backend doesn't need the auto rootDSE logic any moreAndrew Tridgell1-84/+2
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-11/+11
2007-10-10r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett1-20/+56
2007-10-10r17300: Try to fix some segfaults in ldb_ildap module, when the remote serverAndrew Bartlett1-1/+6
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-26/+14
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce1-19/+19
2007-10-10r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett1-4/+1
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett1-8/+11
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-2/+2
2007-10-10r15964: fix error handling in ldb_ildap backendStefan Metzmacher1-7/+14
2007-10-10r15963: fix warningsStefan Metzmacher1-2/+2
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-1/+1
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-291/+72
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-136/+151
2007-10-10r15913: Error passing in the async code is not in agood shapeSimo Sorce1-1/+1
2007-10-10r15592: Remove unused headerJelmer Vernooij1-1/+0
2007-10-10r15242: allow to use LDB_FLG_RECONNECTSimo Sorce1-0/+4
2007-10-10r14592: Add support for loading shared modules to LDB.Jelmer Vernooij1-1/+3
2007-10-10r14227: We are passing the wrong pointer hereSimo Sorce1-1/+1
2007-10-10r14163: Remove LDB_WAIT_ONCE, we can hardly guarante weSimo Sorce1-7/+0
2007-10-10r14161: return early if we know the job is already finishedSimo Sorce1-0/+7
2007-10-10r13996: simplify ldb_async_wait() some moreSimo Sorce1-5/+5
2007-10-10r13992: change the way ldb_async_wait() works.Simo Sorce1-1/+3
2007-10-10r13839: Use registration mechanism for backends as well (in the same senseJelmer Vernooij1-1/+5
2007-10-10r13827: Minor enhancements or cosmetic changesSimo Sorce1-4/+7
2007-10-10r13823: make async_wait part of the modules opsSimo Sorce1-3/+2
2007-10-10r13818: Make ldb_tdb 'fake' async.Simo Sorce1-5/+20
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-3/+2