summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for Samba 4.11.1.samba-4.11.1Karolin Seeger2019-10-181-1/+1
* WHATSNEW: Add release notes for Samba 4.11.1.Karolin Seeger2019-10-181-0/+86
* s3:libsmb: Link libsmb against pthreadIsaac Boukris2019-10-161-0/+1
* nsswitch: Link stress-nss-libwbclient against pthreadIsaac Boukris2019-10-161-1/+1
* s3:libads: Do not turn on canonicalization flag for MIT KerberosAndreas Schneider2019-10-161-0/+15
* lib:krb5_wrap: Do not create a temporary file for MEMORY keytabsAndreas Schneider2019-10-161-11/+8
* spnego: fix server handling of no optimistic exchangeIsaac Boukris2019-10-164-4/+13
* python/tests/gensec: add spnego downgrade python testsIsaac Boukris2019-10-162-1/+25
* python/tests/gensec: make it possible to add knownfail tests for gensec.update()Stefan Metzmacher2019-10-161-2/+8
* selftest: add tests for no optimistic spnego exchangeIsaac Boukris2019-10-162-0/+5
* spnego: add client option to omit sending an optimistic tokenIsaac Boukris2019-10-161-0/+11
* selftest: s3: add a test for spnego downgrade from krb5 to ntlmIsaac Boukris2019-10-164-0/+60
* s3:libsmb: Do not check the SPNEGO neg token for KRB5Andreas Schneider2019-10-161-50/+0
* spnego: ignore server mech_types listIsaac Boukris2019-10-161-5/+26
* 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-162-2/+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-162-1/+1
* s3:smbd: change the place where we call dos_mode() when processing SMB2_CREATERalph Boehme2019-10-161-2/+3
* torture:smb2: add a File-ID test on directoriesRalph Boehme2019-10-162-0/+329
* torture:smb2: extend test for File-IDsRalph Boehme2019-10-162-41/+259
* auth/gensec: fix non-AES schannel sealGünther Deschner2019-10-162-1/+9
* libcli/auth: add test for gensec_schannel codeGünther Deschner2019-10-164-0/+316
* testprogs: Add test for 'net ads join createcomputer='Andreas Schneider2019-10-161-2/+30
* 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-1611-17/+51
* s3:libads: Use ldap_add_ext_s() in ads_gen_add()Andreas Schneider2019-10-161-1/+1
* testprogs: Fix failure count in test_net_ads.shAndreas Schneider2019-10-161-2/+2
* s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison2019-10-161-0/+4
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-161-1/+1
* winbind: provide passwd struct for group sid with ID_TYPE_BOTH mapping (again)Michael Adam2019-10-022-6/+16
* selftest: Test ID_TYPE_BOTH with idmap_rid moduleChristof Schmitt2019-10-022-0/+136
* waf:replace: Do not link against libpthread if not necessaryAndreas Schneider2019-10-021-4/+6
* third_party: Link uid_wrapper against pthreadAndreas Schneider2019-10-021-1/+1
* third_party: Link nss_wrapper against pthreadAndreas Schneider2019-10-021-1/+1
* third_party: Only link cmocka against librt if really neededAndreas Schneider2019-10-021-1/+6
* pthreadpool: Only link pthreadpool against librt if we have toAndreas Schneider2019-10-021-1/+6
* replace: Only link against librt if really neededAndreas Schneider2019-10-021-3/+21