summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-10218 - s3: libsmb: Protect SMB2 client code from evil server return...Jeremy Allison2019-10-241-0/+7
* CVE-2019-10218 - s3: libsmb: Protect SMB1 client code from evil server return...Jeremy Allison2019-10-242-0/+78
* s3:libsmb: Link libsmb against pthreadIsaac Boukris2019-10-161-0/+1
* 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:smbd: add a comment explaining the File-ID semantics when a file is createdRalph Boehme2019-10-161-0/+9
* s3:smbd: ensure a created stream picks up the File-ID from the basefileRalph Boehme2019-10-161-1/+1
* s3:lib: add is_named_stream()Ralph Boehme2019-10-162-0/+27
* s3:lib: use strequal_m() in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-161-1/+1
* s3:lib: implement logic directly in is_ntfs_default_stream_smb_fname()Ralph Boehme2019-10-161-1/+3
* s3:lib: expand a comment with the function doc for is_ntfs_stream_smb_fnameRalph Boehme2019-10-161-1/+2
* s3:lib: factor out stream name asserts to helper functionRalph Boehme2019-10-161-4/+10
* s3:lib: assert stream_name is NULL for POSIX pathsRalph Boehme2019-10-161-1/+1
* s3:lib: rework a return expression into an if blockRalph Boehme2019-10-161-1/+5
* s3:smbd: when storing DOS attribute call dos_mode() beforehandRalph Boehme2019-10-161-0/+1
* s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATERalph Boehme2019-10-161-2/+3
* 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
* winbind: provide passwd struct for group sid with ID_TYPE_BOTH mapping (again)Michael Adam2019-10-021-2/+16
* s3:waf: Do not check for nanosleep() as we don't use it anywhereAndreas Schneider2019-10-021-1/+0
* s3-winbindd: fix forest trusts with additional trust attributes.Günther Deschner2019-10-022-2/+2
* s3:winbindd: implement the "winbind use krb5 enterprise principals" logicStefan Metzmacher2019-10-021-24/+33
* s3:libads: ads_krb5_chg_password() should always use the canonicalized principalStefan Metzmacher2019-10-021-0/+6
* s3:libads/kerberos: always use the canonicalized principal after kinitStefan Metzmacher2019-10-021-5/+4
* s3:libsmb: let cli_session_creds_prepare_krb5() update the canonicalized prin...Stefan Metzmacher2019-10-021-5/+34
* s3:libsmb: avoid wrong debug message in cli_session_creds_prepare_krb5()Stefan Metzmacher2019-10-021-0/+2
* s3:libads: let kerberos_kinit_password_ext() return the canonicalized princip...Stefan Metzmacher2019-10-026-8/+56
* s3/libads: clang: Fix Value stored to 'canon_princ' is never readNoel Power2019-10-021-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
* vfs: restore stat fields in vfs_stat_fsp()Ralph Boehme2019-09-102-0/+4
* s3:vfs: streamline vfs_stat_fsp()Ralph Boehme2019-09-101-6/+4
* s3: replace fsp_stat() with vfs_stat_fsp()Ralph Boehme2019-09-104-31/+23
* s3:lib: add update_stat_ex_from_saved_stat()Ralph Boehme2019-09-102-0/+22
* vfs_catia: stat info may have been updated, make sure to return changesRalph Boehme2019-09-101-0/+4
* s3:smbd: ensure to update the File-ID in struct smb_filenameRalph Boehme2019-09-101-0/+17
* s3:lib: round itime to NTTIME resolution in make_file_id_from_itime()Ralph Boehme2019-09-101-0/+2