summaryrefslogtreecommitdiff
path: root/source3/lib/util_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-03-14s3: Use a switch to implement map_nt_error_from_tdbVolker Lendecke1-30/+47
2010-03-13s3: Make tdb_wrap_open more robustVolker Lendecke1-41/+87
2010-02-23s3-lib: Remove obsolete signal type cast.Andreas Schneider1-3/+3
2009-08-07Fix some nonempty blank linesVolker Lendecke1-7/+7
2009-07-15Add tdb_data_cmpVolker Lendecke1-0/+19
2009-01-28s3: separate tdb validation code out into its own source fileMichael Adam1-484/+0
2009-01-19Remove unused tdb_search_keys()Volker Lendecke1-68/+0
2009-01-16s3-util: for convenience, provide format comments in tdb_unpack().Günther Deschner1-7/+7
2009-01-08Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison1-1/+1
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-297/+0
2008-04-12util_tdb: fix a segfault caused by a fatal typo.Michael Adam1-1/+1
2008-03-26util_tdb: remove trivial and unused tdb_wipe().Michael Adam1-17/+0
2008-03-26util_tdb: make the _byblob fetch/store functions public again.Michael Adam1-4/+4
2008-03-25util_tdb: add my (C) for the tdb validation codeMichael Adam1-0/+1
2008-03-25util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam1-2/+8
2008-03-25util_tdb: make the _byblob functions static - not currently used elsewhere.Michael Adam1-5/+5
2008-02-25Fix some warningsVolker Lendecke1-7/+9
2008-01-27Adding missing calls to va_end().Tim Potter1-0/+1
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison1-10/+9
2007-11-06Fix bug where tdb lock call interrupted withJeremy Allison1-0/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-11/+11
2007-10-10r24877: Don't panic in tdb validation code when the fork or waitpid fails.Michael Adam1-5/+7
2007-10-10r24848: Make tdb_validate() take an open tdb handle instead of a file name.Michael Adam1-16/+41
2007-10-10r24847: Change standard failure return code of tdb_validate from "-1" to "1".Michael Adam1-2/+2
2007-10-10r24267: Fix the build farmVolker Lendecke1-2/+2
2007-10-10r24265: Add the tdb_hashsize:<tdbname> parameterVolker Lendecke1-0/+22
2007-10-10r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:Michael Adam1-23/+60
2007-10-10r23975: Enhance some debug output.Michael Adam1-2/+4
2007-10-10r23957: Use tdb_open_log instead of tdb_open.Michael Adam1-6/+6
2007-10-10r23952: Streamline and improve the logic of tdb_validate_and backup:Michael Adam1-29/+63
2007-10-10r23938: Add a debug message.Michael Adam1-0/+2
2007-10-10r23932: Fill extended status with information in case the validation traverseMichael Adam1-1/+5
2007-10-10r23930: Introduce tdb_validate_and_backup:Michael Adam1-1/+239
2007-10-10r23828: Add entry and exit debug statments to tdb_validateMichael Adam1-0/+5
2007-10-10r23822: Clean some debugging output (as well in content andMichael Adam1-34/+19
2007-10-10r23819: It is currently unnecessary to pass the extended validation statusMichael Adam1-42/+10
2007-10-10r23814: Fix a couple of comments and debug messages.Michael Adam1-7/+7
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23769: Move removal of the tdb from the generic tdb_validate functionMichael Adam1-6/+0
2007-10-10r23751: Call tdb_close even when validation was not successful.Michael Adam1-9/+1
2007-10-10r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam1-8/+7
2007-10-10r23610: Move some winbindd_cache specific flags and actionsMichael Adam1-7/+1
2007-10-10r23600: First step in abstracting the winbindd cache validationMichael Adam1-0/+203
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to mergeVolker Lendecke1-0/+3
2007-10-10r23170: Add map_nt_error_from_tdb()Volker Lendecke1-0/+37
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-15/+15
2007-10-10r22007: make string_tdb_data(NULL) possible...Stefan Metzmacher1-2/+2