summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2019-03-21selftest: Remove obsolete py3_compatible=True markersAndrew Bartlett1-136/+105
2019-03-21selftest: Remove support for running multiple tests against python versions i...Andrew Bartlett1-7/+1
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett11-414/+401
2019-03-21build: Remove --extra-pythonAndrew Bartlett3-6/+0
2019-03-20s4:librpc: Fix installation of SambaAndreas Schneider1-8/+0
2019-03-18heimdal: Fix "assuming signed overflow doesnt occur" errorVolker Lendecke1-4/+4
2019-03-14dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher1-8/+18
2019-03-14blackbox/dbcheck-links.sh: prepare regression test for skipping expired tombs...Stefan Metzmacher1-0/+9
2019-03-14dbcheck: detect the change after deletion bugStefan Metzmacher1-8/+7
2019-03-14blackbox/dbcheck-links.sh: add regression test for lost deleted object repairStefan Metzmacher1-0/+9
2019-03-14dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher1-5/+2
2019-03-14dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher1-5/+3
2019-03-14dsdb:repl_meta_data: allow CONTROL_DBCHECK_FIX_LINK_DN_NAME to by pass renameStefan Metzmacher1-0/+7
2019-03-14blackbox/dbcheck-links.sh: reproduce lost deleted object problemStefan Metzmacher1-0/+14
2019-03-14s4/scripting: remove obsolete w32err_code.pyDouglas Bagnall1-363/+0
2019-03-12testsuite: Remove build_farm testsuitesTim Beale1-49/+0
2019-03-12s4/scripting: Remove legacy selftest-vars.sh scriptTim Beale1-36/+0
2019-03-12selftest: Remove unused SELFTEST_INTERFACESTim Beale1-1/+0
2019-03-12lib: Remove "struct sid_parse_ret" againVolker Lendecke2-9/+9
2019-03-12lib: Make sid_parse return the parsed lengthVolker Lendecke2-16/+23
2019-03-12s4/scripting/autoidl: p3 exception syntaxDouglas Bagnall1-1/+2
2019-03-12s4/scripting: MORE py3 compatible print functionsDouglas Bagnall9-62/+71
2019-03-08samba-o3: fix -Werror=strict-overflow error in s4/torture/raw/eas moduleJoe Guo1-2/+3
2019-03-07s4-server: Open and close a transaction on sam.ldb at startupAndrew Bartlett1-0/+42
2019-03-07dsdb: Provide better error strings in rootdse GUID attribute handlingAndrew Bartlett1-1/+15
2019-03-07kcc: Give a better error message when samdb_ntds_objectGUID failsAndrew Bartlett1-0/+1
2019-03-07dsdb: Unify samdb_{get,set}_ntds_{objectGUID,invocation_id}Andrew Bartlett1-110/+67
2019-03-07paged_results: Remove C++ commment and unneeded TODOGarming Sam1-1/+0
2019-03-07web_server: Remove the unused Python WSGI web serverGarming Sam4-1032/+0
2019-03-06sam.c: allocate account_sid on tmp_ctxIsaac Boukris1-1/+1
2019-03-06sam.c: fix incorrect check of talloc_new() allocationIsaac Boukris1-1/+1
2019-03-04dsdb pytsts: reduce scale of subtree rename speed testDouglas Bagnall1-1/+1
2019-03-04dsdb/linked_attributes: shortcut exit for backlink fixDouglas Bagnall1-3/+14
2019-03-04dsdb/linked_attributes: improve formatting in some placesDouglas Bagnall1-3/+6
2019-03-04dsdb/linked_attributes: initialise more pointers to NULLDouglas Bagnall1-5/+5
2019-03-04dsdb linked attributes: fix forward links fasterDouglas Bagnall1-41/+271
2019-03-04dsdb: linked_attributes module knows about sorted linksDouglas Bagnall1-25/+56
2019-03-04dsdb:replmd: add compatible feature helper functionDouglas Bagnall2-22/+56
2019-03-04dsdb/pytests: sanity checks for links under subtree renamesDouglas Bagnall2-0/+454
2019-03-04replmd/la: disambiguate error messages a bitDouglas Bagnall2-3/+3
2019-03-04dsdb/group_audit: use common get_parsed_dns_trusted()Douglas Bagnall1-8/+3
2019-03-04dsdb:util_links: count el->values with unsigned intDouglas Bagnall1-1/+1
2019-03-04tests/rodc_rwdc: p.communicate() gives bytes, not strDouglas Bagnall1-1/+1
2019-03-04s4/auth/krb: fix spelling of entriesDouglas Bagnall1-1/+1
2019-03-04s4:torture: Make sure we do not create a shadow 'struct params'Andreas Schneider1-14/+16
2019-03-04tests: Work auth_log CLIENT_IP out from config instead of env varTim Beale1-4/+4
2019-03-04tests: Work audit_log CLIENT_IP out from config instead of env varTim Beale1-6/+3
2019-03-04tests: Remove explicit SOCKET_WRAPPER usage from auth_log testsTim Beale1-15/+10
2019-03-04s4:tests: Remove unused DC_ENV variableTim Beale1-2/+1
2019-03-04s4:tests: Move duplicated test cases into loopTim Beale1-16/+8