Age | Commit message (Expand) | Author | Files | Lines |
2009-07-14 | remove all '\n' from ldb_debug | Sumit Bose | 5 | -7/+7 |
2009-06-10 | fixed server side sort control | Andrew Tridgell | 1 | -4/+7 |
2009-05-26 | s4:ldb:modules: Correct typos. | Andrew Kroeger | 3 | -3/+3 |
2009-03-20 | s4:ldb Allow paged_searches to be mixed with other controls | Andrew Bartlett | 1 | -3/+3 |
2009-03-20 | s4:ldb Fix the paged_searches module | Andrew Bartlett | 1 | -58/+51 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 3 | -0/+7 |
2009-02-12 | Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines above | Volker Lendecke | 1 | -1/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 7 | -50/+117 |
2008-12-24 | Fix accidental condition inversion. | Jelmer Vernooij | 1 | -1/+1 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 1 | -6/+2 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 5 | -5/+5 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -1/+1 |
2008-10-14 | Fix very old bug in ASQ | Simo Sorce | 1 | -2/+2 |
2008-09-29 | LDB ASYNC: core modules | Simo Sorce | 6 | -1251/+791 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 3 | -4/+4 |
2008-09-24 | Cosmetic corrections for the LDB library | Matthias Dieter Wallnöfer | 3 | -4/+4 |
2008-08-21 | All these syntaxes are now handled by the schema. | Andrew Bartlett | 1 | -6/+0 |
2008-02-28 | Fix rdn_name errors. | Andrew Bartlett | 1 | -1/+2 |
2008-02-20 | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 1 | -1/+1 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-20 | Use struct-based rather than function-based initialization for ldb modules ev... | Jelmer Vernooij | 7 | -46/+7 |
2007-12-24 | r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro... | Simo Sorce | 5 | -72/+90 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25522: Convert to standard bool types. | Jelmer Vernooij | 1 | -5/+8 |
2007-10-10 | r24259: Rework the objectclass module to use the new schema, rather than the | Andrew Bartlett | 1 | -692/+0 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 8 | -16/+8 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 8 | -8/+8 |
2007-10-10 | r23703: Start to get Samba4 to again work with LDAP backends, after I turned | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r23557: Ensure that we don't reorder the objectClass list, if we don't have | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r22762: Some ldb_map changes: | Jelmer Vernooij | 5 | -3686/+0 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 12 | -48/+42 |
2007-10-10 | r21496: A number of ldb control and LDAP changes, surrounding the | Andrew Bartlett | 3 | -3/+3 |
2007-10-10 | r21354: fix comment | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21305: Change the skel module a little, so make it names clearer. | Andrew Bartlett | 1 | -6/+7 |
2007-10-10 | r20772: fix segfault caused by ldb_set_default_dns() from init_context hook o... | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r20670: Make the logic more clear | Simo Sorce | 1 | -16/+22 |
2007-10-10 | r20669: Simplifing more | Simo Sorce | 1 | -88/+56 |
2007-10-10 | r20656: This way the process flow should be much more readable. | Simo Sorce | 1 | -104/+131 |
2007-10-10 | r20459: LDB map cleanup: | Andrew Bartlett | 1 | -16/+17 |
2007-10-10 | r20198: let the IBM checker ignore the warning about a missing break | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 3 | -10/+16 |
2007-10-10 | r19904: port fies from samba3 | Simo Sorce | 1 | -1/+15 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 4 | -9/+9 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 5 | -31/+89 |
2007-10-10 | r19743: merge from samba3: | Stefan Metzmacher | 1 | -488/+0 |
2007-10-10 | r19733: More work to fix ldb_map. With the wildcard present, | Andrew Bartlett | 1 | -6/+2 |
2007-10-10 | r19731: Modify the ldb_map infrustructure to always map from requested | Andrew Bartlett | 3 | -51/+186 |
2007-10-10 | r19531: Make struct ldb_dn opaque and local to ldb_dn.c | Simo Sorce | 5 | -100/+78 |
2007-10-10 | r19521: Fix memory leak. | Andrew Bartlett | 1 | -0/+1 |