summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-05-15samba-tool domain: Extend --plaintext-secrets to dcpromo by moving to common ...Andrew Bartlett1-9/+6
2018-05-15samba-tool domain: Add --machinepass to common optionsAndrew Bartlett1-6/+2
2018-05-15samba-tool domain: Add --quiet to common optionsAndrew Bartlett1-4/+2
2018-05-15samba-tool domain: Create a common set of options for provision/join/dcpromoAndrew Bartlett1-4/+11
2018-05-15samba-tool domain provision: Move more OpenLDAP options behind TEST_LDAPAndrew Bartlett1-7/+7
2018-05-14samba-tool computer: fix wrong computer container in help messageBjörn Baumbach1-2/+2
2018-05-14traffic: improve add_short_packet by avoiding dict.getJoe Guo1-3/+6
2018-05-14traffic: optimize packet init for better performanceJoe Guo2-122/+129
2018-05-14traffic: fix userAccountControl for machine accountJoe Guo1-3/+6
2018-05-14traffic: change machine creds secure channel typeJoe Guo2-5/+4
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power7-45/+45
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-1/+1
2018-05-12samba_tool: replace xrange -> rangeNoel Power2-4/+4
2018-05-12python/samba/tests: py2/py3 compatability replace xrange with rangeNoel Power2-2/+2
2018-05-12python/samba: Ensure md5 always provided with bytesNoel Power3-1/+13
2018-05-12python/samba/provision: Fix urllib.quote usage for py2/py3Noel Power2-3/+4
2018-05-12samba_tool: make exception handling statements py2/py3 compatibleNoel Power1-3/+3
2018-05-12samba_tool: Py2/Py3 compatability fix tuple assigmentNoel Power1-1/+1
2018-05-12python/samba: Bulk replace of '.next()' method with function 'next()'Noel Power2-2/+2
2018-05-12devel: removing unused code from chgkrbtgtpassAaron Haslett1-3/+2
2018-05-12gpo: Ensure all files are retrieved in fetchGarming Sam1-1/+5
2018-05-12traffic: improve is_really_a_packetJoe Guo1-5/+4
2018-05-12traffic: improve add_short_packet by avoiding str.splitJoe Guo1-3/+3
2018-05-12traffic: simplify forget_packets_outside_windowJoe Guo1-12/+2
2018-05-12traffic: grant user write permissionJoe Guo1-0/+6
2018-05-12traffic: set domain on user_creds and machine_credsJoe Guo1-0/+2
2018-05-12traffic_packets: provision request data for packet_drsuapi_13Joe Guo2-1/+13
2018-05-12traffic_packets: add trailing $ to fix packet_rpc_netlogon_30Joe Guo1-1/+3
2018-05-12traffic_packets: add windows instructions for ldap 0 simple bindJoe Guo1-0/+9
2018-05-12traffic_packets: replace share_name from netlogon to IPC$ for packet_srvsvc_16Joe Guo1-1/+1
2018-05-12traffic_packets: replace level 102 to 101 for packet_srvsvc_21Joe Guo1-2/+18
2018-05-12traffic: add credentials to samrJoe Guo1-3/+10
2018-05-12traffic_packets: support NT_STATUS_NO_SUCH_DOMAIN in packet_lsarpc_39Joe Guo1-4/+9
2018-05-12traffic: add paged_results control for ldb searchJoe Guo2-1/+5
2018-05-12selftest: Add a test for creds.{get,set}_secure_channel_type()Andrew Bartlett1-0/+8
2018-05-12Fix spelling s/succesfully/successfully/Mathieu Parent1-1/+1
2018-05-12Fix spelling s/retrive/retrieve/Mathieu Parent1-1/+1
2018-05-11tests: Add tests for samba-tool passwordsettings commandsTim Beale2-0/+87
2018-05-11netcmd: Split 'domain passwordsettings' into a super-commandTim Beale1-166/+190
2018-05-11netcmd: Small tweak to retrieving pwdPropertiesTim Beale1-2/+3
2018-05-11tests: Add a test case for msDS-PasswordReversibleEncryptionEnabledTim Beale2-8/+79
2018-05-11tests: Add tests for Password Settings ObjectsTim Beale1-0/+271
2018-05-11tests: Split out setUp code into separate function for reuseTim Beale3-34/+66
2018-05-11tests: Move repeated code into a helper functionTim Beale1-0/+13
2018-05-10auth logging tests: Clean up flake8 warningsGary Lockyer6-371/+326
2018-05-10auth logging tests: Add tests for sessionIdGary Lockyer6-0/+17
2018-05-08samba-tool: Fix a typoVolker Lendecke1-1/+1
2018-05-05traffic: ensure we are using the same division in py 2 and 3Douglas Bagnall1-1/+1
2018-05-05samba_kcc: remove an unused variableDouglas Bagnall1-2/+0
2018-05-05sambatool tests: make assertMatch use assertInDouglas Bagnall1-1/+2