summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-09libndr: Avoid ommitting display of unset bitmap flags.Günther Deschner1-4/+4
2013-10-09pidl-wireshark: fix the trailling white space in the generated headersMatthieu Patou1-2/+2
2013-10-09pidl-wireshark: fix trailing white space in the HF definitionMatthieu Patou2-2/+2
2013-10-09Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison1-2/+3
2013-10-09smbd: Fix an error path in open_directoryVolker Lendecke1-0/+1
2013-10-08smbd: Simplify set_share_modeVolker Lendecke1-30/+15
2013-10-08smbd: Simplify find_share_mode_entry callersVolker Lendecke1-46/+25
2013-10-08smbd: Convert set_share_mode to return bool for successVolker Lendecke3-8/+17
2013-10-08smbd: Make add_share_mode return boolVolker Lendecke1-4/+13
2013-10-08smbd: Change parameter from unsigned to uint32_tVolker Lendecke2-2/+2
2013-10-08lib/util: remove unused (and not even compiled) lib/util/capability.c.Günther Deschner1-103/+0
2013-10-07Remove check_col from generated DCE/RPC dissectors.Matthieu Patou1-4/+4
2013-10-06smbd: Remove byte_range_lock->read_onlyVolker Lendecke1-10/+0
2013-10-06smbd: Remove the brl_get_locks wrapperVolker Lendecke1-9/+2
2013-10-06smbd: brl_get_locks_internal is always called r/w nowVolker Lendecke1-37/+11
2013-10-06smbd: Restructure brl_get_locks_readonlyVolker Lendecke1-10/+103
2013-10-06smbd: Avoid an if-statement per read/write in the non-clustered caseVolker Lendecke1-4/+4
2013-10-06smbd: Remove unused "brl->key" struct elementVolker Lendecke1-3/+1
2013-10-06smbd: Convert some dbgtxt to DEBUGVolker Lendecke1-19/+12
2013-10-06torture: Remove an unused variableVolker Lendecke1-1/+0
2013-10-06torture: Continue buffer check after NOT_IMPLEMENTED infolevelsVolker Lendecke1-0/+3
2013-10-06libcli: Correct smb2_lease_pullVolker Lendecke1-4/+4
2013-10-06libcli: Add const to smb2_lease_pullVolker Lendecke2-2/+4
2013-10-06torture: Fix a typoVolker Lendecke1-1/+1
2013-10-06smbd: Fix a commentVolker Lendecke1-1/+1
2013-10-06smbd: Fix confusing commentsVolker Lendecke2-4/+2
2013-10-06smbd: Avoid calling serverid_exists twiceVolker Lendecke1-0/+6
2013-10-05smbd:smb2: clarify and comment code treating dh2c blob check.Michael Adam1-6/+22
2013-10-05smbd:smb2: ignore an dhnq blob along with a dhnc in createMichael Adam1-6/+26
2013-10-05smbd:smb2_create: fix return code for durable handle create blob combinationsMichael Adam1-8/+16
2013-10-05s4:torture:smb2: add durable-v2-open.reopen2cMichael Adam1-0/+75
2013-10-05s4:torture:smb2: add durable-v2-open.reopen2bMichael Adam1-0/+91
2013-10-05s4:torture:smb2: add durable-v2-open.create-blobMichael Adam1-0/+108
2013-10-05s4:torture:smb2: extend the durable-open.reopen2 testMichael Adam1-18/+83
2013-10-05s4:torture:smb2: extend the durable-v2-open.reopen2 testMichael Adam1-4/+44
2013-10-05smbd:smb2: successfully answer a DHnC request when the initial create was DH2QMichael Adam3-7/+18
2013-10-05smbd:smb2_create: add comment about validity of check reconnect blob being on...Michael Adam1-0/+4
2013-10-05s4:torture:smb2: add a durable-open.reopen-lease-v2 testMichael Adam1-0/+238
2013-10-05s4:torture:smb2: add durable-v2-open.reopen2-lease-v2Michael Adam1-0/+245
2013-10-05s4:torture:smb2: add smb2_lease_v2_create() wrapper to smb2_lease_v2_create_s...Michael Adam1-0/+16
2013-10-05s4:torture:smb2: add durable-v2-open.reopen2-leaseMichael Adam1-0/+247
2013-10-05s4:torture:smb2: add durable-open.reopen2-lease testMichael Adam1-0/+238
2013-10-05s4:torture:smb2: fix durable-open lease tests to pass against windows.Michael Adam1-2/+8
2013-10-05s4:torture:smb2: add smbcli_options argument to torture_smb2_connection_ext()Michael Adam3-13/+46
2013-10-05s4:libcli:smb2: make smbcli_options argument to smb2_connect_(send|ext) constMichael Adam1-2/+2
2013-10-05s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam3-4/+3
2013-10-05s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam3-4/+4
2013-10-05s4:torture:spoolss: use smb2_connect() instead of smb2_connet_ext()Michael Adam1-12/+11
2013-10-05s4:torture:smb2: fix a comment in the durable-open.lock-oplock testMichael Adam1-1/+1
2013-10-05samba_backup: fix bug, add command line parameter, improve error messagesBrian Martin1-15/+37