summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* python/tests/krb5: add crypto.py from greghudson/pyk5 as kcrypto.pyIsaac Boukris2020-03-273-1/+722
* python/tests: let usage.py be more verbose on errorsStefan Metzmacher2020-03-271-2/+3
* selftest: use 10.53.57.0/8 instead of 127.0.0.1/8Stefan Metzmacher2020-03-273-3/+3
* python/netcmd/dns: improve exception handling in cmd_add_record()Stefan Metzmacher2020-03-271-1/+3
* python/netcmd/dns: improve exception handling in cmd_delete_record()Stefan Metzmacher2020-03-271-1/+3
* py3: Remove #define IsPy3BytesOrString(pystr)Andrew Bartlett2020-03-231-11/+0
* py3: Remove #define IsPy3Bytes PyBytes_CheckAndrew Bartlett2020-03-231-2/+0
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-232-9/+3
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-1/+0
* py3: Remove #define PyInt_Type PyLong_TypeAndrew Bartlett2020-03-231-1/+0
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-1/+0
* python/samba/gp_parse: Fix test errors with python3.8Noel Power2020-03-191-1/+1
* ndrdump tests: Make the tests less fragileGary Lockyer2020-03-071-0/+6
* python: Fix userPrincipalName in GetPasswordCommand.get_account_attributes()Jonathon Reinhart2020-03-051-1/+1
* selftest: test samba-tool group commands with groupnames with brackets and sp...Björn Baumbach2020-02-281-0/+3
* samba-tool group edit: use binary encoded group nameBjörn Baumbach2020-02-281-1/+2
* samba-tool group delete: use binary encoded group nameBjörn Baumbach2020-02-281-1/+1
* samba-tool group move: use binary encoded group nameBjörn Baumbach2020-02-281-1/+1
* samba-tool group listmembers: use binary encoded group namesBjörn Baumbach2020-02-281-1/+2
* samba-tool group listmembers: find group members by groups SIDBjörn Baumbach2020-02-281-5/+6
* samba-tool group listmembers: handle group-does-not-exist errorBjörn Baumbach2020-02-281-9/+8
* samba-tool group listmembers: hide python backtracke on command errorBjörn Baumbach2020-02-281-1/+2
* librpc ndr: Stack-overflow in ndr_pull_drsuapi_DsaAddressListItem_V1Gary Lockyer2020-02-271-0/+12
* samba-tool domain join: remove sub domain join codeGary Lockyer2020-02-112-72/+10
* samba-tool gpo: tighter matching for ini namesDouglas Bagnall2020-02-071-2/+2
* python: use raw string for regex with escapeDouglas Bagnall2020-02-075-15/+15
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-0790-2678/+2678
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-071-0/+13
* selftest: Test behaviour of DNS scavenge with an existing dNSTombstoned valueAndrew Bartlett2020-02-061-0/+39
* s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher2020-02-051-2/+2