r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
[kai/samba.git] / source4 / ntvfs / common / notify.c
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Volker Lendecker20983: Two no-mem error returns
2007-10-10 Volker Lendecker20972: "private" -> "private_data"
2007-10-10 Andrew Tridgellr20920: use cluster_tdb_tmp_open() in ntvfs backend...
2007-10-10 Stefan Metzmacherr20897: fix compiler warnings
2007-10-10 Volker Lendecker20653: If this is the wrong way to fix the build,...
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Andrew Tridgellr19428: moved tdbutil.c from lib/tdb/common/ to lib...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Tridgellr15797: fixed a notify bug, where a notify_remove(...
2007-10-10 Stefan Metzmacherr14964: - move sidmap code from ntvfs_common to SAMDB
2007-10-10 Andrew Tridgellr14960: don't declare variables mid-function
2007-10-10 Andrew Tridgellr14959: allow change notify to be disabled completely...
2007-10-10 Andrew Tridgellr14956: change the notify search to be much more effici...
2007-10-10 Stefan Metzmacherr14951: - remove unused var 'path'
2007-10-10 Andrew Tridgellr14945: allow the notify backend to be specified per...
2007-10-10 Andrew Tridgellr14920: allow a notify backend to separately specify...
2007-10-10 Andrew Tridgellr14918: cleaner handling of systems without inotify
2007-10-10 Andrew Tridgellr14877: added support for the kernel inotify mechanism...
2007-10-10 Andrew Tridgellr14805: use tdb_lock_bystring() to prevent race conditi...
2007-10-10 Andrew Tridgellr14803: copy with the root directory, which has /....
2007-10-10 Andrew Tridgellr14800: use tdb_get_seqnum() in the change notify code...
2007-10-10 Andrew Tridgellr14797: added checking of the filter in notify requests
2007-10-10 Andrew Tridgellr14755: the change notify code now passes most of the...
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Andrew Tridgellr14616: added notify change support to the posix backend