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