Age | Commit message (Expand) | Author | Files | Lines |
2009-03-10 | Fix extended operation return path. | Simo Sorce | 1 | -8/+12 |
2009-03-09 | Fix potential segfaults using freed memory. | Simo Sorce | 4 | -10/+54 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 2 | -7/+2 |
2009-02-23 | Make all transactions nested in ldb. The current samba4 code expects this | Simo Sorce | 1 | -0/+2 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 7 | -132/+207 |
2009-01-21 | s4:ldb: remove dependency to samba4's events wrapper | Stefan Metzmacher | 1 | -2/+2 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 2 | -7/+7 |
2008-12-19 | s4:cosmetic: Remove trailing tabs and spaces | Simo Sorce | 1 | -59/+59 |
2008-12-19 | Small cosmetic LDB patch regarding return values. | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2008-12-18 | Rename ldb index pointer wrapper function | Andrew Bartlett | 1 | -8/+8 |
2008-12-17 | s4:ldb: make it possible to return per entry controls | Andrew Bartlett | 2 | -2/+2 |
2008-12-17 | an experimental patch for fixing ldb bloat | Andrew Tridgell | 3 | -9/+352 |
2008-12-16 | repack the ldb after re-indexing | Andrew Tridgell | 1 | -0/+4 |
2008-11-17 | Remove timeout event once we are calling the callback. | Andrew Bartlett | 2 | -4/+6 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2 | -3/+3 |
2008-10-16 | Transform the sequence_number operation into a normal extended operation as i... | Simo Sorce | 3 | -49/+121 |
2008-09-29 | LDB ASYNC: ldb_tdb backend | Simo Sorce | 4 | -315/+242 |
2008-09-25 | Revert LDB return code patches from Matthias. | Jelmer Vernooij | 5 | -49/+49 |
2008-09-24 | Cosmetic corrections for the LDB backend modules | Matthias Dieter Wallnöfer | 5 | -49/+49 |
2008-09-18 | Generate with 1.3.36. | Jelmer Vernooij | 1 | -0/+4 |
2008-08-22 | fixed a speellling erra | Andrew Tridgell | 1 | -1/+1 |
2008-06-14 | Cleanup, | Simo Sorce | 1 | -61/+88 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -2/+2 |
2008-02-20 | Remove more function-based inits. | Jelmer Vernooij | 1 | -4/+4 |
2008-01-06 | r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090 | Andrew Bartlett | 1 | -1/+1 |
2007-12-24 | r26574: Do not call functions in the variable declaration, fix checking for t... | Simo Sorce | 1 | -5/+7 |
2007-12-21 | r26200: Bring back some accidently removed files. | Jelmer Vernooij | 1 | -0/+153 |
2007-12-21 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 1 | -153/+0 |
2007-12-21 | r26131: Ensure we show the right errors in the NULL base DN case. Based on | Andrew Bartlett | 1 | -0/+2 |
2007-12-21 | r25965: Remove duplicate block - thanks metze! | Andrew Bartlett | 1 | -18/+0 |
2007-12-21 | r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation. | Andrew Bartlett | 1 | -4/+2 |
2007-12-21 | r25959: Add a new special DN to LDB: @OPTIONS | Andrew Bartlett | 3 | -17/+144 |
2007-12-21 | r25893: Fix ldb, tdb builds (and one warning). | Jeremy Allison | 1 | -0/+2 |
2007-12-21 | r25690: - only use a readonly traverse in ldb_search when not in a transactio... | Andrew Tridgell | 3 | -3/+21 |
2007-10-10 | r25218: After discussion with Simo, remove the subclass support from LDB. | Andrew Bartlett | 3 | -137/+0 |
2007-10-10 | r25215: replace talloc_append_string() with talloc_strdup_append_buffer() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 - | Andrew Bartlett | 1 | -9/+31 |
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 1 | -8/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 3 | -17/+17 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 6 | -12/+6 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 6 | -6/+6 |
2007-10-10 | r23762: Fix DN renames over LDAP, and instrument the partition module. Add a | Andrew Bartlett | 1 | -3/+2 |
2007-10-10 | r23737: Validate that we object to duplicate values in an add or replace. | Andrew Bartlett | 1 | -10/+25 |
2007-10-10 | r23364: add LDB_FLG_NOMMAP flag | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r23339: merge from SAMBA_3_0: | Stefan Metzmacher | 1 | -23/+2 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 6 | -19/+12 |
2007-10-10 | r22471: Convert more code to use proper LDB error codes. | Simo Sorce | 4 | -160/+163 |
2007-10-10 | r21311: fix very ugly "using free'ed memory" bug | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20969: remove unused function, found my lcov | Stefan Metzmacher | 1 | -49/+0 |
2007-10-10 | r20865: remove useless warning, we now always pass the current partition | Stefan Metzmacher | 1 | -25/+10 |