summaryrefslogtreecommitdiffstats
path: root/source3/smbd/notify_internal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-4/+4
* s3: Remove talloc_autofree_context() from notify_internal_parent_init()Volker Lendecke2010-09-261-4/+3
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-14/+9
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* fix a segfault in the notify subsystemChristian Ambach2010-04-061-5/+16
* s3: Add a comment to notify_internal_parent_init, this is pretty confusingVolker Lendecke2010-03-251-0/+6
* s3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbsVolker Lendecke2010-03-251-0/+27
* s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()Andrew Tridgell2010-02-141-6/+2
* s3: notify_onelevel does not use seqnums, so don't open asking for itVolker Lendecke2010-02-121-1/+1
* s3: Fix a crash in notify_remove_onelevel when "change notify = no"Volker Lendecke2009-11-051-0/+4
* s3: Fix the talloc hierarchy in notify_remove_onelevelVolker Lendecke2009-11-051-1/+1
* Fix notify_onelevel: notify is not necessarily enabledVolker Lendecke2009-04-301-0/+4
* Add notify_onelevel.tdbVolker Lendecke2009-04-161-0/+286
* Rename notify_context->db to db_recursiveVolker Lendecke2009-04-161-9/+12
* Fix some nonempty blank linesVolker Lendecke2009-04-111-4/+4