summaryrefslogtreecommitdiffstats
path: root/source/lib/util_tdb.c
Commit message (Collapse)AuthorAgeFilesLines
* r23769: Move removal of the tdb from the generic tdb_validate functionMichael Adam2007-07-091-6/+0
| | | | | | | to the caller (winbindd_validate_cache in this case). Next, there will be a backup handling for the tdb files. Michael
* r23751: Call tdb_close even when validation was not successful.Michael Adam2007-07-081-9/+1
| | | | Michael
* r23639: Eliminate trailing whitespaces in the new tdb_validate functions...Michael Adam2007-06-271-8/+7
| | | | Michael
* r23610: Move some winbindd_cache specific flags and actions Michael Adam2007-06-261-7/+1
| | | | | | | | back to winbindd_cache.c. The generic mechanism should open the cache tdb readonly and with default flags. Michael
* r23600: First step in abstracting the winbindd cache validation Michael Adam2007-06-251-0/+203
| | | | | | | code into a generic tdb validation code. In lib/util_tdb.c for a start. Michael
* r23511: Merge branches/SAMBA_3_0@23510James Peach2007-06-151-2/+2
| | | | | Tidy calls to smb_panic by removing trailing newlines. Print the failed expression in SMB_ASSERT.
* r23362: Respect "use mmap" in tdb_wrap_open(). Tridge, you might want to mergeVolker Lendecke2007-06-061-0/+3
| | | | this in your tree.
* 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
| | | | | | | | change TDB_DATA from char * to unsigned char * and fix all compiler warnings in the users metze
* r22938: merge 22007 and 22008 from SAMBA_3_0Stefan Metzmacher2007-05-161-2/+2
| | | | | | use tdb helper functions metze
* r22935: merge 21972 from SAMBA_3_0Stefan Metzmacher2007-05-161-22/+39
| | | | metze
* 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
| | | | | | | | | | | It does not matter if I screw up 3.0.25 or 3.0.26 with this, so do it rather sooner than later. Add the notify support that already exists in 3_0 to 3_0_25. If you want to see this patch dissected into digestable parts, look at 3_0, revisions at about 20800 and following. Volker
* 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
see discussion on samba-technical