summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libnet_join: remove dead code from libnet_join_connect_ads()Stefan Metzmacher2017-06-271-7/+2
* s3:libads: remove unused kerberos_secrets_store_salting_principal()Stefan Metzmacher2017-06-272-75/+0
* s3:librpc: let NDR_SECRETS depend on NDR_SECURITYStefan Metzmacher2017-06-271-1/+1
* s3:smbd: unimplement FSCTL_VALIDATE_NEGOTIATE_INFO with "server max protocol ...Stefan Metzmacher2017-06-271-0/+17
* s3:selftest: run test_smbclient_basic.sh against nt4_dc_schannel with various...Stefan Metzmacher2017-06-271-0/+6
* s3:test_smbclient_basic.sh: make use of $incdir/common_test_fns.incStefan Metzmacher2017-06-271-20/+5
* s3:test_smbclient_basic.sh: make use of $ADDARGSStefan Metzmacher2017-06-271-1/+1
* s3:gse_krb5: fix a possible crash in fill_mem_keytab_from_system_keytab()Michael Saxl2017-06-271-0/+8
* s3:tests: Add blackbox test for 'net usershare'Andreas Schneider2017-06-272-0/+84
* s3:param: Allow to add usershare if uid_wrapper is loadedAndreas Schneider2017-06-271-2/+17
* s3:tests: Do not delete the contets of LOCAL_PATH with tarmode testAndreas Schneider2017-06-272-7/+7
* s3: smbd: fix regression with non-wide symlinks to directories over SMB3.Daniel Kobras2017-06-261-2/+22
* s3: smbd: Add regression test for non-wide symlinks to directories fail over ...Jeremy Allison2017-06-261-0/+55
* s3:smbd: call auth_check_password_session_info() only in one central placeStefan Metzmacher2017-06-261-33/+25
* s3:smbd: introduce a reply_sesssetup_and_X_stateStefan Metzmacher2017-06-261-62/+69
* s3:smbd: inline check_guest_password() into reply_sesssetup_and_X()Stefan Metzmacher2017-06-261-42/+25
* s3:smbd: only set user_info->auth_description on successStefan Metzmacher2017-06-261-2/+1
* 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