index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise log level of warning produced when the open() of the tdb fails.
Tim Potter
2002-01-22
1
-1
/
+1
*
Display tdb name of "unknown" in logging debug when tdb has not been named.
Tim Potter
2002-01-22
1
-1
/
+1
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-1
/
+1
*
Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...
Jeremy Allison
2002-01-18
1
-4
/
+2
*
Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.
Jeremy Allison
2002-01-09
2
-5
/
+5
*
Added int32 version of "atomic" update.
Jeremy Allison
2002-01-09
1
-0
/
+35
*
Added int32 versions of the endian-dependent code.
Jeremy Allison
2002-01-09
1
-2
/
+66
*
Fixed nasty cast of tdb_delete in traversals.
Jeremy Allison
2002-01-03
1
-0
/
+11
*
debug statement fixups.
Jeremy Allison
2002-01-02
2
-31
/
+27
*
more irix -64 portability fixes
Andrew Tridgell
2001-12-31
1
-1
/
+2
*
Ignore torture.tdb
Martin Pool
2001-12-20
1
-0
/
+1
*
net ads password and net ads chostpass commands from Remus Koos
Andrew Tridgell
2001-12-20
1
-3
/
+4
*
Must check against -1 for fcntl error check.
Jeremy Allison
2001-12-13
1
-4
/
+4
*
add *.po32 to ignore list
Herb Lewis
2001-12-12
1
-0
/
+1
*
Fix up warnings. Make tdb_openXX() names const.
Jeremy Allison
2001-12-11
3
-8
/
+8
*
Tidyups to remove warnings on tdb standalone code.
Jeremy Allison
2001-12-11
3
-22
/
+23
*
Doc.
Martin Pool
2001-12-10
1
-1
/
+3
*
Allow for internal databases which may have no name.
Martin Pool
2001-12-10
1
-5
/
+5
*
Log more error messages.
Martin Pool
2001-12-10
1
-0
/
+1
*
Log more error messages.
Martin Pool
2001-12-10
1
-2
/
+12
*
Allocate tdb name up front in case log functions want to use it.
Martin Pool
2001-12-10
1
-6
/
+5
*
tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXT
Martin Pool
2001-12-10
1
-14
/
+27
*
Refactor code to check whether already open into its own function.
Martin Pool
2001-12-10
1
-8
/
+21
*
tdb_open_ex should always "goto fail" in case of error, rather than
Martin Pool
2001-12-10
1
-1
/
+2
*
Doc.
Martin Pool
2001-12-10
1
-0
/
+4
*
tdb_open_ex: Continue previous refactoring so that we consistently
Martin Pool
2001-12-10
1
-12
/
+12
*
tdb_open_ex: Refactor to use a pointer to tdb, rather than an auto
Martin Pool
2001-12-10
1
-57
/
+58
*
Formatting fixup.
Tim Potter
2001-12-10
1
-1
/
+1
*
added a simple tdbdump utility
Andrew Tridgell
2001-12-09
2
-0
/
+92
*
changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now
Jean-François Micouleau
2001-12-05
1
-2
/
+2
*
Tidup.
Jeremy Allison
2001-12-04
1
-43
/
+80
*
Put back changes to set errno, which seem to do no harm.
Martin Pool
2001-12-04
2
-13
/
+55
*
Fix headers. This I know is correct.
Martin Pool
2001-12-04
1
-0
/
+1
*
Fix headers. This I know is correct.
Martin Pool
2001-12-04
1
-0
/
+1
*
undo
Martin Pool
2001-12-04
7
-184
/
+83
*
Implement suggestion from tridge to leave the old tdb_open interface
Martin Pool
2001-12-04
5
-13
/
+22
*
Better error handling:
Martin Pool
2001-12-04
6
-77
/
+139
*
Magic file for TDB databases.
Martin Pool
2001-12-04
1
-0
/
+10
*
Set errno in tdb_open in cases where we detect an error in opening the
Martin Pool
2001-12-04
2
-12
/
+35
*
Added prototypes for new fns. Thanks Elrond.
Jeremy Allison
2001-12-03
1
-0
/
+7
*
Don't display any data if tdb_fetch() failed in the tdbtool "fetch"
Tim Potter
2001-12-03
1
-1
/
+4
*
Updated definition of fstring.
Tim Potter
2001-12-03
1
-4
/
+11
*
Added a 'keys' command to tdbtool which prints out all keys in the tdb.
Tim Potter
2001-11-28
1
-0
/
+10
*
Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()
Tim Potter
2001-11-09
2
-13
/
+5
*
Don't core dump when using spinlocks on a read-only tdb. Unfortunately this
Jeremy Allison
2001-10-16
1
-4
/
+16
*
Fix for tdb_oob() on TDB_INTERNAL databases.
Jeremy Allison
2001-10-12
1
-2
/
+7
*
PPC spinlocks work again. Sorry, my bad.
Anton Blanchard
2001-10-06
1
-1
/
+1
*
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
2001-10-03
1
-1
/
+2
*
fixed compilation of tdbtorture
Andrew Tridgell
2001-09-27
1
-0
/
+5
*
tdbtorture updates from when I was trying to track down the hp tdb bug
Andrew Tridgell
2001-09-24
1
-12
/
+50
[next]