r18848: Save the json library before I start hacking on it. I'm going to be
[samba.git] / source4 / ntvfs /
2007-10-10 Andrew Tridgellr18835: expand IO limits on SMB2. Samba4 now tops out...
2007-10-10 Andrew Tridgellr18581: also check for SEC_STD_DELETE, and split out...
2007-10-10 Andrew Tridgellr18580: map the PVFS_FLAG_READONLY bit in the posix...
2007-10-10 Steve Frenchr18570: Fix up function names in cifs unix/posix extens...
2007-10-10 Andrew Tridgellr18568: this warning is not needed now that it is the...
2007-10-10 Steve Frenchr18564: update for cifs unix/posix extensions stub...
2007-10-10 Andrew Tridgellr18370: allow system inotify to be disabled
2007-10-10 Andrew Tridgellr18342: a bit more explanation of these strange values
2007-10-10 Andrew Tridgellr18341: ooh this gets subtle - this needed for xfs...
2007-10-10 Andrew Tridgellr18319: fixed the directory search resume code on IRIX
2007-10-10 Simo Sorcer18314: Handle the case where a dir has the sticky...
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Stefan Metzmacherr18213: don't list LIBREPLACE depdendecies explicit and
2007-10-10 Andrew Tridgellr18137: more LIBREPLACE deps
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17776: these macros are also defined in libcli/raw...
2007-10-10 Stefan Metzmacherr17753: fix compiler warnings and make the code simpler
2007-10-10 Stefan Metzmacherr17752: using -1 in a uint16_t value causes compiler...
2007-10-10 Andrew Tridgellr17656: some systems (like older solaris) don't return...
2007-10-10 Andrew Bartlettr17520: If the blkid library fails, I don't see any...
2007-10-10 Stefan Metzmacherr17362: session_info and smbpid are available from...
2007-10-10 Stefan Metzmacherr17359: cs.wisc.edu/~cao/cs739/draft-leach-cifs-v1...
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Stefan Metzmacherr17088: add ntvfs mapping function for notify
2007-10-10 Stefan Metzmacherr17087: - make pvfs_notify_next_send static
2007-10-10 Stefan Metzmacherr17008: on SMB2 Create the delete_on_close flag isn...
2007-10-10 Stefan Metzmacherr16980: - make struct smb_notify a union and add levels...
2007-10-10 Stefan Metzmacherr16950: remove the smb mid from the ntvfs layer and...
2007-10-10 Stefan Metzmacherr16918: the SMB2 Ioctls are sometimes called with a...
2007-10-10 Stefan Metzmacherr16890: implement DCERPC over SMB2 in the IPC backend
2007-10-10 Stefan Metzmacherr16889: implement SMB2 Ioctl in the frontend
2007-10-10 Stefan Metzmacherr16876: implement SMB2 Find in the posix ntvfs backend
2007-10-10 Stefan Metzmacherr16868: init some uninitialized values
2007-10-10 Stefan Metzmacherr16834: split the level's of smb_search_first/smb_searc...
2007-10-10 Stefan Metzmacherr16730: that is correct...
2007-10-10 Stefan Metzmacherr16724: fix typo...
2007-10-10 Stefan Metzmacherr16706: for RAW_SFILEINFO_SETATTR attrib == 0 means...
2007-10-10 Stefan Metzmacherr16699: the layout of SMB2 Read and Write is identical...
2007-10-10 Stefan Metzmacherr16468: implement SMB2_ALL_INFORMATION in the posix...
2007-10-10 Andrew Bartlettr16051: Move the XATTR compatability code into a new...
2007-10-10 Stefan Metzmacherr16024: OpenBSD doesn't have ENOTSUP so use ENOSYS
2007-10-10 Stefan Metzmacherr16013: hopefully fix the configure check for darwin
2007-10-10 Stefan Metzmacherr16009: fix the build
2007-10-10 Stefan Metzmacherr16008: make debugging easier, and use the os name...
2007-10-10 Stefan Metzmacherr16006: only (f)getxattr returns ssize_t
2007-10-10 Stefan Metzmacherr16005: add support for XATTR's on MacOS
2007-10-10 Stefan Metzmacherr16004: - move #ifdef outof the real functions
2007-10-10 Stefan Metzmacherr15970: add a more verbose comment to tridge's fix...
2007-10-10 Andrew Tridgellr15880: the ntvfs_handle changes broke rpc on big-endia...
2007-10-10 Andrew Tridgellr15855: more talloc_set_destructor() typesafe fixes...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Tridgellr15833: fixed two delete on close memory leaks
2007-10-10 Andrew Tridgellr15826: ensure we don't dereference sec when NULL
2007-10-10 Andrew Tridgellr15825: there are quite subtle semantics with change...
2007-10-10 Stefan Metzmacherr15814: add SMB2 Lock interface structure
2007-10-10 Andrew Tridgellr15797: fixed a notify bug, where a notify_remove(...
2007-10-10 Stefan Metzmacherr15774: take care of the SYSTEM_SECURITY flag
2007-10-10 Stefan Metzmacherr15772: pass the messaging context and server_id to...
2007-10-10 Stefan Metzmacherr15768: make it possible that the caller of the ntvfs_s...
2007-10-10 Stefan Metzmacherr15767: we need to free here
2007-10-10 Stefan Metzmacherr15760: - add RAW_READ_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs...
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 Metzmacherr15741: move smb2 request structures into the main...
2007-10-10 Stefan Metzmacherr15738: make the code more readable
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr15718: - split the SMBflush with the 0xFFFF wildcard...
2007-10-10 Stefan Metzmacherr15716: disable the cifs_posix ntvfs backend as it...
2007-10-10 Stefan Metzmacherr15694: for the cifs backend it's desired that we pull...
2007-10-10 Stefan Metzmacherr15693: fix the logic for the "cifs:map_trans2" parameter
2007-10-10 Stefan Metzmacherr15614: the byte range locking error handling caches...
2007-10-10 Stefan Metzmacherr15613: the snum doesn't identify the tcon, but the...
2007-10-10 Stefan Metzmacherr15612: look at the lock_type and not at the notify_ptr...
2007-10-10 Stefan Metzmacherr15603: True isn't a valid parameter here, PVFS_WAIT_TI...
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Jelmer Vernooijr15572: Trim build/m4/rewrite.m4 a bit more, remove...
2007-10-10 Stefan Metzmacherr15522: allow cifs:map_trans2 per share
2007-10-10 Jelmer Vernooijr15387: Fix installation of dcerpc headers, remove...
2007-10-10 Jelmer Vernooijr15379: Fix shared library build's unresolved dependencies
2007-10-10 Jelmer Vernooijr15358: Fix some compiler warnings / type safety. Found...
2007-10-10 Jelmer Vernooijr15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15274: Drop default EXT_LIB_ prefix for external libra...
2007-10-10 Jelmer Vernooijr15261: Work around AIX defining open as open64 again
2007-10-10 Jelmer Vernooijr15249: Fix typos
2007-10-10 Jelmer Vernooijr15239: (hopefully) fix Samba4 build on AIX
2007-10-10 Steve Frenchr15237: Add primitive Samba 4 backend for cifs posix...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 James Peachr15189: Add parentheses to force ISDOt and ISDOTDOT...
2007-10-10 James Peachr15188: Restore svn rev. 15183, 15184 and 15185, which...
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 James Peachr15185: Force all NTVFS modules to provide a critical...
2007-10-10 James Peachr15184: Declare ntvfs_register with a typed ops pointer.
2007-10-10 James Peachr15183: Hoist the critical sizes initialiser into a...
2007-10-10 Stefan Metzmacherr15118: - do access checks also when the owner and...
2007-10-10 Stefan Metzmacherr15117: add more comments
2007-10-10 Stefan Metzmacherr15078: add TODO about setting the full ACL with an...
next