summaryrefslogtreecommitdiffstats
path: root/source/lib/util_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* r24877: Don't panic in tdb validation code when the fork or waitpid fails.Michael Adam2007-09-021-5/+7
* r24848: Make tdb_validate() take an open tdb handle instead of a file name.Michael Adam2007-08-311-16/+41
* r24847: Change standard failure return code of tdb_validate from "-1" to "1".Michael Adam2007-08-311-2/+2
* r24267: Fix the build farmVolker Lendecke2007-08-071-2/+2
* r24265: Add the tdb_hashsize:<tdbname> parameterVolker Lendecke2007-08-071-0/+22
* r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:Michael Adam2007-07-201-23/+60
* r23975: Enhance some debug output.Michael Adam2007-07-191-2/+4
* r23957: Use tdb_open_log instead of tdb_open.Michael Adam2007-07-181-6/+6
* r23952: Streamline and improve the logic of tdb_validate_and backup:Michael Adam2007-07-181-29/+63
* r23938: Add a debug message.Michael Adam2007-07-171-0/+2
* r23932: Fill extended status with information in case the validation traverseMichael Adam2007-07-171-1/+5
* r23930: Introduce tdb_validate_and_backup:Michael Adam2007-07-171-1/+239
* r23828: Add entry and exit debug statments to tdb_validateMichael Adam2007-07-111-0/+5
* r23822: Clean some debugging output (as well in content andMichael Adam2007-07-101-34/+19
* r23819: It is currently unnecessary to pass the extended validation statusMichael Adam2007-07-101-42/+10
* r23814: Fix a couple of comments and debug messages.Michael Adam2007-07-101-7/+7
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23769: Move removal of the tdb from the generic tdb_validate functionMichael Adam2007-07-091-6/+0
* r23751: Call tdb_close even when validation was not successful.Michael Adam2007-07-081-9/+1
* r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam2007-06-271-8/+7
* r23610: Move some winbindd_cache specific flags and actions Michael Adam2007-06-261-7/+1
* r23600: First step in abstracting the winbindd cache validation Michael Adam2007-06-251-0/+203
* r23511: Merge branches/SAMBA_3_0@23510James Peach2007-06-151-2/+2
* r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to mergeVolker Lendecke2007-06-061-0/+3
* r23170: Add map_nt_error_from_tdb()Volker Lendecke2007-05-281-0/+37
* r22945: merge 22009 from SAMBA_3_0 + some warning fixes for new code:Stefan Metzmacher2007-05-161-15/+15
* r22938: merge 22007 and 22008 from SAMBA_3_0Stefan Metzmacher2007-05-161-2/+2
* r22935: merge 21972 from SAMBA_3_0Stefan Metzmacher2007-05-161-22/+39
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-03-241-13/+0
* r21322: No feedback means consent :-)Volker Lendecke2007-02-131-0/+98
* r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2006-10-211-0/+29
* r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2006-10-201-0/+811