summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2020-08-11python compat: remove integer_typesDouglas Bagnall3-5/+2
2020-08-06gpo: Remove unused gp_ext_setter codeDavid Mulder2-32/+1
2020-08-06gpo: Extract Access policy from Security extensionDavid Mulder2-89/+50
2020-08-06gpo: Extract Kerberos policy from Security extensionDavid Mulder2-30/+64
2020-08-06gpo: Add RSOP output for Scripts ExtensionDavid Mulder1-0/+16
2020-08-06gpo: Add RSOP output for Security ExtensionDavid Mulder1-0/+16
2020-08-06gpo: Test samba-gpupdate --rsopDavid Mulder1-0/+64
2020-08-06gpo: Add --rsop option to samba-gpupdateDavid Mulder1-0/+38
2020-08-06gpo: Properly decode utf-8/16 inf files from bytesDavid Mulder1-3/+3
2020-08-06gpo: Test proper decoding of utf-16 inf filesDavid Mulder1-0/+35
2020-08-06gpo: Apply Group Policy Sudo RightsDavid Mulder1-1/+64
2020-08-06gpo: Test Group Policy Sudo RightsDavid Mulder2-0/+67
2020-08-06gpo: Scripts gpo add warning about generated scriptsDavid Mulder1-1/+14
2020-08-06gpo: Scripts extension use 'gp_' prefix, not 'tmp'David Mulder1-2/+2
2020-08-06gpo: Apply Group Policy Weekly ScriptsDavid Mulder1-0/+1
2020-08-06gpo: Test gpo weekly scripts applyDavid Mulder1-0/+1
2020-08-06gpo: Apply Group Policy Monthly ScriptsDavid Mulder1-0/+1
2020-08-06gpo: Test gpo monthly scripts applyDavid Mulder1-0/+1
2020-08-06gpo: Apply Group Policy Hourly ScriptsDavid Mulder1-6/+11
2020-08-06gpo: Test gpo hourly scripts applyDavid Mulder1-23/+29
2020-08-03python tests: drop python 2.6 compatibility functionsDouglas Bagnall1-106/+0
2020-07-29dbcheck: Allow a dangling forward link outside our known NCsAndrew Bartlett1-1/+23
2020-07-17python: samba.compat rejects Python 2Douglas Bagnall1-71/+2
2020-07-17python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall3-2/+24
2020-07-17python/join: use the provided krbtgt link in cleanup_old_accountsDouglas Bagnall1-1/+1
2020-07-17python/upgradehelpers: remove unused imports and variablesDouglas Bagnall1-1/+1
2020-07-17samba-tool ntacl: remove unused imports and variablesDouglas Bagnall1-1/+1
2020-07-17python/ms_forest_updates_markdown: avoid implicit global variableDouglas Bagnall1-1/+1
2020-07-17dbcheck: omit unused argument in err_wrong_default_sdDouglas Bagnall1-2/+2
2020-07-07selftest: Add basic smbcacls test(s)Noel Power2-0/+280
2020-07-02CVE-2020-14303 Ensure an empty packet will not DoS the NBT serverAndrew Bartlett1-0/+19
2020-07-02CVE-2020-10745: pytests: hand-rolled invalid dns/nbt packet testsDouglas Bagnall1-0/+211
2020-07-01tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider1-21/+0
2020-07-01selftest: Split samba.tests.samba_tool.user_virtualCryptSHA into GPG and not ...Andrew Bartlett3-0/+564
2020-06-23gpo: Test samba-tool gpo admxloadDavid Mulder1-0/+25
2020-06-23samba-tool: add command for installing gpo samba admxDavid Mulder1-0/+72
2020-06-23gpo: Test gpo scripts applyDavid Mulder1-1/+47
2020-06-23gpo: Run Group Policy ScriptsDavid Mulder1-0/+53
2020-06-23Create Registry.pol group policy extension parserDavid Mulder1-2/+12
2020-06-23python: Correctly re-raise the LdbError if the embedded error is not ldb.ERR_...Andrew Bartlett1-1/+1
2020-06-19python: Fix get_max_worker_count() to always have two runnersAndreas Schneider1-3/+3
2020-06-19python: Run cmdline tools for arbitary docs test in parallelAndreas Schneider1-90/+120
2020-06-19python: Run cmdline tools for default docs test in parallelAndreas Schneider1-56/+93
2020-06-17s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider1-0/+20
2020-06-17docs: Add caution against extending this listAndrew Bartlett1-0/+3
2020-06-17docs: Remove defaults test exception for "mit kdc command"Andrew Bartlett1-1/+0
2020-06-17docs: Ensure "use mmap" always has the correct defaultAndrew Bartlett1-1/+0
2020-06-13python: do not always import socket_serverDouglas Bagnall2-4/+1
2020-06-13python: do not always import urllibDouglas Bagnall2-7/+1
2020-06-12selftest: test forwardable flag in cross-realm tgt ticketsIsaac Boukris2-0/+181