Age | Commit message (Expand) | Author | Files | Lines |
2009-07-14 | remove all '\n' from ldb_debug | Sumit Bose | 1 | -3/+3 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -2/+1 |
2009-02-13 | s4:ldb_ildap: remove compiler warnings | Stefan Metzmacher | 1 | -4/+9 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -26/+36 |
2009-01-21 | s4:ldb: remove dependency to samba4's events wrapper | Stefan Metzmacher | 1 | -6/+6 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -5/+5 |
2008-12-23 | ldb: Include tevent.h rather than events.h. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 1 | -1/+3 |
2008-12-17 | s4:ldb_ildap: try to pass extended DNs to the server | Andrew Bartlett | 1 | -5/+5 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-09-29 | LDB ASYNC: other backends | Simo Sorce | 1 | -246/+237 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 1 | -3/+3 |
2008-09-24 | Cosmetic corrections for the LDB backend modules | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2008-06-15 | Fix cleanup. | Simo Sorce | 1 | -4/+9 |
2008-06-15 | Cleanup. | Simo Sorce | 1 | -23/+29 |
2008-06-15 | Now that we pass down the event context, start removing calls to | Simo Sorce | 1 | -8/+0 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -3/+3 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -2/+14 |
2008-02-29 | Fix ldapi support. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 1 | -3/+3 |
2008-02-20 | Remove more function-based inits. | Jelmer Vernooij | 1 | -3/+15 |
2008-02-20 | Use function-based initialization for ildap backend. | Jelmer Vernooij | 1 | -6/+3 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25522: Convert to standard bool types. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21761: - Give more detail on LDAP client library failures (make it clear | Andrew Bartlett | 1 | -4/+10 |
2007-10-10 | r20129: remove unused structure elements | Stefan Metzmacher | 1 | -12/+8 |
2007-10-10 | r20128: get rid of more talloc_get_type() calls | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20125: fix some ugly mem leaks in the ldb_ildb backend | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r20123: - avoid some more talloc_get_type() calls | Stefan Metzmacher | 1 | -29/+23 |
2007-10-10 | r20122: pass ildb to ildb_request_noop() | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20121: pass down the ldb_request struct to ildb_request_send(), | Stefan Metzmacher | 1 | -18/+13 |
2007-10-10 | r20120: fix the talloc hierachy and make ildb a child of module | Stefan Metzmacher | 1 | -20/+21 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -7/+6 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r19531: Make struct ldb_dn opaque and local to ldb_dn.c | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19362: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r18438: I should have examined these uses of talloc_move() more | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18436: converted ldb to use talloc_move() instead of talloc_steal() when | Andrew Tridgell | 1 | -5/+3 |
2007-10-10 | r18410: Reduce noise in the ldb_ildap backend. We regularly search for things | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17822: the ildap ldb backend doesn't need the auto rootDSE logic any more | Andrew Tridgell | 1 | -84/+2 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -11/+11 |
2007-10-10 | r17349: We can't just return sucess here, modules below us expect the async | Andrew Bartlett | 1 | -20/+56 |