summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20891: enable multiple brlock backends. The tdb backend is the default. TheAndrew Tridgell3-54/+125
2007-10-10r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke3-0/+3
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell3-15/+15
2007-10-10r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij2-2/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce2-4/+8
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2-4/+2
2007-10-10r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell1-0/+5
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-11/+11
2007-10-10r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher1-43/+89
2007-10-10r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher1-10/+9
2007-10-10r15612: look at the lock_type and not at the notify_ptr being NULL or notStefan Metzmacher1-2/+3
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell1-22/+83
2007-10-10r14993: Make subsystems againJelmer Vernooij1-4/+1
2007-10-10r14966: make more functions _PUBLIC_Stefan Metzmacher1-19/+19
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher4-574/+43
2007-10-10r14960: don't declare variables mid-functionAndrew Tridgell1-1/+2
2007-10-10r14959: allow change notify to be disabled completely usingAndrew Tridgell1-0/+19
2007-10-10r14956: change the notify search to be much more efficient by using aAndrew Tridgell1-83/+167
2007-10-10r14951: - remove unused var 'path'Stefan Metzmacher1-12/+7
2007-10-10r14945: allow the notify backend to be specified per shareAndrew Tridgell1-2/+2
2007-10-10r14939: don't use a void pointerStefan Metzmacher1-1/+1
2007-10-10r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell1-21/+40
2007-10-10r14918: cleaner handling of systems without inotifyAndrew Tridgell1-24/+33
2007-10-10r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell1-48/+89
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14838: fix the build. Looks like I still haven't quite got the hang of theAndrew Tridgell1-1/+1
2007-10-10r14835: split out the config rules for the ntvfs/common/ directoryAndrew Tridgell1-0/+13
2007-10-10r14822: if we use the snum used by the lp_* functions instead of the wire TID,Stefan Metzmacher1-10/+10
2007-10-10r14805: use tdb_lock_bystring() to prevent race conditions in notify add/removeAndrew Tridgell1-5/+56
2007-10-10r14803: copy with the root directory, which has /. on the end of the pathAndrew Tridgell1-0/+17
2007-10-10r14800: use tdb_get_seqnum() in the change notify code to avoid reloading theAndrew Tridgell1-2/+13
2007-10-10r14797: added checking of the filter in notify requestsAndrew Tridgell1-5/+9
2007-10-10r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell1-4/+3
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2-2/+1
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+402
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell1-233/+241
2007-10-10r13708: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r13701: removed some unnecessary castsAndrew Tridgell1-5/+5
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-3/+4
2007-10-10r13281: Use TALLOC_CTX * not a void *, and use tmp_ctx as the name for consis...Andrew Bartlett1-58/+59
2007-10-10r13276: start to work towards the BASE-DELETE test passing. This changeAndrew Tridgell1-11/+22
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2-2/+3
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+3
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-1/+1