opendb: send also the oplock break level on MSG_NTVFS_OPLOCK_BREAK
[jelmer/samba4-debian.git] / source / ntvfs / ntvfs_generic.c
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-13 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-13 Andrew Tridgellmissed another spot in the SMB2 create conversion
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 Metzmacherr22865: handle pending locks in smb2
2007-10-10 Stefan Metzmacherr22849: map smb2 lock to the generic level
2007-10-10 Andrew Tridgellr18835: expand IO limits on SMB2. Samba4 now tops out...
2007-10-10 Stefan Metzmacherr17088: add ntvfs mapping function for notify
2007-10-10 Stefan Metzmacherr16868: init some uninitialized values
2007-10-10 Stefan Metzmacherr16730: that is correct...
2007-10-10 Stefan Metzmacherr16699: the layout of SMB2 Read and Write is identical...
2007-10-10 Stefan Metzmacherr15814: add SMB2 Lock interface structure
2007-10-10 Stefan Metzmacherr15760: - add RAW_READ_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15757: - add RAW_WRITE_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15754: - implement SMB2 Close
2007-10-10 Stefan Metzmacherr15752: - add generic mapping for RAW_OPEN_SMB2
2007-10-10 Stefan Metzmacherr15750: don't clear after setting
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Andrew Tridgellr14208: removed use of req->flags2 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 Metzmacherr13623: - make sure ntvfs_map_qfileinfo isn't used...
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 Jeremy Allisonr10138: Fix the mapping table (as tested in smbtorture...
2007-10-10 Andrew Tridgellr8107: now that we properly separate DOS and NT status...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4173: - new t2open code, that can cope with "create...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3618: - this adds the special case for DENY_DOS semant...
2007-10-10 Andrew Tridgellr3574: the RAW-OPEN test changes broke a couple of...
2007-10-10 Andrew Tridgellr3573: added trans2open support to smbd and pvfs, and...
2007-10-10 Andrew Tridgellr3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE...
2007-10-10 Andrew Tridgellr3530: make sure we match ntvfs_async_state_pop() with...
2007-10-10 Andrew Tridgellr3528: added support for the SMBntcancel() operation...
2007-10-10 Andrew Tridgellr3522: added async support to most of the ntvfs_map_...
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 Tridgellr3458: more solaris portability fixes, the main one...
2007-10-10 Andrew Tridgellr3427: split the openx logic out from the other open...
2007-10-10 Stefan Metzmacherr3336: use a struct ntvfs_async_state to be able to...
2007-10-10 Andrew Tridgellr3200: - improved the accuracy of openx emulation....
2007-10-10 Andrew Tridgellr3107: slight tweak to the openx -> ntcreatex mapping...
2007-10-10 Andrew Tridgellr3087: fixed a typo
2007-10-10 Andrew Tridgellr3083: fixed a couple of generic mapping errors found...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1280: rename struct request_context to smbsrv_request
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2003-12-04 Andrew Tridgellmerged more updates from Jim Myers
2003-09-02 Andrew Tridgellthanks to ntfsd and some google searches I worked out...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code