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