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