summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2018-05-31samba-tool viusalize: mark RODCs in distance matrixDouglas Bagnall3-10/+43
2018-05-31samba-tool visualize ntdsconn: add --importldif optionDouglas Bagnall2-3/+41
2018-05-31samba-tool visualize tests: reduce noise on stdoutDouglas Bagnall1-5/+1
2018-05-31samba-tool visualize: group (and colour) DCs by siteDouglas Bagnall2-9/+37
2018-05-30selftest: Make create_test_ou() return a ldb.DnAndrew Bartlett1-1/+1
2018-05-30dsdb partition.c: Make partition_copy_all aysnc.Gary Lockyer1-0/+13
2018-05-30selftest: Add test to show that sam.ldb does not do a full scan in startupAndrew Bartlett1-0/+19
2018-05-29python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown3-10/+11
2018-05-29python/samba/tests/samba_tool/schema.py: Improve schema command testingWilliam Brown2-15/+30
2018-05-29python/samba/netcmd/schema.py: add schema show_oc for attributeWilliam Brown2-0/+60
2018-05-29python/samba/netcmd/schema.py: add schema query and management.William Brown5-3/+361
2018-05-29python/samba/netcmd/group.py: add group showWilliam Brown2-0/+91
2018-05-29python/samba/netcmd/{forest.py,main.py}: add configuration controlsWilliam Brown3-0/+229
2018-05-23tests: Extend passwordsettings tests to cover PSO command optionsTim Beale1-0/+369
2018-05-23netcmd: Add samba-tool support for managing PSOsTim Beale2-0/+769
2018-05-23selftest: Clean up ldb on tearDown from each packet in TrafficEmulatorPacketT...Andrew Bartlett1-0/+1
2018-05-18python/samba/netcmd: Py2/Py3 misc replace range with enumerateNoel Power1-46/+24
2018-05-17python/samba/netcmd: net.change_password should be passed stringNoel Power1-2/+4
2018-05-17python/samba: Fix incorrect encode of passwordNoel Power1-1/+5
2018-05-15selftest: Make setexpiry test much more reliableAndrew Bartlett1-3/+2
2018-05-15samba-tool domain: Spit out common options between dcpromo and joinAndrew Bartlett1-26/+18
2018-05-15samba-tool domain: Create a common --use-ntvfs option for provision, join, dc...Andrew Bartlett1-9/+9
2018-05-15samba-tool domain: Extend --backend-store to join and dcpromo by moving to co...Andrew Bartlett2-19/+34
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