summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib: Use ctdb_protocol instead of ctdb_privateVolker Lendecke2017-06-242-3/+2
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-241-0/+1
* net: Dump data for net_g_lock dumpVolker Lendecke2017-06-241-0/+1
* build: fix build of vfs_posix_eadb moduleBjörn Baumbach2017-06-241-1/+1
* Bug 15852. There are valid paths where conn->lsa_pipe_tcp->transport is NULL....Richard Sharpe2017-06-221-3/+5
* s3:test_smbclient_s3.sh: pass the protocol (NT1) to the scriptStefan Metzmacher2017-06-222-19/+18
* s3:test_smbclient_s3.sh: make it explizit where we want to force SMB1 or SMB3Stefan Metzmacher2017-06-221-6/+10
* s3:test_acl_xattr.sh: use -mNT1 for the 'getfacl' commandsStefan Metzmacher2017-06-221-6/+6
* s3:torture: use CLI_FULL_CONNECTION_DISABLE_SMB1 in run_oplock_cancel()Stefan Metzmacher2017-06-221-4/+11
* s3:torture: add torture_open_connection_flags()Stefan Metzmacher2017-06-222-9/+16
* s3:libsmb: add CLI_FULL_CONNECTION_DISABLE_SMB1Stefan Metzmacher2017-06-222-0/+6
* s3:pylibsmb: use CLI_FULL_CONNECTION_FORCE_SMB1 in py_cli_state_init()Stefan Metzmacher2017-06-221-1/+8
* s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_chain2()Stefan Metzmacher2017-06-221-1/+2
* s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in run_tcon_devtype_test()Stefan Metzmacher2017-06-221-1/+1
* s3:torture pass flags to torture_open_connection_share()Stefan Metzmacher2017-06-221-9/+12
* s3:client: smbclient -L can't do workgroup listing over SMB2/3Stefan Metzmacher2017-06-221-4/+9
* s3:torture: use CLI_FULL_CONNECTION_FORCE_SMB1 in torture_open_connection_sha...Stefan Metzmacher2017-06-221-1/+1
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_SMB1Stefan Metzmacher2017-06-222-0/+5
* s3:torture: make use of smb_protocol_types_string() in run_smb2_negprot()Stefan Metzmacher2017-06-221-31/+3
* s3:libsmb: add support for SMB2 to cli_nt_delete_on_close*()Stefan Metzmacher2017-06-221-7/+30
* s3:libsmb: add cli_smb2_delete_on_close*()Stefan Metzmacher2017-06-222-0/+134
* s3:libsmb: normalize leading slashes in cli_resolve_path()Stefan Metzmacher2017-06-221-0/+7
* s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher2017-06-225-13/+2
* s3:libsmb: remove unused cli_state_remote_realm()Stefan Metzmacher2017-06-222-6/+0
* s3:rpc_server/spoolss: allow spoolss_connect_to_client() to use SMB2Stefan Metzmacher2017-06-221-1/+1
* s3: smbd: When deleting an fsp pointer ensure we don't keep any references to...Jeremy Allison2017-06-221-3/+1
* messaging: Deliver messages only onceVolker Lendecke2017-06-212-17/+13
* lib: Fix typosVolker Lendecke2017-06-212-2/+2
* lib: Give messages_ctdbd.c its own headerVolker Lendecke2017-06-2112-8/+48
* messaging: Use size_t for array sizesVolker Lendecke2017-06-211-8/+8
* s3:winbind: Fix 'winbind normalize names' in wb_getpwsid()Andreas Schneider2017-06-201-3/+31
* messaging: Fix queueing on FreeBSDVolker Lendecke2017-06-201-1/+36
* s3:tests: Add test for smbclient -UDOMAIN+usernameAndreas Schneider2017-06-202-0/+63
* s3:popt_common: Reparse the username in popt_common_credentials_post()Andreas Schneider2017-06-201-0/+16
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-1816-127/+179
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-1819-112/+197
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-1811-50/+62
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-1815-79/+178
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-1816-84/+176
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-1815-82/+167
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-1814-69/+125
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-1816-70/+144
* s3: VFS: Remove old traces of smb_vfs_call_llistxattr().Jeremy Allison2017-06-182-17/+0
* s3:smb2_sesssetup: allow a compound request after a SessionSetupStefan Metzmacher2017-06-171-0/+1
* s3:smb2_tcon: allow a compound request after a TreeConnectStefan Metzmacher2017-06-171-0/+2
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-175-13/+69
* s3: libsmb: Correctly do lifecycle management on cli->smb1.tcon and cli->smb2...Jeremy Allison2017-06-172-7/+21
* s3: libsmb: Fix cli_state_has_tcon() to cope with SMB2 connections.Jeremy Allison2017-06-171-5/+17
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-176-16/+29
* s3: smbtorture: Show correct use of cli_state_save_tcon() / cli_state_restore...Jeremy Allison2017-06-171-3/+5