summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* selftest: Add test of NDR marshalling from python, starting with wbintAndrew Bartlett2021-06-023-0/+148
* samba-tool dns zoneoptions: timestamp manipulation optionsDouglas Bagnall2021-06-022-3/+649
* pytest:samba-tool dns: more robust clean-upDouglas Bagnall2021-06-021-4/+1
* samba-tool dns: remove unused importsDouglas Bagnall2021-06-021-4/+0
* samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall2021-06-023-83/+99
* pytest:segfault: Add test for assigning to an inline arrayJoseph Sutton2021-05-281-0/+8
* python: Make credentials cache test run against WindowsJoseph Sutton2021-05-191-1/+4
* python: Fix ticket timestamp conversion when local timezone is not UTCJoseph Sutton2021-05-191-4/+19
* python: Add SMB credentials cache testJoseph Sutton2021-05-192-0/+109
* python: Add RPC credentials cache testJoseph Sutton2021-05-192-0/+78
* python: Add LDAP credentials cache testJoseph Sutton2021-05-192-0/+95
* python: Add credentials cache testJoseph Sutton2021-05-194-4/+133
* krb5: Add Python functions to create a credentials cache containing a service...Joseph Sutton2021-05-191-4/+163
* librpc: Test parsing a Kerberos 5 credentials cache with ndrdumpJoseph Sutton2021-05-191-0/+37
* Revert "s4-test: fixed ndrdump test for top level build"Joseph Sutton2021-05-191-7/+1
* samba-tool:testparm: Display nicer parameter dump error messagesJoseph Sutton2021-05-171-2/+10
* samba-tool:testparm: Test error handling for unknown sections and parametersJoseph Sutton2021-05-171-0/+28
* samba-tool:testparm: Fix error with --section-nameJoseph Sutton2021-05-171-1/+1
* samba-tool:testparm: Test that --section-name works without --parameter-nameJoseph Sutton2021-05-171-1/+39
* gpo: Correct name of files gpoDavid Mulder2021-04-291-1/+1
* tests: Use --configfile instead of -sAndreas Schneider2021-04-283-11/+23
* python/hostconfig: remove 'from __future__ import absolute_import'Douglas Bagnall2021-04-281-1/+0
* python: remove all 'from __future__ import division'Douglas Bagnall2021-04-284-4/+0
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-2848-57/+2
* samba-tool group listmembers: always list objects which can not expireBjörn Baumbach2021-04-261-2/+5
* samba-tool: Use s3 net join for member joinDavid Mulder2021-04-211-4/+39
* python: glue function for detecting if selftest is enabledDavid Mulder2021-04-212-0/+13
* python: Test s3 net join and leaveDavid Mulder2021-04-211-0/+80
* samba-tool: add dns zoneoptions for aging controlDouglas Bagnall2021-04-212-0/+143
* libcli: Fix parsing access flags from multiple tablesVolker Lendecke2021-04-211-2/+3
* torture: Show sddl_decode() failure for "GWFX" access maskVolker Lendecke2021-04-201-0/+6
* gpo: Open ssh config to write bytesDavid Mulder2021-04-201-1/+1
* torture: Move sddl tests to pythonVolker Lendecke2021-04-191-0/+180
* python:tests:samba_tool: create temporary files under $SELFTEST_TMPDIRStefan Metzmacher2021-04-134-4/+4
* tests python krb5: MS-KILE client principal look-upGary Lockyer2021-04-123-1/+843
* pytests/dns_forwarder: remove unused importDouglas Bagnall2021-04-081-1/+0
* samba-tool dns: use dnsserver.flag_from_string()Douglas Bagnall2021-04-081-25/+5
* samba-tool dns: use dnsserver.record_from_stringDouglas Bagnall2021-04-081-46/+6
* pytests/dns: use dnsserver.record_from_stringDouglas Bagnall2021-04-083-15/+16
* pytests/dns: import dnsserver.TXTRecord directlyDouglas Bagnall2021-04-082-2/+4
* pytest/dcerpc/dnsserver.py: use dnsserver.flag_from_stringDouglas Bagnall2021-04-081-9/+6
* pytest/dcerpcdnsserver: use record_from_string helperDouglas Bagnall2021-04-081-28/+3
* py/dnsserver add flag from string functionDouglas Bagnall2021-04-081-0/+8
* py/dnsserver: add record_from_string helper functionDouglas Bagnall2021-04-081-0/+32
* py/dnsserver: add .from_string() methodsDouglas Bagnall2021-04-081-0/+71
* py/dnsserver: remove workaround of fixed bugDouglas Bagnall2021-04-081-22/+10
* py/provision/sambadns: Add a comment about DNS typesDouglas Bagnall2021-04-081-0/+9
* py/provision/sambadns: rename CNameRecord -> CNAMERecordDouglas Bagnall2021-04-081-3/+3
* py/dnsserver: replace obsolete comments with useful onesDouglas Bagnall2021-04-081-2/+18
* pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall2021-04-083-6/+6