summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* third_party: Link uid_wrapper against pthreadAndreas Schneider2019-09-251-1/+1
* third_party: Link nss_wrapper against pthreadAndreas Schneider2019-09-251-1/+1
* third_party: Only link cmocka against librt if really neededAndreas Schneider2019-09-251-1/+6
* pthreadpool: Only link pthreadpool against librt if we have toAndreas Schneider2019-09-251-1/+6
* replace: Only link against librt if really neededAndreas Schneider2019-09-251-3/+21
* s3:waf: Do not check for nanosleep() as we don't use it anywhereAndreas Schneider2019-09-251-1/+0
* s4:scripting: make samba-gpupdate heed --disable-pythonPhilipp Gesang2019-09-251-2/+3
* s3/librpc/crypto: clang: Fixes Value stored to 'ret' is never readNoel Power2019-09-251-1/+1
* s3/libads: clang: Fix Array access results in a null pointer dereferenceNoel Power2019-09-251-1/+1
* s3/librpc/crypto: clang: warning: Value stored to 'gss_maj' is never readNoel Power2019-09-251-4/+4
* s4/libcli/clideltree.c: clang: Value stored to 'status' is never readNoel Power2019-09-251-2/+2
* s4/libcli/smb2: clang: Fix 'value stored to 'status' is never read'Noel Power2019-09-251-3/+3
* s4/libcli/smb2: clang: Fix Passed-by-value arg contains uninitialized dataNoel Power2019-09-251-1/+3
* s4/libcli/raw: clang: Fix 'Value stored to 'p' is never read'Noel Power2019-09-251-3/+3
* s4/libcli/raw: clang: Fix 'Dereference of null pointer'Noel Power2019-09-251-1/+9
* s4/libcli/raw: clang: Fix 'Access to field results in a deref of a null ptrNoel Power2019-09-251-0/+8
* vfs_fileid: add "fsname_norootdir_ext" optionRalph Boehme2019-09-252-0/+25
* vfs_fileid: add extid mapping hooksRalph Boehme2019-09-241-2/+16
* selftest/Samba3.pm: use "winbind use krb5 enterprise principals = yes" for ad...Stefan Metzmacher2019-09-242-1/+1
* selftest/Samba3.pm: use "winbind scan trusted domains = no" for ad_memberStefan Metzmacher2019-09-242-0/+2
* selftest/tests.py: test pam_winbind for trusts domainsStefan Metzmacher2019-09-241-0/+84
* selftest: Export TRUST information in the ad_member target environmentAndreas Schneider2019-09-242-2/+44
* selftest/tests.py: test pam_winbind with a lot of username variationsStefan Metzmacher2019-09-241-1/+26
* selftest/tests.py: test pam_winbind with krb5_authStefan Metzmacher2019-09-241-0/+4
* selftest/tests.py: prepare looping over pam_winbindd testsStefan Metzmacher2019-09-241-21/+37
* test_pam_winbind.sh: allow different pam_winbindd config options to be specifiedStefan Metzmacher2019-09-244-17/+25
* tests/pam_winbind.py: allow upn names to be used in USERNAME with an empty DO...Stefan Metzmacher2019-09-243-4/+16
* tests/pam_winbind.py: turn pypamtest.PamTestError into a failureStefan Metzmacher2019-09-243-5/+20
* s3:winbindd: implement the "winbind use krb5 enterprise principals" logicStefan Metzmacher2019-09-241-24/+33
* docs-xml: add "winbind use krb5 enterprise principals" optionStefan Metzmacher2019-09-241-0/+34
* krb5_wrap: let smb_krb5_parse_name() accept enterprise principalsStefan Metzmacher2019-09-241-0/+5
* s3:libads: ads_krb5_chg_password() should always use the canonicalized principalStefan Metzmacher2019-09-241-0/+6
* s4:auth: kinit_to_ccache() should always use the canonicalized principalStefan Metzmacher2019-09-241-0/+2
* krb5_wrap: smb_krb5_kinit_password_ccache() should always use the canonicaliz...Stefan Metzmacher2019-09-241-2/+0
* s3:libads/kerberos: always use the canonicalized principal after kinitStefan Metzmacher2019-09-241-5/+4
* s3:libsmb: let cli_session_creds_prepare_krb5() update the canonicalized prin...Stefan Metzmacher2019-09-241-5/+34
* s3:libsmb: avoid wrong debug message in cli_session_creds_prepare_krb5()Stefan Metzmacher2019-09-241-0/+2
* s3:libads: let kerberos_kinit_password_ext() return the canonicalized princip...Stefan Metzmacher2019-09-246-8/+56
* s4:auth: use the correct client realm in gensec_gssapi_update_internal()Stefan Metzmacher2019-09-241-2/+4
* nsswitch: add logging to wbc_auth_error_to_pam_error() for non auth errorsStefan Metzmacher2019-09-241-0/+4
* wscript_build: string concatenation efficiency cleanupBjörn Jacke2019-09-241-12/+8
* pfm_verif: string concatenation efficiency cleanupBjörn Jacke2019-09-241-3/+1
* scripting: avoid inefficient string redefinitionBjörn Jacke2019-09-242-11/+6
* wscript: avoid inefficient string concatenationsBjörn Jacke2019-09-241-3/+2
* s3/wscript: avoid inefficient string concatenationsBjörn Jacke2019-09-241-3/+1
* posixacl.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-2/+2
* auth_log_winbind.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-2/+1
* schema.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-5/+2
* user.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-30/+28
* gpo.py: avoid inefficient string concatenationsBjörn Jacke2019-09-241-6/+3