summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libads: Do not turn on canonicalization flag for MIT KerberosAndreas Schneider2019-10-161-0/+15
* selftest: s3: add a test for spnego downgrade from krb5 to ntlmIsaac Boukris2019-10-162-0/+50
* s3:libsmb: Do not check the SPNEGO neg token for KRB5Andreas Schneider2019-10-161-50/+0
* s3:libads: Just change the machine password if account already existsAndreas Schneider2019-10-162-22/+146
* s3:libnet: Improve debug messagesAndreas Schneider2019-10-161-2/+2
* s3:libads: Fix creating machine account using LDAPAndreas Schneider2019-10-163-21/+124
* s3:libads: Don't set supported encryption types during account creationAndreas Schneider2019-10-161-18/+0
* s3:libads: Fix detection if acount already exists in ads_find_machine_count()Andreas Schneider2019-10-161-8/+28
* s3:libads: Use a talloc_asprintf in ads_find_machine_acct()Andreas Schneider2019-10-161-4/+8
* s3:libads: Cleanup error code paths in ads_create_machine_acct()Andreas Schneider2019-10-161-11/+23
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-1610-16/+50
* s3:libads: Use ldap_add_ext_s() in ads_gen_add()Andreas Schneider2019-10-161-1/+1
* s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison2019-10-161-0/+4
* s3:libsmb: Link libsmb against pthreadIsaac Boukris2019-10-161-0/+1
* s3:waf: Do not check for nanosleep() as we don't use it anywhereAndreas Schneider2019-10-161-1/+0
* winbind: provide passwd struct for group sid with ID_TYPE_BOTH mapping (again)Michael Adam2019-10-151-2/+16
* s3-winbindd: fix forest trusts with additional trust attributes.Günther Deschner2019-10-152-2/+2
* s3:winbindd: implement the "winbind use krb5 enterprise principals" logicStefan Metzmacher2019-09-251-24/+33
* s3:libads: ads_krb5_chg_password() should always use the canonicalized principalStefan Metzmacher2019-09-251-0/+6
* s3:libads/kerberos: always use the canonicalized principal after kinitStefan Metzmacher2019-09-251-5/+4
* s3:libsmb: let cli_session_creds_prepare_krb5() update the canonicalized prin...Stefan Metzmacher2019-09-251-5/+34
* s3:libsmb: avoid wrong debug message in cli_session_creds_prepare_krb5()Stefan Metzmacher2019-09-251-0/+2
* s3:libads: let kerberos_kinit_password_ext() return the canonicalized princip...Stefan Metzmacher2019-09-256-8/+56
* s3/libads: clang: Fix Value stored to 'canon_princ' is never readNoel Power2019-09-251-1/+2
* s3:client:Use DEVICE_URI, instead of argv[0],for Device URIBryan Mason2019-09-201-7/+9
* s3/4: libsmbclient test. Test using smbc_telldir/smbc_lseekdir with smbc_read...Jeremy Allison2019-09-181-1/+2
* s3: libsmbclient: Fix smbc_lseekdir() to work with smbc_readdirplus().Jeremy Allison2019-09-181-26/+43
* s3: libsmbclient: Ensure SMBC_getdents_ctx() also updates the readdirplus poi...Jeremy Allison2019-09-181-0/+11
* s3: libsmbclient: Ensure SMBC_readdirplus_ctx() also updates the readdir poin...Jeremy Allison2019-09-181-0/+11
* s3: libsmbclient: Ensure SMBC_readdir_ctx() also updates the readdirplus poin...Jeremy Allison2019-09-181-0/+11
* s3:ldap: Fix join with don't exists machine accountEvgeny Sinelnikov2019-09-111-2/+3
* vfs_glusterfs: Use pthreadpool for scheduling aio operationsPoornima G2019-09-041-268/+294
* Merge tag 'samba-4.10.8' into v4-10-testKarolin Seeger2019-09-032-18/+74
|\
| * CVE-2019-10197: smbd: split change_to_user_impersonate() out of change_to_use...Stefan Metzmacher2019-08-271-4/+17
| * CVE-2019-10197: test_smbclient_s3.sh: add regression test for the no permissi...Stefan Metzmacher2019-08-271-0/+30
| * CVE-2019-10197: smbd: make sure we reset current_user.{need,done}_chdir in be...Stefan Metzmacher2019-08-271-0/+3
| * CVE-2019-10197: smbd: make sure that change_to_user_internal() always resets ...Stefan Metzmacher2019-08-271-0/+1
| * CVE-2019-10197: smbd: separate out impersonation debug info into a new function.Jeremy Allison2019-08-271-14/+23
* | vfs_glusterfs: Enable profiling for file system operationsAnoop C S2019-08-231-49/+287
* | vfs_gpfs: Implement special case for denying owner access to ACLChristof Schmitt2019-08-231-4/+33
* | vfs_gpfs: Move mapping from generic NFSv ACL to GPFS ACL to separate functionChristof Schmitt2019-08-231-28/+41
* | vfs_gpfs: Remove merge_writeappend parameterChristof Schmitt2019-08-231-23/+0
* | nfs4_acls: Use correct owner information for ACL after owner changeChristof Schmitt2019-08-231-14/+22
* | nfs4_acls: Add test for merging duplicates when mapping from NFS4 ACL to DACLChristof Schmitt2019-08-231-0/+79
* | nfs4_acls: Remove duplicate entries when mapping from NFS4 ACL to DACLChristof Schmitt2019-08-231-0/+31
* | nfs4_acls: Rename smbacl4_fill_ace4 functionChristof Schmitt2019-08-231-11/+9
* | nfs4_acls: Add additional owner entry when mapping to NFS4 ACL with IDMAP_TYP...Christof Schmitt2019-08-232-7/+69
* | nfs4_acls: Remove redundant pointer variableChristof Schmitt2019-08-231-30/+26
* | nfs4_acls: Remove redundant logging from smbacl4_fill_ace4Christof Schmitt2019-08-231-8/+0
* | nfs4_acls: Move adding of NFS4 ACE to ACL to smbacl4_fill_ace4Christof Schmitt2019-08-231-29/+39