pvfs_unlink: splitup the logic into generic and file specific functions
[jelmer/samba4-debian.git] / source / ntvfs / ntvfs_interface.c
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr23067: use 'const union smb_search_data *file' also...
2007-10-10 Stefan Metzmacherr16980: - make struct smb_notify a union and add levels...
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Andrew Tridgellr14613: fixed ntvfs_notify_next()
2007-10-10 Andrew Tridgellr14539: get rid of a pointless union layer in struct...
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Stefan Metzmacherr14037: add ntvfs_next_notify()
2007-10-10 Andrew Tridgellr14011: - added a ntvfs_notify op to allow backends...
2007-10-10 Stefan Metzmacherr12838: make the ntvfs function public
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Andrew Tridgellr9074: cope with a null ntvfs context in disconnect...
2007-10-10 Andrew Tridgellr3528: added support for the SMBntcancel() operation...
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3461: another place where "open" was used as a structu...
2007-10-10 Andrew Tridgellr3039: This solves the problem of async handlers in...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve: