summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common/notify.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-2/+2
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
* Explicitly require event context to be specified.Jelmer Vernooij2008-04-171-0/+4
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-4/+6
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+3
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-3/+2
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-211-1/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-14/+18
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20983: Two no-mem error returnsVolker Lendecke2007-10-101-0/+5
* r20972: "private" -> "private_data"Volker Lendecke2007-10-101-17/+17
* r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell2007-10-101-6/+1
* r20897: fix compiler warningsStefan Metzmacher2007-10-101-0/+1
* r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke2007-10-101-0/+1
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-6/+6
* r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.cAndrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-3/+7
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15797: fixed a notify bug, where a notify_remove() is beyond the current maxAndrew Tridgell2007-10-101-0/+5
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-101-1/+1
* r14960: don't declare variables mid-functionAndrew Tridgell2007-10-101-1/+2
* r14959: allow change notify to be disabled completely usingAndrew Tridgell2007-10-101-0/+19
* r14956: change the notify search to be much more efficient by using aAndrew Tridgell2007-10-101-83/+167
* r14951: - remove unused var 'path'Stefan Metzmacher2007-10-101-12/+7
* r14945: allow the notify backend to be specified per shareAndrew Tridgell2007-10-101-2/+2
* r14920: allow a notify backend to separately specify if it has handled theAndrew Tridgell2007-10-101-21/+40
* r14918: cleaner handling of systems without inotifyAndrew Tridgell2007-10-101-24/+33
* r14877: added support for the kernel inotify mechanism. This passes basicAndrew Tridgell2007-10-101-48/+89
* r14805: use tdb_lock_bystring() to prevent race conditions in notify add/removeAndrew Tridgell2007-10-101-5/+56
* r14803: copy with the root directory, which has /. on the end of the pathAndrew Tridgell2007-10-101-0/+17
* r14800: use tdb_get_seqnum() in the change notify code to avoid reloading theAndrew Tridgell2007-10-101-2/+13
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-101-5/+9
* r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell2007-10-101-4/+3
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+0
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+402