summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell3-16/+7
2007-10-10r15833: fixed two delete on close memory leaksAndrew Tridgell1-2/+6
2007-10-10r15825: there are quite subtle semantics with change notify events being sentAndrew Tridgell1-8/+34
2007-10-10r15774: take care of the SYSTEM_SECURITY flagStefan Metzmacher1-1/+7
2007-10-10r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher1-1/+3
2007-10-10r15738: make the code more readableStefan Metzmacher1-8/+3
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher12-109/+74
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-9/+13
2007-10-10r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher3-42/+44
2007-10-10r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher1-2/+1
2007-10-10r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is...Stefan Metzmacher1-1/+1
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-1/+1
2007-10-10r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij1-1/+1
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2-3/+3
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15189: Add parentheses to force ISDOt and ISDOTDOT evaluation order. Fix typoJames Peach1-1/+1
2007-10-10r15188: Restore svn rev. 15183, 15184 and 15185, which I inadvertantly clobberedJames Peach1-2/+3
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach4-13/+10
2007-10-10r15185: Force all NTVFS modules to provide a critical sizes structure soJames Peach1-2/+3
2007-10-10r15118: - do access checks also when the owner and group are not changedStefan Metzmacher1-19/+28
2007-10-10r15117: add more commentsStefan Metzmacher1-1/+7
2007-10-10r15078: add TODO about setting the full ACL with an NTTRANS_CREATEStefan Metzmacher1-1/+1
2007-10-10r15071: fix typoStefan Metzmacher1-1/+1
2007-10-10r15069: - don't crash on a NULL aclStefan Metzmacher1-1/+9
2007-10-10r15057: fix access masks for getting and setting security_descriptorsStefan Metzmacher2-8/+25
2007-10-10r15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead of NT_STATUS_ACCESS_VIOLATIONStefan Metzmacher1-4/+2
2007-10-10r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2-18/+37
2007-10-10r14990: talloc_reference() can failStefan Metzmacher1-0/+1
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher3-2/+11
2007-10-10r14963: check talloc returnsAndrew Tridgell1-2/+13
2007-10-10r14961: fix compiler warningStefan Metzmacher1-2/+4
2007-10-10r14959: allow change notify to be disabled completely usingAndrew Tridgell1-3/+1
2007-10-10r14947: add support for file truncate eventsAndrew Tridgell1-5/+8
2007-10-10r14945: allow the notify backend to be specified per shareAndrew Tridgell1-1/+2
2007-10-10r14941: a rename of a file (but not a directory) triggers 3 events. The firstAndrew Tridgell1-1/+11
2007-10-10r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell7-35/+37
2007-10-10r14932: ensure that we send a NOTIFY_ACTION_OLD_NAME andAndrew Tridgell1-2/+4
2007-10-10r14928: demonstrate that the completion filter is only set on the first notifyAndrew Tridgell1-0/+2
2007-10-10r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events forAndrew Tridgell2-36/+58
2007-10-10r14924: when handling recursive change notify, the client expects a windowsAndrew Tridgell1-0/+1
2007-10-10r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell1-1/+5
2007-10-10r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell1-1/+3
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher2-2/+2
2007-10-10r14838: fix the build. Looks like I still haven't quite got the hang of theAndrew Tridgell1-0/+1
2007-10-10r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell2-0/+43
2007-10-10r14797: added checking of the filter in notify requestsAndrew Tridgell5-5/+39
2007-10-10r14796: handle overflows in the notify buffer. The pending events are dumpedAndrew Tridgell1-4/+27
2007-10-10r14795: queue notify requests on the same handleAndrew Tridgell1-32/+31
2007-10-10r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, andAndrew Tridgell2-20/+28