summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: samba.compat rejects Python 2Douglas Bagnall2020-07-171-71/+2
* python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall2020-07-173-2/+24
* python/join: use the provided krbtgt link in cleanup_old_accountsDouglas Bagnall2020-07-171-1/+1
* python/upgradehelpers: remove unused imports and variablesDouglas Bagnall2020-07-171-1/+1
* samba-tool ntacl: remove unused imports and variablesDouglas Bagnall2020-07-171-1/+1
* python/ms_forest_updates_markdown: avoid implicit global variableDouglas Bagnall2020-07-171-1/+1
* dbcheck: omit unused argument in err_wrong_default_sdDouglas Bagnall2020-07-171-2/+2
* selftest: Add basic smbcacls test(s)Noel Power2020-07-072-0/+280
* CVE-2020-14303 Ensure an empty packet will not DoS the NBT serverAndrew Bartlett2020-07-021-0/+19
* CVE-2020-10745: pytests: hand-rolled invalid dns/nbt packet testsDouglas Bagnall2020-07-021-0/+211
* tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider2020-07-011-21/+0
* selftest: Split samba.tests.samba_tool.user_virtualCryptSHA into GPG and not ...Andrew Bartlett2020-07-013-0/+564
* gpo: Test samba-tool gpo admxloadDavid Mulder2020-06-231-0/+25
* samba-tool: add command for installing gpo samba admxDavid Mulder2020-06-231-0/+72
* gpo: Test gpo scripts applyDavid Mulder2020-06-231-1/+47
* gpo: Run Group Policy ScriptsDavid Mulder2020-06-231-0/+53
* Create Registry.pol group policy extension parserDavid Mulder2020-06-231-2/+12
* python: Correctly re-raise the LdbError if the embedded error is not ldb.ERR_...Andrew Bartlett2020-06-231-1/+1
* python: Fix get_max_worker_count() to always have two runnersAndreas Schneider2020-06-191-3/+3
* python: Run cmdline tools for arbitary docs test in parallelAndreas Schneider2020-06-191-90/+120
* python: Run cmdline tools for default docs test in parallelAndreas Schneider2020-06-191-56/+93
* s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider2020-06-171-0/+20
* docs: Add caution against extending this listAndrew Bartlett2020-06-171-0/+3
* docs: Remove defaults test exception for "mit kdc command"Andrew Bartlett2020-06-171-1/+0
* docs: Ensure "use mmap" always has the correct defaultAndrew Bartlett2020-06-171-1/+0
* python: do not always import socket_serverDouglas Bagnall2020-06-132-4/+1
* python: do not always import urllibDouglas Bagnall2020-06-132-7/+1
* selftest: test forwardable flag in cross-realm tgt ticketsIsaac Boukris2020-06-122-0/+181
* selftest: allow EncASRepPart to be encoded as EncTGSRepPartIsaac Boukris2020-06-121-1/+6
* samba-tool dns query --help: Someone forgot 'PTR' from the list of record typesRowland Penny2020-06-111-1/+2
* tests/pysmbd: fill session unix info in ntacl testsBjörn Baumbach2020-06-051-4/+18
* python/samba/provision: set unix session info for user session, used for sysv...Björn Baumbach2020-06-051-0/+5
* python: fix slow's mail addressBjörn Baumbach2020-06-051-1/+1
* selftest: add python S4U2Self tests including unkeyed checksumsIsaac Boukris2020-05-156-1/+327
* selftest: Add test for handling of "short" dnsProperty recordsAndrew Bartlett2020-05-151-0/+51
* librpc/idl: Add dnsp_DnsProperty_shortAndrew Bartlett2020-05-151-0/+21
* s4 cldap server tests: request size limit testsGary Lockyer2020-05-101-0/+198
* s4 ldap server tests: request size limit testsGary Lockyer2020-05-101-12/+519
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* CVE-2020-10704: ldapserver tests: Limit search request sizesGary Lockyer2020-05-041-0/+234
* samba-tool: fetch "no such subcommand" error and print error messageBjörn Baumbach2020-04-291-0/+3
* traffic_packets: fix SyntaxWarning: "is" with a literalDavid Disseldorp2020-04-271-1/+1
* provision: Remove final code for the LDAP backendAndrew Bartlett2020-04-233-24/+5
* samba-tool group show: only shows global security groups, this patch makes it...Rowland Penny2020-04-021-3/+2
* python/tests/krb5: add simple_tests.py with the first simple testStefan Metzmacher2020-03-272-0/+172
* python/tests/krb5: add raw_testcase.py as the base for our Kerberos protocol ...Stefan Metzmacher2020-03-271-0/+869
* python/tests/krb5: modify rfc4120.asn1 in order to generate pyasn1 codeStefan Metzmacher2020-03-274-11/+1243
* python/tests/krb5: add rfc4120.asn1Stefan Metzmacher2020-03-271-0/+392
* python/tests/krb5: add support for Cksumtype.MD5Stefan Metzmacher2020-03-271-1/+42
* python/tests/krb5: convert kcrypto.py to python3-cryptography and a few Samba...Stefan Metzmacher2020-03-271-187/+273