selftest: Use resolv_wrapper in the samba4 target.
[obnox/samba/samba-obnox.git] / source3 / locking /
2014-12-18 Stefan Metzmachers3:locking: fix uninitialiazed variable in brl_get_lock...
2014-12-09 Jeremy Allisons3:locking: Change the data model for leases_db to...
2014-12-09 Jeremy Allisons3:locking: pass down servicepath to leases_db_add()
2014-12-09 Jeremy Allisons3:locking: Add new utility function leases_db_copy_fil...
2014-12-09 Jeremy Allisons3:locking: pass servicename_new to leases_db_rename()
2014-12-05 Jeremy Allisons3: leases : Cope with renaming leased open files.
2014-12-05 Jeremy Allisons3: leases: Add leases_db_rename() to cope with renamin...
2014-12-04 Volker Lendeckes3:locking: add downgrade_share_lease() helper function
2014-12-04 Stefan Metzmachers3:locking: cleanup leases_db from share_mode_cleanup_d...
2014-12-04 Jeremy Allisons3:locking: ensure all share mode removal functions...
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-12-04 Volker Lendeckes3:locking: add leases_db infrastructure
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-11-03 David Disseldorpshare_mode_lock: don't leak lock_path onto talloc tos
2014-11-03 David Disseldorpbrlock: don't leak lock_path onto talloc tos
2014-10-31 Stefan Metzmachers3:locking: remove dead code from brl_get_locks_readonly()
2014-10-31 Volker Lendeckes3:locking: Change from ndr_pull_struct_blob() to ndr_p...
2014-10-31 Volker Lendeckes3:locking: allow early return for share_entry_forall()
2014-10-31 Volker Lendeckes3:locking: Introduce share_mode_forall
2014-10-31 Volker Lendeckes3:locking: Rename share_mode_forall->share_entry_forall
2014-08-22 Volker Lendeckebrlock: Remove validate_lock_entries
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-08-06 Volker Lendeckelocking: posix_lock_list does not use "fsp"
2014-08-05 Volker Lendeckelocking: Avoid a pointless cast
2014-07-22 Volker Lendeckesmbd: Simplify brl_locktest
2014-07-22 Volker Lendeckesmbd: Restructure brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Fix indentation, {} and line length in brl_confli...
2014-07-22 Volker Lendeckesmbd: Rename lck2->rw_probe in brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Rename lck1->lock in brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Use a struct initializer brl_lock
2014-07-22 Volker Lendeckesmbd: Simplify strict_lock_default with early returns
2014-07-22 Volker Lendeckesmbd: Use %ju/uintmax_t in source3/locking
2014-07-04 Volker Lendeckesmbd: do_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: brl_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2014-07-04 Volker Lendeckesmbd: do_lock does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: brl_lock does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2014-07-04 Volker Lendeckesmbd: Use brl_delete_lock_struct in brl_lock_cancel_default
2014-07-02 Jeremy Allisons3: smbd: Locking, fix off-by one calculation in brl_pe...
2014-06-30 Volker Lendeckesmbd: validate_lock_entries does not need mem_ctx anymore
2014-06-30 Volker Lendeckesmbd: Simplify validate_lock_entries
2014-06-30 Volker Lendeckesmbd: Factor out brl_delete_lock_struct
2014-06-30 Volker Lendeckesmbd: Simplify validate_lock_entries
2014-06-30 Volker Lendeckesmbstatus: Fix an uninitialized variable
2014-06-13 Ralph Boehmelocking: use correct conversion specifier for printing...
2014-05-02 Jeremy Allisons3 : smbd : Protect all possible code paths from fsp...
2014-03-21 Volker Lendeckesmbd: Remove unused "share_mode_data->id"
2014-03-21 Volker Lendeckesmbd: Keep "the_lock"s file id separately
2014-03-21 Volker Lendeckesmbd: Avoid checking the_lock->id for fresh locks
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_share_filename
2014-03-03 Volker Lendeckesmbd: Fix an uninitialized memory read
2014-02-27 Jeremy Allisons3: smbd: Ensure brl_get_locks_readonly() always return...
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2014-01-31 Garming Samparam: Complete the removal of the "open files database...
2014-01-30 Michael Adams3:brlock: fix a comment typo
2013-12-14 Volker Lendeckesmbd: Early exit
2013-12-14 Volker Lendeckesmbd: Simplify get_share_mode_lock a bit
2013-11-22 Volker Lendeckesmbd: Factor out get_share_mode_write_time of get_file_...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Volker Lendeckesmbd: Fix CID 1035434 Same on both sides
2013-10-15 Volker Lendeckesmbd: Factor out remove_stale_share_mode_entries
2013-10-14 Volker Lendeckesmbd: Add debugs to brlock.c
2013-10-14 Volker Lendeckesmbd: Remove FAKE_LEVEL_II_OPLOCK
2013-10-14 Volker Lendeckesmbd: Put "have_read_oplocks" into brlock.tdb
2013-10-08 Volker Lendeckesmbd: Simplify set_share_mode
2013-10-08 Volker Lendeckesmbd: Simplify find_share_mode_entry callers
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-08 Volker Lendeckesmbd: Make add_share_mode return bool
2013-10-08 Volker Lendeckesmbd: Change parameter from unsigned to uint32_t
2013-10-06 Volker Lendeckesmbd: Remove byte_range_lock->read_only
2013-10-06 Volker Lendeckesmbd: Remove the brl_get_locks wrapper
2013-10-06 Volker Lendeckesmbd: brl_get_locks_internal is always called r/w now
2013-10-06 Volker Lendeckesmbd: Restructure brl_get_locks_readonly
2013-10-06 Volker Lendeckesmbd: Avoid an if-statement per read/write in the non...
2013-10-06 Volker Lendeckesmbd: Remove unused "brl->key" struct element
2013-10-06 Volker Lendeckesmbd: Avoid calling serverid_exists twice
2013-09-12 Volker Lendeckesmbd: Properly protect against invalid lock data
2013-09-11 Volker Lendeckesmbd: Convert br_lck->lock_data to talloc
2013-09-11 Volker Lendeckesmbd: Move "struct byte_range_lock" definition to brlock.c
2013-09-11 Volker Lendeckesmbd: Add brl_fsp access function
2013-09-11 Volker Lendeckesmbd: Add brl_num_locks access function
2013-09-11 Volker Lendeckesmbd: Use ZERO_STRUCT instead of memset
2013-09-11 Volker Lendeckesmbd: Fix a typo
2013-09-11 Volker Lendeckesmbd: Make brl_lock_failed static
2013-09-11 Volker Lendeckesmbd: Make brl_same_context static
2013-09-11 Volker Lendeckesmbd: Fix blank line endings
2013-09-06 Volker Lendeckesmbd: Apply some const to find_share_mode_entry
2013-09-06 Volker Lendeckesmbd: Apply some const to share_modes_identical
2013-09-06 Volker Lendeckesmbd: Simplify find_share_mode_entry
2013-09-03 Volker Lendeckesmbd: Fix flawed share_mode_stale_pid API
2013-09-03 Volker Lendeckesmbd: Rename parameter "i" to "idx"
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-26 Volker Lendeckesmbd: Use dbwrap_record_watch_send for defer_open
2013-04-19 Christian Ambachs3:locking add NDR debug in share_mode_forall
2013-04-18 Gregor Becks3:locking: add function share_mode_cleanup_disconnected()
2013-04-18 Gregor Becks3:locking: improve debug output of parse_share_modes()
2013-04-18 Gregor Becks3:locking: no need to make a file_id passed by value...
2013-04-18 Gregor Becks3:locking:brlock: add function brl_cleanup_disconnected()
2013-04-18 Michael Adams3:locking:brlock: explain the lockdb_clean semantic...
next