s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client.
[kai/samba.git] / source3 / lib / g_lock.c
2012-08-24 Stefan Metzmachers3:g_lock: use serverid_exists() with SERVERID_UNIQUE_I...
2012-08-16 Volker Lendeckes3-g_lock: Make g_lock_lock more robust
2012-08-16 Volker Lendeckes3-g_lock: Properly free "rec" on retry to avoid deadlock
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-04-19 Volker Lendeckes3-g_lock: Use dbwrap_record_watch_send/recv
2012-02-16 Andrew Bartlettlib/util: Remove sys_poll as it is no longer needed
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-12-12 Volker Lendeckes3: Remove a bunch of calls to procid_self()
2011-10-11 Michael Adams3:g_lock: convert to use only dbwrap wrapper functions.
2011-09-20 Michael Adams3:g_lock: add a missing \n to a debug message in g_loc...
2011-09-07 Gregor Becks3: let g_lock_unlock() return more specific status...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-29 Michael Adams3:g_lock: explicitly include dbwrap.h
2011-06-27 Christian Ambachs3:g_lock: g_lock.tdb should not be executable
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-30 Volker Lendeckes3: Fix g_lock_lock after the select/poll conversion
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-28 Volker Lendeckes3: Eliminate sys_select from g_lock_lock
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-build: only include ctdbd_conn.h where needed.
2010-08-31 Volker Lendeckes3: messaging_ctdbd_connection() was only called with...
2010-08-28 Volker Lendeckes3: Remove the dependency of g_lock on procid_self
2010-07-05 Volker Lendeckes3: Pass procid_self() explicitly to messaging_ctdbd_co...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-03-12 Volker Lendeckes3: Add "g_lock_do" as a convenience wrapper function
2010-02-16 Volker Lendeckes3: Fix timeout calculation if g_lock_lock is given...
2010-02-16 Volker Lendeckes3: Slightly increase parallelism in g_lock
2010-02-16 Volker Lendeckes3: Avoid starving locks when many processes die at...
2010-02-16 Volker Lendeckes3: Avoid a thundering herd in g_lock_unlock
2010-02-16 Volker Lendeckes3: Optimize g_lock_lock for a heavily contended case
2010-02-16 Volker Lendeckes3: Fix handling of processes that died in g_lock
2010-02-15 Volker Lendeckes3: Fix a typo
2010-02-13 Jeremy AllisonFix warning messages on compile in g_lock.c Volker...
2010-02-12 Michael Adams3:g_lock: remove a nested event loop, replacing the...
2010-02-12 Michael Adams3:g_lock: remove an unreached code path.
2010-02-12 Volker Lendeckes3: Implement global locks in a g_lock tdb