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