summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-291-0/+16
* auth: Add logging of service authorizationAndrew Bartlett2017-03-292-0/+6
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-2919-29/+135
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-299-6/+32
* s3-auth: Clarify the role and purpose of the auth_serversupplied_info->securi...Andrew Bartlett2017-03-291-1/+8
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-292-2/+18
* s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett2017-03-292-15/+29
* winbindd: Clarify that we do not pre-hash the password for rpccli_netlogon_pa...Andrew Bartlett2017-03-291-39/+38
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-0/+6
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-297-8/+43
* ntlm_auth: Set ntlm_auth as the service_description into gensecAndrew Bartlett2017-03-291-0/+11
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-299-2/+33
* s3/smbd: make copy chunk asynchronousRalph Boehme2017-03-281-80/+173
* vfs_default: move check for fsp->op validityRalph Boehme2017-03-281-9/+10
* s3/smbd: optimize copy-chunk by merging chunks if possibleRalph Boehme2017-03-281-12/+67
* s3/smbd: implement a serializing async copy-chunk loopRalph Boehme2017-03-281-86/+102
* s3/smbd: move cc_copy into fsctl_srv_copychunk_stateRalph Boehme2017-03-281-8/+8
* vfs_default: let copy_chunk_send use const from IDLRalph Boehme2017-03-281-1/+2
* s3/smbd: move copychunk ioctl limits to IDLRalph Boehme2017-03-281-3/+0
* s3-libsmb: support rename and replace for SMB1Uri Simchoni2017-03-281-2/+92
* s3-libsmb: fail rename and replace inside cifs variantUri Simchoni2017-03-282-17/+22
* s3-libsmb: cli_cifs_rename_send()Uri Simchoni2017-03-281-11/+26
* smbclient: add -f option to rename commandUri Simchoni2017-03-281-2/+8
* s3: libsmb: add replace support to cli_rename()Uri Simchoni2017-03-286-15/+33
* s3: libsmb: add replace support to SMB2 renameUri Simchoni2017-03-283-7/+11
* lib: Remove an unnecessary includeVolker Lendecke2017-03-281-1/+0
* lib: Remove unused winbind_get_groups and _get_sid_aliasesVolker Lendecke2017-03-284-94/+309
* s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2Jeremy Allison2017-03-281-0/+37
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-281-0/+23
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-284-4/+14
* s3: Fixup test for CVE-2017-2619 regression with "follow symlinks = no"Jeremy Allison2017-03-281-4/+5
* s3: Test for CVE-2017-2619 regression with "follow symlinks = no".Jeremy Allison2017-03-281-0/+73
* s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-...Jeremy Allison2017-03-281-2/+5
* selftest: Add more RODC tests to avoid regressions hereAndrew Bartlett2017-03-271-3/+3
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-271-1/+2
* selftest: tests for vfs_fruite file-id behaviorUri Simchoni2017-03-261-1/+3
* vfs_fruit: enable zero file idUri Simchoni2017-03-261-0/+7
* smbd: add zero_file_id flagUri Simchoni2017-03-263-0/+16
* s3: smbd: Change "strict sync" paramter from "no" to "yes" for 4.7.0.Jeremy Allison2017-03-251-1/+1
* auth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_methods() in make_auth_...Stefan Metzmacher2017-03-241-4/+9
* auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-243-8/+1
* winbindd: no longer use USER_INFO_LOCAL_SAM_ONLYStefan Metzmacher2017-03-241-1/+1
* auth3: only use "[samba4:]sam" in make_auth3_context_for_winbind()Stefan Metzmacher2017-03-241-1/+18
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-244-6/+18
* ntlm_auth3: let contact_winbind_auth_crap() return pauthoritativeStefan Metzmacher2017-03-243-5/+22
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-2/+9
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-246-41/+43
* winbindd: let winbindd_dual_auth_passdb() return pauthoritativeStefan Metzmacher2017-03-241-5/+17
* winbindd: NT_STATUS_CANT_ACCESS_DOMAIN_INFO means "Dunno"Volker Lendecke2017-03-241-0/+10