summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-13s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher1-34/+34
2011-06-09librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett1-1/+1
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett1-1/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-2/+2
2011-02-18s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell1-1/+1
2010-05-24s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDLAndrew Bartlett1-1/+1
2010-04-27s4:ntvfs: remove socket_address based functionsStefan Metzmacher1-3/+0
2010-04-27s4:ntvfs: add tsocket based addresses to ntvfs_contextStefan Metzmacher1-0/+2
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott1-1/+1
2009-02-02s4:ntvfs: s/private/private_dataStefan Metzmacher1-5/+5
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij1-0/+1
2008-12-05Let ntvfs request transport close via ntvfs_request stateSam Liddicott1-0/+1
2008-10-15Fix includes.Jelmer Vernooij1-0/+1
2008-06-02smbpid is 32 bit, and update SMB2 locking per MS-SMB2 Andrew Tridgell1-1/+1
2008-03-06ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher1-0/+16
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-3/+5
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-0/+1
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher1-2/+2
2007-10-10r20898: make it work to include ntvfs/ntvfs.h multiple timesStefan Metzmacher1-0/+5
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-1/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-3/+2
2007-10-10r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher1-1/+1
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher1-3/+0
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-2/+36
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-1/+1
2007-10-10r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach1-0/+11
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-11/+0
2007-10-10r15183: Hoist the critical sizes initialiser into a header so that modulesJames Peach1-0/+11
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher1-0/+2
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-1/+1
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher1-2/+24
2007-10-10r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell1-1/+1
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher1-0/+6
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-2/+25
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+2
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-5/+5
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-78/+106
2007-10-10r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell1-0/+4
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+2
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-0/+4
2007-10-10r3522: added async support to most of the ntvfs_map_*() functions, allowing f...Andrew Tridgell1-1/+1
2007-10-10r3461: another place where "open" was used as a structure elementAndrew Tridgell1-1/+1
2007-10-10r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher1-0/+33
2007-10-10r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell1-1/+5
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-35/+82
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-0/+3