summaryrefslogtreecommitdiff
path: root/source4/lib/util/util_tdb.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-27tdb_unpack: Eliminate "cast to pointer from integer of different size" ↵Michael Adam1-1/+7
warning on 64bit. The 'p' type is just a flag to mark the presence of a pointer, not a real pointer itself. The code is now the same as in Samba3's tdb_unpack. Michael (This used to be commit a516bc9a2d4ce86244d0e2fbfacf6fda5e12e987)
2007-12-21r26457: Janitorial: Don't use pstring in tdb_unpackKai Blin1-9/+8
(This used to be commit 447bc42180cf0be71a35e40f6d93d91879397a48)
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-2/+3
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
2007-10-10r24710: Use standard boolean type for easier use by external users.Jelmer Vernooij1-12/+12
(This used to be commit 99f4124137d4a61216e8189f26d4da32882c0f4a)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell1-0/+541
tdbutil.c is Samba specific, so should not be part of the generic tdb library (This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f)