summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
* r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett2007-10-103-109/+8
* r16024: OpenBSD doesn't have ENOTSUP so use ENOSYSStefan Metzmacher2007-10-102-8/+10
* r16013: hopefully fix the configure check for darwinStefan Metzmacher2007-10-101-0/+3
* r16009: fix the buildStefan Metzmacher2007-10-101-1/+1
* r16008: make debugging easier, and use the os name in the function nameStefan Metzmacher2007-10-101-12/+12
* r16006: only (f)getxattr returns ssize_tStefan Metzmacher2007-10-101-8/+8
* r16005: add support for XATTR's on MacOSStefan Metzmacher2007-10-102-1/+49
* r16004: - move #ifdef outof the real functionsStefan Metzmacher2007-10-101-12/+39
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-103-6/+3
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-103-16/+7
* r15833: fixed two delete on close memory leaksAndrew Tridgell2007-10-101-2/+6
* r15825: there are quite subtle semantics with change notify events being sentAndrew Tridgell2007-10-101-8/+34
* r15774: take care of the SYSTEM_SECURITY flagStefan Metzmacher2007-10-101-1/+7
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-101-1/+3
* r15738: make the code more readableStefan Metzmacher2007-10-101-8/+3
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-1012-109/+74
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-9/+13
* r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher2007-10-103-42/+44
* r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher2007-10-101-2/+1
* r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is...Stefan Metzmacher2007-10-101-1/+1
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-1/+1
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-1/+1
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2007-10-102-3/+3
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typoJames Peach2007-10-101-1/+1
* r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach2007-10-101-2/+3
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-104-13/+10
* r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach2007-10-101-2/+3
* r15118: - do access checks also when the owner and group are not changedStefan Metzmacher2007-10-101-19/+28
* r15117: add more commentsStefan Metzmacher2007-10-101-1/+7
* r15078: add TODO about setting the full ACL with an NTTRANS_CREATEStefan Metzmacher2007-10-101-1/+1
* r15071: fix typoStefan Metzmacher2007-10-101-1/+1
* r15069: - don't crash on a NULL aclStefan Metzmacher2007-10-101-1/+9
* r15057: fix access masks for getting and setting security_descriptorsStefan Metzmacher2007-10-102-8/+25
* r15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead of NT_STATUS_ACCESS_VIOLATIONStefan Metzmacher2007-10-101-4/+2
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-102-18/+37
* r14990: talloc_reference() can failStefan Metzmacher2007-10-101-0/+1
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-103-2/+11
* r14963: check talloc returnsAndrew Tridgell2007-10-101-2/+13
* r14961: fix compiler warningStefan Metzmacher2007-10-101-2/+4
* r14959: allow change notify to be disabled completely usingAndrew Tridgell2007-10-101-3/+1
* r14947: add support for file truncate eventsAndrew Tridgell2007-10-101-5/+8
* r14945: allow the notify backend to be specified per shareAndrew Tridgell2007-10-101-1/+2
* r14941: a rename of a file (but not a directory) triggers 3 events. The firstAndrew Tridgell2007-10-101-1/+11
* r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell2007-10-107-35/+37
* r14932: ensure that we send a NOTIFY_ACTION_OLD_NAME andAndrew Tridgell2007-10-101-2/+4
* r14928: demonstrate that the completion filter is only set on the first notifyAndrew Tridgell2007-10-101-0/+2
* r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell2007-10-102-36/+58
* r14924: when handling recursive change notify, the client expects a windowsAndrew Tridgell2007-10-101-0/+1