summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-06-11sambadns: Create BINDDNS_DIR/dns.keytab link to PRIVATE_DIR/dns.keytab on DC ...Derek Lambert1-0/+43
2021-06-11sambadns: Fix docstring for create_dns_dir()Joseph Sutton1-1/+1
2021-06-11pytest: Fix typo in docstringJoseph Sutton1-1/+1
2021-06-10samba-tool: stick to the point with --versionDouglas Bagnall1-1/+1
2021-06-10samba-tool dns zoneoptions --help improvementDouglas Bagnall1-1/+1
2021-06-10python: remove obsolete samba_external directoryDouglas Bagnall1-4/+0
2021-06-10samba-tool domain: improve error message when `patch` failsDouglas Bagnall1-1/+2
2021-06-09samba-tool: gpo admxload mkdir -pDavid Mulder1-1/+1
2021-06-09gpo: Apply Group Policy GNOME SettingsDavid Mulder1-2/+427
2021-06-09gpo: Test Group Policy GNOME SettingDavid Mulder2-0/+390
2021-06-02selftest: Add test of NDR marshalling from python, starting with wbintAndrew Bartlett3-0/+148
2021-06-02samba-tool dns zoneoptions: timestamp manipulation optionsDouglas Bagnall2-3/+649
2021-06-02pytest:samba-tool dns: more robust clean-upDouglas Bagnall1-4/+1
2021-06-02samba-tool dns: remove unused importsDouglas Bagnall1-4/+0
2021-06-02samba-tool dns: move dns_record_match to dnsserver.pyDouglas Bagnall3-83/+99
2021-05-28pytest:segfault: Add test for assigning to an inline arrayJoseph Sutton1-0/+8
2021-05-19python: Make credentials cache test run against WindowsJoseph Sutton1-1/+4
2021-05-19python: Fix ticket timestamp conversion when local timezone is not UTCJoseph Sutton1-4/+19
2021-05-19python: Add SMB credentials cache testJoseph Sutton2-0/+109
2021-05-19python: Add RPC credentials cache testJoseph Sutton2-0/+78
2021-05-19python: Add LDAP credentials cache testJoseph Sutton2-0/+95
2021-05-19python: Add credentials cache testJoseph Sutton4-4/+133
2021-05-19krb5: Add Python functions to create a credentials cache containing a service...Joseph Sutton1-4/+163
2021-05-19librpc: Test parsing a Kerberos 5 credentials cache with ndrdumpJoseph Sutton1-0/+37
2021-05-19Revert "s4-test: fixed ndrdump test for top level build"Joseph Sutton1-7/+1
2021-05-17samba-tool:testparm: Display nicer parameter dump error messagesJoseph Sutton1-2/+10
2021-05-17samba-tool:testparm: Test error handling for unknown sections and parametersJoseph Sutton1-0/+28
2021-05-17samba-tool:testparm: Fix error with --section-nameJoseph Sutton1-1/+1
2021-05-17samba-tool:testparm: Test that --section-name works without --parameter-nameJoseph Sutton1-1/+39
2021-04-29gpo: Correct name of files gpoDavid Mulder1-1/+1
2021-04-28tests: Use --configfile instead of -sAndreas Schneider3-11/+23
2021-04-28python/hostconfig: remove 'from __future__ import absolute_import'Douglas Bagnall1-1/+0
2021-04-28python: remove all 'from __future__ import division'Douglas Bagnall4-4/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall48-57/+2
2021-04-26samba-tool group listmembers: always list objects which can not expireBjörn Baumbach1-2/+5
2021-04-21samba-tool: Use s3 net join for member joinDavid Mulder1-4/+39
2021-04-21python: glue function for detecting if selftest is enabledDavid Mulder2-0/+13
2021-04-21python: Test s3 net join and leaveDavid Mulder1-0/+80
2021-04-21samba-tool: add dns zoneoptions for aging controlDouglas Bagnall2-0/+143
2021-04-21libcli: Fix parsing access flags from multiple tablesVolker Lendecke1-2/+3
2021-04-20torture: Show sddl_decode() failure for "GWFX" access maskVolker Lendecke1-0/+6
2021-04-20gpo: Open ssh config to write bytesDavid Mulder1-1/+1
2021-04-19torture: Move sddl tests to pythonVolker Lendecke1-0/+180
2021-04-13python:tests:samba_tool: create temporary files under $SELFTEST_TMPDIRStefan Metzmacher4-4/+4
2021-04-12tests python krb5: MS-KILE client principal look-upGary Lockyer3-1/+843
2021-04-08pytests/dns_forwarder: remove unused importDouglas Bagnall1-1/+0
2021-04-08samba-tool dns: use dnsserver.flag_from_string()Douglas Bagnall1-25/+5
2021-04-08samba-tool dns: use dnsserver.record_from_stringDouglas Bagnall1-46/+6
2021-04-08pytests/dns: use dnsserver.record_from_stringDouglas Bagnall3-15/+16
2021-04-08pytests/dns: import dnsserver.TXTRecord directlyDouglas Bagnall2-2/+4