summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common/opendb.c
Commit message (Expand)AuthorAgeFilesLines
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-1/+1
* s4:ntvfs/common: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:cluster: remove old/broken ctdb codeStefan Metzmacher2008-12-291-5/+1
* opendb: add write time handlingStefan Metzmacher2008-06-031-7/+17
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-14/+14
* opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-121-2/+2
* opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-8/+6
* opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-061-1/+3
* opendb: add odb_get_path()Stefan Metzmacher2008-02-291-0/+8
* opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-281-3/+2
* opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-281-2/+3
* opendb: unify the parameters of odb_open_file() and odb_can_open()Stefan Metzmacher2008-02-261-3/+5
* opendb: pass down open_disposition and break_to_none to odb_open_file()Stefan Metzmacher2008-02-261-6/+7
* opendb: add odb_break_oplocks() functionStefan Metzmacher2008-02-261-0/+5
* opendb: add odb_update_oplock() callStefan Metzmacher2008-02-251-0/+6
* opendb: add odb_get_key() function to get the key back from a struct odb_lockStefan Metzmacher2008-02-251-0/+4
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-3/+3
* 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
* r22082: merged the ctdb changes from bzrAndrew Tridgell2007-10-101-1/+5
* r21807: modularise the opendb code, so different backends can beAndrew Tridgell2007-10-101-458/+20
* r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell2007-10-101-6/+1
* r20897: fix compiler warningsStefan Metzmacher2007-10-101-0/+1
* r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke2007-10-101-0/+1
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-2/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+0
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-101-22/+83
* r14966: make more functions _PUBLIC_Stefan Metzmacher2007-10-101-19/+19
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+1
* r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell2007-10-101-233/+241
* r13708: fix compiler warningsStefan Metzmacher2007-10-101-3/+3
* r13276: start to work towards the BASE-DELETE test passing. This changeAndrew Tridgell2007-10-101-11/+22
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+2
* r7621: Trivial reformatting while trying to understand share modes. Still sur...Volker Lendecke2007-10-101-21/+16
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-101-0/+1
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-0/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-3/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-8/+6
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-12/+17
* r3969: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-2/+13
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-22/+13