summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* torture4: Align integer typesVolker Lendecke2020-02-191-1/+1
* torture4: Use strlcpy() with size check instead of snprintf()Volker Lendecke2020-02-191-3/+13
* s4-auth: Allow simple bind login of a user with an @ in the samAccountNameAndrew Bartlett2020-02-141-1/+21
* gensec: Fix CID 1458419 Control flow issues (NO_EFFECT)Volker Lendecke2020-02-141-4/+8
* gensec: Fix CID 1458421 OVERRUNVolker Lendecke2020-02-141-6/+4
* smbclient4: Remove unused codeVolker Lendecke2020-02-101-809/+0
* s4:gensec_krb5: remove unused argument of gensec_krb5_common_client_creds()Stefan Metzmacher2020-02-101-3/+2
* s4:gensec_krb5: make use of talloc_zero() in gensec_krb5_start()Stefan Metzmacher2020-02-101-6/+1
* s4:gensec_krb5: make use of struct samba_sockaddrStefan Metzmacher2020-02-101-14/+12
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-0734-1071/+1071
* libprc ndr tests: Fix ndrdump test ntlmssp_CHALLENGE_MESSAGEGary Lockyer2020-02-071-1/+1
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-071-0/+2
* dsdb: Correctly handle memory in objectclass_attrsAndrew Bartlett2020-02-061-1/+16
* source4/scripting/bin: Swap machine account password scriptsAndrew Bartlett2020-02-062-61/+42
* s4:torture: make rpc.handles.random-assoc test even more robustStefan Metzmacher2020-02-061-1/+1
* s4/auth: use talloc_alpha_strcpy() in auth_session_info_fill_unix()Ralph Boehme2020-02-061-8/+5
* s4:param: make sure secrets_db_connect() no longer creates on empty secrets.ldbStefan Metzmacher2020-02-051-1/+1
* s4:param: make use of secrets_db_create() in provision_store_self_join()Stefan Metzmacher2020-02-051-2/+2
* s4:param: add secrets_db_create() helper functionStefan Metzmacher2020-02-052-0/+12
* s4:rpc_server/lsa: remove some useless talloc_reference() callsStefan Metzmacher2020-02-051-10/+10
* s4:torture: Skip the deltest20 as user rootAndreas Schneider2020-01-301-0/+4
* s4:torture: Convert samba4.base.charset test to smb2David Mulder2020-01-303-0/+237
* selftest: add test for samba-tool groupmember --member-base-dn optionBjörn Baumbach2020-01-211-0/+7
* selftest: add tests for samba-tool group addmembers --object-types optionBjörn Baumbach2020-01-211-1/+59
* selftest: add test for new samba-tool group addmembers --member-dn optionBjörn Baumbach2020-01-211-0/+46
* samba-tool tests: add test-case for 'user getgrouops --full-dn'Björn Baumbach2020-01-211-0/+17
* CVE-2019-19344 kcc dns scavenging: Fix use after free in dns_tombstone_record...Gary Lockyer2020-01-211-9/+42
* repl_meta_data: Only reset replMetaData entry for name if we made a conflict ...Andrew Bartlett2020-01-211-8/+7
* repl_meta_data: Do not set *rename = true unless there has been a conflict on...Andrew Bartlett2020-01-211-1/+0
* repl_meta_data: Add comment explaining what is being renamed after the confli...Andrew Bartlett2020-01-211-1/+4
* CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett2020-01-214-153/+156
* CVE-2019-14902 repl_meta_data: Set renamed = true (and so do SD inheritance) ...Andrew Bartlett2020-01-211-0/+13
* CVE-2019-14902 repl_meta_data: Fix issue where inherited Security Descriptors...Andrew Bartlett2020-01-211-1/+21
* CVE-2019-14902 repl_meta_data: schedule SD propagation to a renamed DNAndrew Bartlett2020-01-211-1/+16
* CVE-2019-14902 dsdb: Ensure we honour both change->force_self and change->for...Andrew Bartlett2020-01-211-0/+7
* CVE-2019-14902 dsdb: Add comments explaining why SD propagation needs to be d...Andrew Bartlett2020-01-211-0/+7
* CVE-2019-14902 dsdb: Explain that descriptor_sd_propagation_recursive() is pr...Andrew Bartlett2020-01-211-0/+3
* selftest: Add test to confirm ACL inheritence really happensAndrew Bartlett2020-01-211-21/+94
* CVE-2019-14902 selftest: Add test for a special case around replicated renamesAndrew Bartlett2020-01-211-0/+69
* CVE-2019-14902 selftest: Add test for replication of inherited security descr...Andrew Bartlett2020-01-212-0/+263
* dsdb: Use write_data() to write to the password check scriptVolker Lendecke2020-01-191-3/+4
* dsdb: Align integer typesVolker Lendecke2020-01-191-2/+4
* heimdal_build: Remove bashism from --address-sanitizer build ruleAndrew Bartlett2020-01-181-3/+3
* s4-torture: increase various bufsizes to better deal with Windows 2019 clustersGünther Deschner2020-01-161-3/+3
* s4-torture: fix copy/paste error in clusapi group testGünther Deschner2020-01-161-3/+3
* s4-torture: add clusapi GroupSet testsGünther Deschner2020-01-161-0/+162
* s4-torture: fix asserts in clusapi_NodeControl testsGünther Deschner2020-01-161-2/+2
* s4-torture: save cluster version in clusapi test contextGünther Deschner2020-01-161-2/+27
* tests: Test samba-tool user setprimarygroup commandBjörn Baumbach2020-01-151-0/+17
* tests: Test samba-tool user getgroups commandBjörn Baumbach2020-01-151-0/+24