summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_internal.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-26smbd: Remove an optimization that became unnecessaryVolker Lendecke1-7/+6
2013-03-26smbd: We don't collect our own vnn anymoreVolker Lendecke1-3/+0
2013-03-26smbd: Slightly simplify notify_triggerVolker Lendecke1-0/+4
2013-03-26smbd: Slightly simplify notify_triggerVolker Lendecke1-6/+5
2013-03-26smbd: Avoid some talloc_realloc in notify_internalVolker Lendecke1-6/+16
2013-03-26smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke1-1/+8
2013-03-14smbd: Fix a typoVolker Lendecke1-1/+1
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-07-26s3:smbd: fix compiler warnings in notify_internal.cStefan Metzmacher1-3/+5
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam1-1/+1
2012-05-08s3:smbd fix some compiler warningsChristian Ambach1-2/+2
2012-04-19s3: Fix Coverity ID 2747: FORWARD_NULLVolker Lendecke1-1/+1
2012-04-19s3: Fix Coverity ID 2749: REVERSE_INULLVolker Lendecke1-1/+3
2012-04-18s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett1-1/+4
2012-04-17s3: New notify implementationVolker Lendecke1-715/+951
2012-03-23s3: Remove the sys_notify dependency from notify_internalVolker Lendecke1-32/+0
2012-03-21s3: Remove "conn" param from notify_init()Volker Lendecke1-6/+1
2012-03-21s3: Remove "conn" param from sys_notify_context_createVolker Lendecke1-1/+1
2012-03-21s3: Pass "conn" to sys_notify_watch()Volker Lendecke1-1/+2
2012-03-21s3: Pass "conn" to notify_add()Volker Lendecke1-1/+2
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-1/+1
2012-03-16s3-notify: Lift "/." handling up one levelVolker Lendecke1-15/+0
2012-03-16s3-notify: Simplify if-expressionsVolker Lendecke1-16/+13
2012-03-15s3: Use talloc_tos() in notify_send()Volker Lendecke1-6/+2
2012-03-15s3: Fix lock ordering in notify_addVolker Lendecke1-13/+15
2012-03-15s3: properly free the notify_onelevel recordVolker Lendecke1-1/+1
2012-03-15s3: Replace some callers of cluster_id_equalVolker Lendecke1-4/+3
2012-03-15s3: Remove the separate server_id arg to notify_initVolker Lendecke1-2/+2
2012-03-15s3: Fix blank line endingsVolker Lendecke1-13/+13
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij1-1/+1
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-2/+4
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-2/+11
2011-10-11s3:smbd: convert notify db to use dbwrap wrapper functionsMichael Adam1-28/+30
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-0/+1
2011-05-05More simple const fixes.Jeremy Allison1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-4/+4
2010-09-26s3: Remove talloc_autofree_context() from notify_internal_parent_init()Volker Lendecke1-4/+3
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-14/+9
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1