summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ldb_ildap
Commit message (Expand)AuthorAgeFilesLines
* Fix ldapi support.Jelmer Vernooij2008-02-291-2/+2
* Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-3/+3
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-1/+0
* Remove more function-based inits.Jelmer Vernooij2008-02-201-3/+15
* Use function-based initialization for ildap backend.Jelmer Vernooij2008-02-201-6/+3
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-1/+1
* r26459: Build ildap module as shared module by default.Jelmer Vernooij2007-12-211-1/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-2/+3
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-211-1/+1
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-211-0/+1
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-1/+1
* r25093: Use system-provided ldb library if available. Note that this only mea...Jelmer Vernooij2007-10-101-0/+14
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-1/+1
* r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2007-10-101-4/+10
* r20129: remove unused structure elementsStefan Metzmacher2007-10-101-12/+8
* r20128: get rid of more talloc_get_type() callsStefan Metzmacher2007-10-101-8/+8
* r20125: fix some ugly mem leaks in the ldb_ildb backendStefan Metzmacher2007-10-101-7/+7
* r20123: - avoid some more talloc_get_type() callsStefan Metzmacher2007-10-101-29/+23
* r20122: pass ildb to ildb_request_noop()Stefan Metzmacher2007-10-101-8/+8
* r20121: pass down the ldb_request struct to ildb_request_send(),Stefan Metzmacher2007-10-101-18/+13
* r20120: fix the talloc hierachy and make ildb a child of moduleStefan Metzmacher2007-10-101-20/+21
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-7/+6
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-101-2/+2
* r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell2007-10-101-0/+1
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-3/+4
* r18438: I should have examined these uses of talloc_move() moreAndrew Tridgell2007-10-101-1/+1
* r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2007-10-101-5/+3
* r18410: Reduce noise in the ldb_ildap backend. We regularly search for thingsAndrew Bartlett2007-10-101-3/+1
* r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell2007-10-101-1/+1
* r17822: the ildap ldb backend doesn't need the auto rootDSE logic any moreAndrew Tridgell2007-10-101-84/+2
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-1/+1
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-11/+11
* r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett2007-10-101-20/+56
* r17300: Try to fix some segfaults in ldb_ildap module, when the remote serverAndrew Bartlett2007-10-101-1/+6
* r17186: "async" word abuse clean-up part 2Simo Sorce2007-10-101-26/+14
* r17185: Oh, I wanted to do this for sooo long time.Simo Sorce2007-10-101-19/+19
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2007-10-101-4/+1
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-8/+11
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-101-2/+2
* r15964: fix error handling in ldb_ildap backendStefan Metzmacher2007-10-101-7/+14
* r15963: fix warningsStefan Metzmacher2007-10-101-2/+2
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-1/+1
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-101-291/+72
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-136/+151
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-101-1/+1