summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify_internal.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Pass on a timestamp in MSG_PVFS_NOTIFYVolker Lendecke2014-04-231-34/+33
* smbd: Pass timespec_current through the notify_callbackVolker Lendecke2014-04-231-3/+5
* dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* smbd: Fix a typoVolker Lendecke2013-11-271-1/+1
* smbd: Remove an optimization that became unnecessaryVolker Lendecke2013-03-261-7/+6
* smbd: We don't collect our own vnn anymoreVolker Lendecke2013-03-261-3/+0
* smbd: Slightly simplify notify_triggerVolker Lendecke2013-03-261-0/+4
* smbd: Slightly simplify notify_triggerVolker Lendecke2013-03-261-6/+5
* smbd: Avoid some talloc_realloc in notify_internalVolker Lendecke2013-03-261-6/+16
* smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke2013-03-261-1/+8
* smbd: Fix a typoVolker Lendecke2013-03-141-1/+1
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3:smbd: fix compiler warnings in notify_internal.cStefan Metzmacher2012-07-261-3/+5
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-1/+1
* s3:smbd fix some compiler warningsChristian Ambach2012-05-081-2/+2
* s3: Fix Coverity ID 2747: FORWARD_NULLVolker Lendecke2012-04-191-1/+1
* s3: Fix Coverity ID 2749: REVERSE_INULLVolker Lendecke2012-04-191-1/+3
* s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett2012-04-181-1/+4
* s3: New notify implementationVolker Lendecke2012-04-171-715/+951
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-231-32/+0
* s3: Remove "conn" param from notify_init()Volker Lendecke2012-03-211-6/+1
* s3: Remove "conn" param from sys_notify_context_createVolker Lendecke2012-03-211-1/+1
* s3: Pass "conn" to sys_notify_watch()Volker Lendecke2012-03-211-1/+2
* s3: Pass "conn" to notify_add()Volker Lendecke2012-03-211-1/+2
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-1/+1
* s3-notify: Lift "/." handling up one levelVolker Lendecke2012-03-161-15/+0
* s3-notify: Simplify if-expressionsVolker Lendecke2012-03-161-16/+13
* s3: Use talloc_tos() in notify_send()Volker Lendecke2012-03-151-6/+2
* s3: Fix lock ordering in notify_addVolker Lendecke2012-03-151-13/+15
* s3: properly free the notify_onelevel recordVolker Lendecke2012-03-151-1/+1
* s3: Replace some callers of cluster_id_equalVolker Lendecke2012-03-151-4/+3
* s3: Remove the separate server_id arg to notify_initVolker Lendecke2012-03-151-2/+2
* s3: Fix blank line endingsVolker Lendecke2012-03-151-13/+13
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-2/+4
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-2/+11
* s3:smbd: convert notify db to use dbwrap wrapper functionsMichael Adam2011-10-111-28/+30
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1