summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell2007-10-101-1/+5
* r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell2007-10-101-1/+3
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-102-2/+2
* r14838: fix the build. Looks like I still haven't quite got the hang of theAndrew Tridgell2007-10-101-0/+1
* r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell2007-10-102-0/+43
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-105-5/+39
* r14796: handle overflows in the notify buffer. The pending events are dumpedAndrew Tridgell2007-10-101-4/+27
* r14795: queue notify requests on the same handleAndrew Tridgell2007-10-101-32/+31
* r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, andAndrew Tridgell2007-10-102-20/+28
* r14792: when we enable fake oplocks, give out batch oplocks not exclusive opl...Andrew Tridgell2007-10-101-2/+2
* r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell2007-10-103-17/+95
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-102-2/+0
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-106-0/+162
* r14614: handle zero timers in pvfs_wait()Andrew Tridgell2007-10-101-4/+4
* r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij2007-10-101-1/+1
* r14548: fix build after generated prototypesAlexander Bokovoy2007-10-101-0/+1
* r14540: fix a talloc hierachie problem,Stefan Metzmacher2007-10-105-73/+108
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-105-12/+13
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-1014-13/+14
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-106-20/+19
* r14440: demonstrate that the smbpid is attached to a session (vuid),Stefan Metzmacher2007-10-101-1/+2