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