summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2020-06-12selftest: allow EncASRepPart to be encoded as EncTGSRepPartIsaac Boukris1-1/+6
2020-06-11samba-tool dns query --help: Someone forgot 'PTR' from the list of record typesRowland Penny1-1/+2
2020-06-05tests/pysmbd: fill session unix info in ntacl testsBjörn Baumbach1-4/+18
2020-06-05python/samba/provision: set unix session info for user session, used for sysv...Björn Baumbach1-0/+5
2020-06-05python: fix slow's mail addressBjörn Baumbach1-1/+1
2020-05-15selftest: add python S4U2Self tests including unkeyed checksumsIsaac Boukris6-1/+327
2020-05-15selftest: Add test for handling of "short" dnsProperty recordsAndrew Bartlett1-0/+51
2020-05-15librpc/idl: Add dnsp_DnsProperty_shortAndrew Bartlett1-0/+21
2020-05-10s4 cldap server tests: request size limit testsGary Lockyer1-0/+198
2020-05-10s4 ldap server tests: request size limit testsGary Lockyer1-12/+519
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-05-04CVE-2020-10704: ldapserver tests: Limit search request sizesGary Lockyer1-0/+234
2020-04-29samba-tool: fetch "no such subcommand" error and print error messageBjörn Baumbach1-0/+3
2020-04-27traffic_packets: fix SyntaxWarning: "is" with a literalDavid Disseldorp1-1/+1
2020-04-23provision: Remove final code for the LDAP backendAndrew Bartlett3-24/+5
2020-04-02samba-tool group show: only shows global security groups, this patch makes it...Rowland Penny1-3/+2
2020-03-27python/tests/krb5: add simple_tests.py with the first simple testStefan Metzmacher2-0/+172
2020-03-27python/tests/krb5: add raw_testcase.py as the base for our Kerberos protocol ...Stefan Metzmacher1-0/+869
2020-03-27python/tests/krb5: modify rfc4120.asn1 in order to generate pyasn1 codeStefan Metzmacher4-11/+1243
2020-03-27python/tests/krb5: add rfc4120.asn1Stefan Metzmacher1-0/+392
2020-03-27python/tests/krb5: add support for Cksumtype.MD5Stefan Metzmacher1-1/+42
2020-03-27python/tests/krb5: convert kcrypto.py to python3-cryptography and a few Samba...Stefan Metzmacher1-187/+273
2020-03-27python/tests/krb5: add crypto.py from greghudson/pyk5 as kcrypto.pyIsaac Boukris3-1/+722
2020-03-27python/tests: let usage.py be more verbose on errorsStefan Metzmacher1-2/+3
2020-03-27selftest: use 10.53.57.0/8 instead of 127.0.0.1/8Stefan Metzmacher3-3/+3
2020-03-27python/netcmd/dns: improve exception handling in cmd_add_record()Stefan Metzmacher1-1/+3
2020-03-27python/netcmd/dns: improve exception handling in cmd_delete_record()Stefan Metzmacher1-1/+3
2020-03-23py3: Remove #define IsPy3BytesOrString(pystr)Andrew Bartlett1-11/+0
2020-03-23py3: Remove #define IsPy3Bytes PyBytes_CheckAndrew Bartlett1-2/+0
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2-9/+3
2020-03-23py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett1-1/+0
2020-03-23py3: Remove #define PyInt_Type PyLong_TypeAndrew Bartlett1-1/+0
2020-03-23py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett1-1/+0
2020-03-19python/samba/gp_parse: Fix test errors with python3.8Noel Power1-1/+1
2020-03-07ndrdump tests: Make the tests less fragileGary Lockyer1-0/+6
2020-03-05python: Fix userPrincipalName in GetPasswordCommand.get_account_attributes()Jonathon Reinhart1-1/+1
2020-02-28selftest: test samba-tool group commands with groupnames with brackets and sp...Björn Baumbach1-0/+3
2020-02-28samba-tool group edit: use binary encoded group nameBjörn Baumbach1-1/+2
2020-02-28samba-tool group delete: use binary encoded group nameBjörn Baumbach1-1/+1
2020-02-28samba-tool group move: use binary encoded group nameBjörn Baumbach1-1/+1
2020-02-28samba-tool group listmembers: use binary encoded group namesBjörn Baumbach1-1/+2
2020-02-28samba-tool group listmembers: find group members by groups SIDBjörn Baumbach1-5/+6
2020-02-28samba-tool group listmembers: handle group-does-not-exist errorBjörn Baumbach1-9/+8
2020-02-28samba-tool group listmembers: hide python backtracke on command errorBjörn Baumbach1-1/+2
2020-02-27librpc ndr: Stack-overflow in ndr_pull_drsuapi_DsaAddressListItem_V1Gary Lockyer1-0/+12
2020-02-11samba-tool domain join: remove sub domain join codeGary Lockyer2-72/+10
2020-02-07samba-tool gpo: tighter matching for ini namesDouglas Bagnall1-2/+2
2020-02-07python: use raw string for regex with escapeDouglas Bagnall5-15/+15
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall90-2678/+2678
2020-02-07librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer1-0/+13