smbd: Pass on a timestamp in MSG_PVFS_NOTIFY
[mat/samba.git] / source3 / smbd / notify_internal.c
2014-04-23 Volker Lendeckesmbd: Pass on a timestamp in MSG_PVFS_NOTIFY
2014-04-23 Volker Lendeckesmbd: Pass timespec_current through the notify_callback
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open_tdb()
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2013-11-27 Volker Lendeckesmbd: Fix a typo
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-26 Volker Lendeckesmbd: Remove an optimization that became unnecessary
2013-03-26 Volker Lendeckesmbd: We don't collect our own vnn anymore
2013-03-26 Volker Lendeckesmbd: Slightly simplify notify_trigger
2013-03-26 Volker Lendeckesmbd: Slightly simplify notify_trigger
2013-03-26 Volker Lendeckesmbd: Avoid some talloc_realloc in notify_internal
2013-03-26 Volker Lendeckesmbd: Avoid sending 0-sized keys to dbwrap
2013-03-14 Volker Lendeckesmbd: Fix a typo
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2012-07-26 Stefan Metzmachers3:smbd: fix compiler warnings in notify_internal.c
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-05-08 Christian Ambachs3:smbd fix some compiler warnings
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2747: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2749: REVERSE_INULL
2012-04-18 Andrew Bartletts3-dbwrap: push lp_ctx up another layer in the stack
2012-04-17 Volker Lendeckes3: New notify implementation
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-21 Volker Lendeckes3: Remove "conn" param from notify_init()
2012-03-21 Volker Lendeckes3: Remove "conn" param from sys_notify_context_create
2012-03-21 Volker Lendeckes3: Pass "conn" to sys_notify_watch()
2012-03-21 Volker Lendeckes3: Pass "conn" to notify_add()
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2012-03-16 Volker Lendeckes3-notify: Lift "/." handling up one level
2012-03-16 Volker Lendeckes3-notify: Simplify if-expressions
2012-03-15 Volker Lendeckes3: Use talloc_tos() in notify_send()
2012-03-15 Volker Lendeckes3: Fix lock ordering in notify_add
2012-03-15 Volker Lendeckes3: properly free the notify_onelevel record
2012-03-15 Volker Lendeckes3: Replace some callers of cluster_id_equal
2012-03-15 Volker Lendeckes3: Remove the separate server_id arg to notify_init
2012-03-15 Volker Lendeckes3: Fix blank line endings
2012-03-10 Jelmer Vernooijtdb_wrap: Move to specific directory.
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-10-13 Andrew Bartlettlib/util: Add back control of mmap and hash size in...
2011-10-11 Michael Adams3:smbd: convert notify db to use dbwrap wrapper functions
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba...
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-09-26 Volker Lendeckes3: Remove talloc_autofree_context() from notify_intern...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-06 Christian Ambachfix a segfault in the notify subsystem
2010-03-25 Volker Lendeckes3: Add a comment to notify_internal_parent_init, this...
2010-03-25 Volker Lendeckes3: Make sure our CLEAR_IF_FIRST optimization works...
2010-02-14 Andrew Tridgells3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
2010-02-12 Volker Lendeckes3: notify_onelevel does not use seqnums, so don't...
2009-11-05 Volker Lendeckes3: Fix a crash in notify_remove_onelevel when "change...
2009-11-05 Volker Lendeckes3: Fix the talloc hierarchy in notify_remove_onelevel
2009-04-30 Volker LendeckeFix notify_onelevel: notify is not necessarily enabled
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-17 Jim McDonoughMerge branch 'master' of /home/jmcd/samba/git.samba...
2009-04-16 Volker LendeckeAdd notify_onelevel.tdb
2009-04-16 Volker LendeckeRename notify_context->db to db_recursive
2009-04-11 Volker LendeckeFix some nonempty blank lines
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Günther Deschners3: use samba4 prototype for ndr_push/pull_struct_blob.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-11-09 Stefan Metzmacherndr: change NTSTAUS into enum ndr_err_code (samba3...
2007-11-09 Stefan Metzmacherprepare changes in ndr code
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23186: Checkin on behalf of Tridge:
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Volker Lendecker21181: Add some debug, fix the NT_STATUS_IO_TIMEOUT...
2007-10-10 Volker Lendecker21120: Make notify a bit more robust: Delete the notif...
2007-10-10 Volker Lendecker21111: Reorganize the change notify params a bit....
2007-10-10 Volker Lendecker21108: Send sys_notify_watch through the VFS, FAM...
2007-10-10 Volker Lendecker21084: Make the Samba4 files compile in Samba3, not...
2007-10-10 Volker Lendecker21077: A step to minimize the diff later: This pulls...