r23792: convert Samba4 to GPLv3
[bbaumbach/samba-autobuild/.git] / source4 / ntvfs / posix / pvfs_notify.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17088: add ntvfs mapping function for notify
2007-10-10 Stefan Metzmacherr17087: - make pvfs_notify_next_send static
2007-10-10 Stefan Metzmacherr16980: - make struct smb_notify a union and add levels...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Tridgellr15825: there are quite subtle semantics with change...
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr14990: talloc_reference() can fail
2007-10-10 Andrew Tridgellr14963: check talloc returns
2007-10-10 Stefan Metzmacherr14961: fix compiler warning
2007-10-10 Andrew Tridgellr14932: ensure that we send a NOTIFY_ACTION_OLD_NAME and
2007-10-10 Andrew Tridgellr14928: demonstrate that the completion filter is only...
2007-10-10 Andrew Tridgellr14924: when handling recursive change notify, the...
2007-10-10 Andrew Tridgellr14920: allow a notify backend to separately specify...
2007-10-10 Andrew Tridgellr14796: handle overflows in the notify buffer. The...
2007-10-10 Andrew Tridgellr14795: queue notify requests on the same handle
2007-10-10 Andrew Tridgellr14793: the RAW-NOTIFY test now passes. Next I need...
2007-10-10 Andrew Tridgellr14755: the change notify code now passes most of the...
2007-10-10 Andrew Tridgellr14616: added notify change support to the posix backend