summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common/opendb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-6/+6
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-281-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+2
* s4:ntvfs/common: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* opendb: add write time handlingStefan Metzmacher2008-06-031-6/+45
* Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
* Make oplocks a per-share option.Andrew Bartlett2008-03-271-2/+1
* opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2008-03-121-8/+38
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-121-1/+3
* opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher2008-03-081-135/+109
* opendb_tdb: correctly initialize modified to falseStefan Metzmacher2008-03-081-1/+1
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-54/+66
* opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...Stefan Metzmacher2008-03-071-5/+8
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-061-11/+21
* opendb: add odb_get_path()Stefan Metzmacher2008-02-291-0/+20
* opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-281-13/+3
* opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-281-2/+13
* opendb_tdb: EXCLUSIVE oplock use the same matching logicStefan Metzmacher2008-02-271-3/+21
* opendb_tdb: with break_to_none attribute only opens also break oplocksStefan Metzmacher2008-02-261-2/+9
* opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-261-10/+3
* opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-4/+3
* opendb_tdb: only file->delete_on_close == true should give DELETE_PENDINGStefan Metzmacher2008-02-261-2/+5
* opendb_tdb: move sharemode, oplock logic into odb_tdb_open_can_internal()Stefan Metzmacher2008-02-261-89/+102
* opendb_tdb: add force break to none logicStefan Metzmacher2008-02-261-2/+7
* opendb_tdb: attribute only opens doesn't conflict with BATCH oplocksStefan Metzmacher2008-02-261-2/+35
* opendb_tdb: grant level2 oplocksStefan Metzmacher2008-02-261-9/+23
* opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-261-1/+39
* opendb: add odb_update_oplock() callStefan Metzmacher2008-02-251-2/+43
* opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAKStefan Metzmacher2008-02-251-5/+23
* opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-251-0/+7
* r26670: Janitorial: Remove global_loadparm uses.Jelmer Vernooij2008-01-051-2/+2
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-8/+12
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-8/+8
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21807: modularise the opendb code, so different backends can beAndrew Tridgell2007-10-101-0/+622