summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ildap/ldb_ildap.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-2/+1
2009-02-13s4:ldb_ildap: remove compiler warningsStefan Metzmacher1-4/+9
2009-01-30Fix the mess with ldb includes.Simo Sorce1-26/+36
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher1-6/+6
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-12-23ldb: Include tevent.h rather than events.h.Jelmer Vernooij1-1/+1
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-1/+3
2008-12-17s4:ldb_ildap: try to pass extended DNs to the serverAndrew Bartlett1-5/+5
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-29LDB ASYNC: other backendsSimo Sorce1-246/+237
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij1-3/+3
2008-09-24Cosmetic corrections for the LDB backend modulesMatthias Dieter Wallnöfer1-3/+3
2008-06-15Fix cleanup.Simo Sorce1-4/+9
2008-06-15Cleanup.Simo Sorce1-23/+29
2008-06-15Now that we pass down the event context, start removing calls toSimo Sorce1-8/+0
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-3/+3
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-2/+14
2008-02-29Fix ldapi support.Jelmer Vernooij1-2/+2
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-3/+3
2008-02-20Remove more function-based inits.Jelmer Vernooij1-3/+15
2008-02-20Use function-based initialization for ildap backend.Jelmer Vernooij1-6/+3
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-2/+3
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-1/+2
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-1/+1
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