summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_interface.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-128/+128
* s4:ntvfs: remove socket_address based functionsStefan Metzmacher2010-04-271-29/+0
* s4:ntvfs: add tsocket based addresses to ntvfs_contextStefan Metzmacher2010-04-271-0/+25
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-4/+5
* s4:ntvfs: s/private/private_dataStefan Metzmacher2009-02-021-16/+16
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-69/+69
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-4/+4
* 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-4/+4
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-101-2/+2
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-3/+3
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14613: fixed ntvfs_notify_next()Andrew Tridgell2007-10-101-1/+1
* r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2007-10-101-2/+2
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-31/+62
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-31/+50
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-10/+10
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-174/+199
* r14037: add ntvfs_next_notify()Stefan Metzmacher2007-10-101-0/+12
* r14011: - added a ntvfs_notify op to allow backends to support change notifyAndrew Tridgell2007-10-101-0/+13
* r12838: make the ntvfs function publicStefan Metzmacher2007-10-101-98/+98
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-1/+1
* r9074: cope with a null ntvfs context in disconnect, so the destructor thatAndrew Tridgell2007-10-101-1/+5
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-0/+24
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-6/+6
* r3039: This solves the problem of async handlers in ntvfs backends not beingAndrew Tridgell2007-10-101-0/+22
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-0/+566