summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/notify.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-13s4-ntvfs: use TYPESAFE_QSORT() in notify codeAndrew Tridgell1-3/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-2/+2
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij1-1/+1
2008-04-17Explicitly require event context to be specified.Jelmer Vernooij1-0/+4
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-4/+6
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+3
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-3/+2
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-1/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-14/+18
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20983: Two no-mem error returnsVolker Lendecke1-0/+5
2007-10-10r20972: "private" -> "private_data"Volker Lendecke1-17/+17
2007-10-10r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell1-6/+1
2007-10-10r20897: fix compiler warningsStefan Metzmacher1-0/+1
2007-10-10r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke1-0/+1
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-6/+6
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 Vernooij1-1/+1
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-3/+7
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell1-0/+5
2007-10-10r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher1-1/+1
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-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-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 Metzmacher1-1/+0
2007-10-10r14616: added notify change support to the posix backendAndrew Tridgell1-0/+402