summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_notify.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ntvfs: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-131-1/+1
* s4:ntvfs Prepare for a possible future sharing of notify.idlAndrew Bartlett2010-05-181-0/+4
* s4:ntvfs Prepare for a possible future sharing of notify.idlAndrew Bartlett2010-05-141-0/+4
* fixed handling of change notify buffer overrunsAndrew Tridgell2009-06-051-2/+9
* s4:ntvfs/posix: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* pvfs_wait: use struct pvfs_wait * instead of void *Stefan Metzmacher2008-02-251-3/+5
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-7/+7
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17088: add ntvfs mapping function for notifyStefan Metzmacher2007-10-101-1/+1
* r17087: - make pvfs_notify_next_send staticStefan Metzmacher2007-10-101-4/+2
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-101-11/+15
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15825: there are quite subtle semantics with change notify events being sentAndrew Tridgell2007-10-101-8/+34
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+1
* r14990: talloc_reference() can failStefan Metzmacher2007-10-101-0/+1
* r14963: check talloc returnsAndrew Tridgell2007-10-101-2/+13
* r14961: fix compiler warningStefan Metzmacher2007-10-101-2/+4
* 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
* 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
* 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-101-20/+26
* r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell2007-10-101-12/+77
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-101-0/+141