index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
ldb_tdb
/
ldb_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-04
fixed ldb rename now that we have unique indexes
Andrew Tridgell
1
-30
/
+11
2009-03-31
added support for a prepare_commit() op in ldb modules
Andrew Tridgell
1
-2
/
+31
2009-03-10
Fix extended operation return path.
Simo Sorce
1
-8
/
+12
2009-03-09
Fix potential segfaults using freed memory.
Simo Sorce
1
-5
/
+44
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
1
-57
/
+72
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
1
-6
/
+6
2008-12-17
an experimental patch for fixing ldb bloat
Andrew Tridgell
1
-0
/
+10
2008-11-17
Remove timeout event once we are calling the callback.
Andrew Bartlett
1
-4
/
+5
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-2
/
+2
2008-10-16
Transform the sequence_number operation into a normal extended operation as i...
Simo Sorce
1
-25
/
+119
2008-09-29
LDB ASYNC: ldb_tdb backend
Simo Sorce
1
-181
/
+172
2008-09-25
Revert LDB return code patches from Matthias.
Jelmer Vernooij
1
-10
/
+10
2008-09-24
Cosmetic corrections for the LDB backend modules
Matthias Dieter Wallnöfer
1
-10
/
+10
2008-06-14
Cleanup,
Simo Sorce
1
-61
/
+88
2008-02-20
Remove more function-based inits.
Jelmer Vernooij
1
-4
/
+4
2007-12-24
r26574: Do not call functions in the variable declaration, fix checking for t...
Simo Sorce
1
-5
/
+7
2007-12-21
r25690: - only use a readonly traverse in ldb_search when not in a transactio...
Andrew Tridgell
1
-0
/
+6
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
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
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
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r22471: Convert more code to use proper LDB error codes.
Simo Sorce
1
-25
/
+21
2007-10-10
r20865: remove useless warning, we now always pass the current partition
Stefan Metzmacher
1
-25
/
+10
2007-10-10
r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r20106: Optional ONE Level indexing for ldb_tdb
Simo Sorce
1
-0
/
+12
2007-10-10
r19911: talloc_apsrintf is not really required here
Simo Sorce
1
-1
/
+5
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-14
/
+6
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-8
/
+6
2007-10-10
r19402: - use the new tdb_lockall_read() to make ldb_search() more efficient,
Andrew Tridgell
1
-1
/
+1
2007-10-10
r19362: - don't need to store the baseinfo message after cache load
Andrew Tridgell
1
-0
/
+7
2007-10-10
r19338: leak on error
Simo Sorce
1
-0
/
+1
2007-10-10
r19314: Commit tridge's fixes for a big mem leak in ltdb I introduced
Simo Sorce
1
-9
/
+8
2007-10-10
r19196: merge from samba3:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19...
Volker Lendecke
1
-6
/
+12
2007-10-10
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
Andrew Tridgell
1
-1
/
+2
2007-10-10
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
1
-1
/
+22
2007-10-10
r17711: fix compiler warnings
Stefan Metzmacher
1
-1
/
+0
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
-20
/
+11
2007-10-10
r17350: Avoid a couple of memleaks, unnecessary code and use a more linear style
Simo Sorce
1
-27
/
+12
2007-10-10
r17349: We can't just return sucess here, modules below us expect the async
Andrew Bartlett
1
-24
/
+31
2007-10-10
r17304: Improve ldb_tdb error strings a bit more.
Andrew Bartlett
1
-2
/
+23
2007-10-10
r17186: "async" word abuse clean-up part 2
Simo Sorce
1
-24
/
+24
[next]