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
/
source3
/
lib
/
dbwrap_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-2
/
+2
2011-06-20
tdb2: tdb_parse_record() returns negative errors, not -1.
Rusty Russell
1
-1
/
+1
2011-06-20
tdb_chainunlock: ignore return value.
Rusty Russell
1
-4
/
+1
2011-06-20
tdb_transaction_cancel: ignore return value.
Rusty Russell
1
-1
/
+2
2011-06-20
tdb_transaction_commit: check returns for 0, not -1.
Rusty Russell
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
2011-05-06
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
1
-0
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2009-07-16
Replace short-lived NULL talloc contexts with talloc_tos().
Jeremy Allison
1
-1
/
+1
2009-02-26
Add db_tdb_parse
Volker Lendecke
1
-0
/
+12
2009-01-19
s3:dbwrap: add get_flags() hook to db_context
Stefan Metzmacher
1
-0
/
+9
2008-10-18
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
1
-3
/
+3
2008-03-10
Add transactions to the dbwrap API
Volker Lendecke
1
-0
/
+24
2008-02-02
Return NOTFOUND from db_tdb_delete if the record does not exist
Volker Lendecke
1
-2
/
+9
2008-01-20
Fix some "set but never used" warnings
Volker Lendecke
1
-3
/
+1
2008-01-16
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
1
-10
/
+11
2008-01-10
Tiny cosmetic fix
Volker Lendecke
1
-2
/
+1
2008-01-07
make db_tdb_fetch use tdb_parse_record
Volker Lendecke
1
-13
/
+33
2008-01-07
Change db_tdb_fetch_locked to use only one talloc
Volker Lendecke
1
-35
/
+53
2007-12-10
Add db_tdb_fetch
Volker Lendecke
1
-0
/
+27
2007-11-09
Fix dbwrap debug output
Volker Lendecke
1
-3
/
+3
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-2
/
+1
2007-10-10
r24773: Fix a ctdb connection lockup
Volker Lendecke
1
-3
/
+6
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23313: Janitor for tridge:
Volker Lendecke
1
-24
/
+13
2007-10-10
r23220: Add traverse_read to dbwrap
Volker Lendecke
1
-0
/
+41
2007-10-10
r23170: Add map_nt_error_from_tdb()
Volker Lendecke
1
-2
/
+8
2007-10-10
r22775: For the cluster code I've developed a wrapper around tdb to put diffe...
Volker Lendecke
1
-0
/
+227