index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
notify_internal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: Fix a typo
Volker Lendecke
2013-11-27
1
-1
/
+1
*
smbd: Remove an optimization that became unnecessary
Volker Lendecke
2013-03-26
1
-7
/
+6
*
smbd: We don't collect our own vnn anymore
Volker Lendecke
2013-03-26
1
-3
/
+0
*
smbd: Slightly simplify notify_trigger
Volker Lendecke
2013-03-26
1
-0
/
+4
*
smbd: Slightly simplify notify_trigger
Volker Lendecke
2013-03-26
1
-6
/
+5
*
smbd: Avoid some talloc_realloc in notify_internal
Volker Lendecke
2013-03-26
1
-6
/
+16
*
smbd: Avoid sending 0-sized keys to dbwrap
Volker Lendecke
2013-03-26
1
-1
/
+8
*
smbd: Fix a typo
Volker Lendecke
2013-03-14
1
-1
/
+1
*
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
1
-1
/
+1
*
s3:smbd: fix compiler warnings in notify_internal.c
Stefan Metzmacher
2012-07-26
1
-3
/
+5
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2012-06-21
1
-1
/
+1
*
s3:smbd fix some compiler warnings
Christian Ambach
2012-05-08
1
-2
/
+2
*
s3: Fix Coverity ID 2747: FORWARD_NULL
Volker Lendecke
2012-04-19
1
-1
/
+1
*
s3: Fix Coverity ID 2749: REVERSE_INULL
Volker Lendecke
2012-04-19
1
-1
/
+3
*
s3-dbwrap: push lp_ctx up another layer in the stack
Andrew Bartlett
2012-04-18
1
-1
/
+4
*
s3: New notify implementation
Volker Lendecke
2012-04-17
1
-715
/
+951
*
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
2012-03-23
1
-32
/
+0
*
s3: Remove "conn" param from notify_init()
Volker Lendecke
2012-03-21
1
-6
/
+1
*
s3: Remove "conn" param from sys_notify_context_create
Volker Lendecke
2012-03-21
1
-1
/
+1
*
s3: Pass "conn" to sys_notify_watch()
Volker Lendecke
2012-03-21
1
-1
/
+2
*
s3: Pass "conn" to notify_add()
Volker Lendecke
2012-03-21
1
-1
/
+2
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-1
/
+1
*
s3-notify: Lift "/." handling up one level
Volker Lendecke
2012-03-16
1
-15
/
+0
*
s3-notify: Simplify if-expressions
Volker Lendecke
2012-03-16
1
-16
/
+13
*
s3: Use talloc_tos() in notify_send()
Volker Lendecke
2012-03-15
1
-6
/
+2
*
s3: Fix lock ordering in notify_add
Volker Lendecke
2012-03-15
1
-13
/
+15
*
s3: properly free the notify_onelevel record
Volker Lendecke
2012-03-15
1
-1
/
+1
*
s3: Replace some callers of cluster_id_equal
Volker Lendecke
2012-03-15
1
-4
/
+3
*
s3: Remove the separate server_id arg to notify_init
Volker Lendecke
2012-03-15
1
-2
/
+2
*
s3: Fix blank line endings
Volker Lendecke
2012-03-15
1
-13
/
+13
*
tdb_wrap: Move to specific directory.
Jelmer Vernooij
2012-03-10
1
-1
/
+1
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-2
/
+4
*
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
2011-10-13
1
-2
/
+11
*
s3:smbd: convert notify db to use dbwrap wrapper functions
Michael Adam
2011-10-11
1
-28
/
+30
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
1
-0
/
+1
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
2011-05-06
1
-0
/
+1
*
More simple const fixes.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
1
-1
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
Jeremy Allison
2010-09-27
1
-4
/
+4
*
s3: Remove talloc_autofree_context() from notify_internal_parent_init()
Volker Lendecke
2010-09-26
1
-4
/
+3
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-14
/
+9
[next]