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
*
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
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
fix a segfault in the notify subsystem
Christian Ambach
2010-04-06
1
-5
/
+16
*
s3: Add a comment to notify_internal_parent_init, this is pretty confusing
Volker Lendecke
2010-03-25
1
-0
/
+6
*
s3: Make sure our CLEAR_IF_FIRST optimization works for the notify tdbs
Volker Lendecke
2010-03-25
1
-0
/
+27
*
s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
1
-6
/
+2
*
s3: notify_onelevel does not use seqnums, so don't open asking for it
Volker Lendecke
2010-02-12
1
-1
/
+1
*
s3: Fix a crash in notify_remove_onelevel when "change notify = no"
Volker Lendecke
2009-11-05
1
-0
/
+4
*
s3: Fix the talloc hierarchy in notify_remove_onelevel
Volker Lendecke
2009-11-05
1
-1
/
+1
*
Fix notify_onelevel: notify is not necessarily enabled
Volker Lendecke
2009-04-30
1
-0
/
+4
*
Add notify_onelevel.tdb
Volker Lendecke
2009-04-16
1
-0
/
+286
*
Rename notify_context->db to db_recursive
Volker Lendecke
2009-04-16
1
-9
/
+12
*
Fix some nonempty blank lines
Volker Lendecke
2009-04-11
1
-4
/
+4
*
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-4
/
+4
[next]