summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOTS for the 4.7.0rc1 releasesamba-4.7.0rc1Karolin Seeger2017-07-041-1/+1
* VERSION: Bump version up to 4.7.0rc1Karolin Seeger2017-07-041-2/+2
* WHATSNEW: Prepare release notes for Samba 4.7.0rc1.Karolin Seeger2017-07-041-1/+1
* ctdb-daemon: Increase priority of logs when recovery happensAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs when shutting downAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs when ctdb starts up disabled/stoppedAmitay Isaacs2017-07-041-2/+4
* ctdb-daemon: Increase priority of logs when node is stopped/continuedAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs for recmaster changesAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs for node connect/disconnectAmitay Isaacs2017-07-041-2/+2
* WHATSNEW: Fix typoAndrew Bartlett2017-07-041-1/+1
* WHATSNEW: Add docs for ntlm auth changesAndrew Bartlett2017-07-041-0/+7
* s3/tests: add a net cache samlogon testRalph Boehme2017-07-042-0/+47
* net: fix net cache samlogon list outputRalph Boehme2017-07-041-4/+5
* smbldap: expose bind callback via API and increase smbldap ABI versionAlexander Bokovoy2017-07-044-7/+50
* samr: Disable NTLM-based password changes on the server if NTLM is disabledAndrew Bartlett2017-07-043-1/+19
* selftest: Disable NTLM authentication in ktest environmentTim Beale2017-07-042-0/+6
* param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett2017-07-044-1/+13
* selftest: Add test to confirm NTLM authentication is enabledTim Beale2017-07-042-0/+73
* param: Disable LanMan authentication unless NTLMv1 is also enabledAndrew Bartlett2017-07-045-3/+36
* selftest: Use new ntlmv2-only and mschapv2-and-ntlmv2-only optionsAndrew Bartlett2017-07-043-3/+13
* auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2017-07-046-12/+69
* selftest: Add test for support for MSCHAPv2 and NTLMv1 on a serverAndrew Bartlett2017-07-041-4/+98
* s3-rpc_server: Disable the NETLOGON server by defaultAndrew Bartlett2017-07-042-0/+20
* tests: Add simple check whether netlogon server is runningTim Beale2017-07-042-0/+74
* auth: Disable SChannel authentication if we are not a DCAndrew Bartlett2017-07-041-1/+16
* dns_server: Only install common library if AD DC is enabled.Andrew Bartlett2017-07-041-1/+2
* net: add net cache samlogon list|show|ndrdump|deleteRalph Boehme2017-07-041-0/+232
* samlogon_cache: add netsamlog_cache_for_all()Ralph Boehme2017-07-032-0/+107
* netlogon.idl: mark session keys with NDR_SECRETRalph Boehme2017-07-031-2/+2
* s4/torture: test fetching a resume key twiceRalph Boehme2017-07-032-0/+64
* s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme2017-07-0312-112/+66
* s3/smbd: get rid of files_struct.aapl_copyfile_supportedRalph Boehme2017-07-032-22/+10
* s4/torture: more tests for copy-chunk across sharesRalph Boehme2017-07-031-0/+166
* s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme2017-07-0315-134/+242
* s4/torture: add a test for copy-chunk across sharesRalph Boehme2017-07-032-0/+87
* s3/smbd: redesign macOS copyfile copy-chunkRalph Boehme2017-07-032-45/+37
* s3/smbd: remove copy-chunk chunk merging optimisationRalph Boehme2017-07-031-74/+4
* s3/smbd: remove unused arg smb1req from copychunk_check_handles()Ralph Boehme2017-07-031-4/+2
* s3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack in the SMB2 codeRalph Boehme2017-07-034-17/+18
* s3/smbd: remove ununsed req arg from CHECK_READ_IOCTL macroRalph Boehme2017-07-032-2/+2
* s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2017-07-0313-204/+211
* s3/smbd: use SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2017-07-032-49/+91
* s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2017-07-0313-3/+907
* s4/torture: pass destination tree to test_setup_copy_chunkRalph Boehme2017-07-031-28/+30
* librpc/idl: make use storage_offload_tokenRalph Boehme2017-07-031-2/+2
* librpc/idl: fix STORAGE_OFFLOAD_TOKEN_TYPE_ZERO_DATA definitionRalph Boehme2017-07-031-2/+2
* librpc/idl: convert offload flags to a bitmapRalph Boehme2017-07-031-5/+8
* lib/util: add more tfork testsRalph Boehme2017-07-031-0/+438
* lib/util: adjust loglevel in tfork test with samba_runcmd_send()Ralph Boehme2017-07-031-1/+1
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-07-032-50/+59