summaryrefslogtreecommitdiff
path: root/source3/utils/net_g_lock.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:utils: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2012-06-19Fix warning: variable ‘status’ set but not used.Jeremy Allison1-2/+1
2012-04-19s3-g_lock: Use dbwrap_record_watch_send/recvVolker Lendecke1-3/+2
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-2/+2
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-1/+1
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2010-08-28s3: Remove the dependency of g_lock on procid_selfVolker Lendecke1-1/+1
2010-03-12s3: Add "g_lock_do" as a convenience wrapper functionVolker Lendecke1-27/+22
2010-03-12s3: Actually use mem_ctx in net_g_lock_init()Volker Lendecke1-3/+3
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2010-02-12s3: Implement global locks in a g_lock tdbVolker Lendecke1-0/+213