auth: Move the rest of the source4 gensec_ntlmssp code to the top level
[ira/wip.git] / source3 / locking /
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-13 Volker Lendeckes3: Fix the talloc hierarchy in fetch_share_mode_unlocked
2012-01-13 Jeremy AllisonAdd comments to all functions (to help me understand...
2012-01-12 Volker Lendeckes3: Fix nested get_share_mode_lock calls
2012-01-12 Volker Lendeckes3: Move the share_mode_lock handling to its own file
2012-01-12 Volker Lendeckes3: Put an indirection layer into share_mode_lock
2012-01-12 Volker Lendeckes3: Introduce get_share_mode_lock_fresh()
2012-01-12 Volker Lendeckes3: Replace fill_share_mode_lock()
2012-01-06 Jeremy AllisonFix format warning message.
2011-12-25 Volker Lendeckes3: Fix a 64-bit warning
2011-12-16 Stefan Metzmachers3:locking: avoid using sconn_server_id()
2011-12-15 Volker Lendeckes3: Fix a typo
2011-12-14 Volker Lendeckes3: Remove UNUSED_SHARE_MODE_ENTRY
2011-12-14 Stefan Metzmachers3:smbd: remove brl_register_msgs()
2011-12-13 Volker Lendeckes3: Move can_set_delete_on_close to smbd/
2011-12-13 Volker Lendeckes3: Use talloc_tos() in set_write_time()
2011-12-13 Volker Lendeckes3: Use talloc_tos() in set_sticky_write_time()
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-25 Michael Adams3:locking:posix: remove uses of SMB_ASSERT() from...
2011-11-25 Michael Adams3:locking:posix: adapt use of dbrwrap_fetch() to new...
2011-11-23 Volker Lendeckes3: Fix a valgrind error
2011-11-23 Volker Lendeckes3: Replace delete_token_list by an array
2011-10-27 Volker Lendeckes3: Use serverids_exist in parse_share_modes
2011-10-27 Volker Lendeckes3: Use talloc_tos() in parse_share_modes()
2011-10-12 Volodymyr KhomenkoFix bug #8515 - Empty CIFS share can be blocked for...
2011-10-11 Michael Adams3:locking: convert posix.c to use dbwrap wrapper funct...
2011-10-11 Michael Adams3:locking: convert locking.c to use dbwrap wrapper...
2011-10-11 Michael Adams3:locking: convert brlock to only use dbwrap wrapper...
2011-10-11 Michael Adams3:dbwrap: move the db_open_rbt() prototype to a new...
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-16 Jeremy AllisonFix bug #8307 - brl_close_fnum does not call SMB_VFS_BR...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-09 Andrew Bartlettlib/util Bring procid_str() into lib/util as server_id_...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-30 Michael Adams3:locking/proto.h: add _LOCKING_PROTO_H_ guard
2011-05-30 Michael Adams3:locking/proto.h: add GPL/Copyright header
2011-05-28 Volker Lendeckes3: Fix a tiny memleak in copy_unix_token
2011-05-28 Volker Lendeckes3: Use talloc_memdup in copy_unix_token
2011-05-28 Volker Lendeckes3: Fix some nonempty blank lines
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-04 Jeremy AllisonFix the only place we reply on the NULL handling for...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-16 Jeremy AllisonTrying to track down the SMB2 error. Add an invariant...
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-locking: move locking prototypes out of proto.h.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-18 Stefan Metzmachers3:locking: simplify the non cluster case of brl_get_lo...
2011-03-18 Stefan Metzmachers3:locking: brl_get_locks_internal() should not expose...
2011-03-17 Jeremy AllisonNulling out the op_mid is never the right thing to...
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2011-03-01 Andrew Bartletts3-auth struct security_unix_token replaces UNIX_USER_TOKEN
2011-01-25 Jeremy AllisonMissed one debug printf of name_hash. Ensure always...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2011-01-25 Jeremy AllisonAdd name_hash into the share mode entry struct (as...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-07 Volker Lendeckes3: Remove smbd_messaging_context() from send_stat_cach...
2010-07-05 Volker Lendeckes3: Remove procid_self() from brl_close_fnum()
2010-07-05 Volker Lendeckes3: Remove procid_self() from fill_deferred_open_entry()
2010-07-05 Volker Lendeckes3: Remove procid_self() from do_lock_cancel()
2010-07-05 Volker Lendeckes3: Remove procid_self() from do_unlock()
2010-07-05 Volker Lendeckes3: Remove procid_self() from do_lock()
2010-07-05 Volker Lendeckes3: Remove procid_self() from query_lock()
2010-07-05 Volker Lendeckes3: Remove procid_self() from fill_share_mode_entry()
2010-07-05 Volker Lendeckes3: Remove procid_self() from init_strict_lock_struct()
2010-05-07 Jeremy AllisonThis patch looks bigger than it is. It does 2 things...
2010-05-07 Jeremy AllisonMake us pass all SMB2 lock tests except MULTIPLE-UNLOCK...
2010-05-06 Jeremy AllisonFix SMB2 lock tests up to cancel-by-close.
2010-05-05 Jeremy AllisonMove to MS-FSA algorithm when checking for invalid...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-30 Simo Sorcesmbd: move printfile_offset() within write_file()
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-03-15 Jeremy AllisonWe don't need to treat the token differently in the...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2010-02-14 Andrew Tridgells3-locking: convert brlock to TYPESAFE_QSORT()
2010-02-10 Andrew Tridgells3-locking: update to use DLIST_ADD_AFTER()
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2009-12-04 Jeremy AllisonMake Samba3 pass the RAW-LOCK test as Windows.
2009-12-03 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-11-21 Volker Lendeckes3: Remove a pointless memset
2009-11-21 Volker Lendeckes3: Cache brlock.tdb entries for the fast read&write...
2009-11-03 Volker Lendeckes3: Remove debug_ctx()
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-05 Jeremy AllisonFix bug 6776 - Running overlapping Byte Lock test will...
2009-09-06 Volker Lendeckes3:smbd: Add the ntstatus to the smb_panic in share_mod...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
next