summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap_util.c
Commit message (Expand)AuthorAgeFilesLines
* move the dbwrap library to the top levelMichael Adam2012-05-141-539/+0
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.cMichael Adam2012-05-131-9/+9
* s3: Fix some blank line endingsVolker Lendecke2011-12-081-3/+3
* s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam2011-10-111-3/+4
* s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam2011-10-111-3/+4
* s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2011-10-111-5/+9
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-6/+10
* s3:dbwrap: convert dbwrap_util.c to use dbwrap wrapper functionsMichael Adam2011-10-111-33/+41
* s3:dbwrap: use dbwrap_fetch_bystring() in dbwrap_fetch_[u]int32()Michael Adam2011-10-111-2/+6
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-9/+9
* s3:dbwrap: move dbwrap_traverse() to dbwrap.c, the core of the dbrwap subsystemMichael Adam2011-10-111-9/+0
* s3:dbwrap: move dbwrap_store() back to dbwrap.c, the core of the dbwrap subsy...Michael Adam2011-10-111-16/+0
* s3:dbwrap: move dbwrap_delete() back to dbwrap.c, the core of the dbwrap subs...Michael Adam2011-10-111-15/+0
* s3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the core of the dbwrap subsy...Michael Adam2011-10-111-12/+0
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-0/+569