summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Easily edit a users object in AD, as if using ldbedit.Rowland Penny1-1/+138
2017-06-10provision: Move default handler for site=None down into dc_join object creationAndrew Bartlett1-3/+0
2017-06-09samba-tool: You cannot add members to a group if the member exists as a sAMAc...Rowland Penny1-0/+2
2017-05-30samba-tool/spn: Add a missing newline to error messageGarming Sam1-2/+2
2017-05-26python: Create the kdc.conf in the Samba private directoryAndreas Schneider1-14/+1
2017-05-25samba-tool add support for userPasswordGary Lockyer1-22/+88
2017-05-25samba-tool user: add rounds option to virtualCryptSHAxxxGary Lockyer1-7/+78
2017-05-25samba-tool user: Support for virtualWDigest attributesGary Lockyer1-0/+152
2017-05-05samba-tool: fix log message of 'samba-tool user syncpasswords'Stefan Metzmacher1-1/+1
2017-05-04samba-tool: let 'samba-tool user syncpasswords' report deletions immediatelyStefan Metzmacher1-1/+1
2017-04-29python: Add provisioning support for MIT KDC in samba-toolAndreas Schneider1-1/+14
2017-03-28samba-tool: Ensure that samba-tool processes --name=not-existing does not errorAndrew Bartlett1-1/+5
2017-03-13samba-tool/domain: Correctly re-enable replicationGarming Sam1-28/+33
2017-03-13werror: Correct the error code checkingGarming Sam1-1/+1
2017-03-10python: samba.param: Port param module to Python 3Lumir Balhar1-4/+3
2017-03-10python sites/subnets: correctly spell variable nameDouglas Bagnall1-1/+1
2017-03-10samba-tool domain: correctly spell variable nameDouglas Bagnall1-1/+1
2017-02-23samba-tool drs replicate: Add --single-objectAndrew Bartlett1-4/+12
2017-02-23python: Move partial replication logic into drs_utils.pyAndrew Bartlett1-34/+1
2017-02-23python: Move dnsserver helper functions into samba.dnsserverAndrew Bartlett1-161/+1
2017-02-22Correct "specifiy" typos.Chris Lamb1-5/+5
2017-02-22Correct "overriden" typos.Chris Lamb1-1/+1
2017-02-21samba-tool:domain: use generate_random_machine_password() for trusted domainsStefan Metzmacher1-24/+5
2017-02-21python/samba: use an explicit .encode('utf-8') where we expect utf8 passwordsStefan Metzmacher1-1/+1
2017-02-14samba-tool/drs: do partial replication when --local is given by defaultBob Campbell1-9/+52
2017-02-14python: Use generated WERROR definitionsBob Campbell2-24/+21
2017-02-14samba-tool/domain: catch NTSTATUSError rather than RuntimeErrorBob Campbell1-10/+11
2017-02-14samba-tool/domain: use generated ntstatus rather than from local fileBob Campbell1-18/+13
2017-02-14samba-tool/domain: change incorrect NT_STATUS to WERRBob Campbell1-2/+3
2017-02-11samba-tool: Correct handling of default value for use_ntvfs and use_xattrsAndrew Bartlett1-7/+7
2016-12-12samba-tool/dns: remove use of dns_record_match from add and deleteBob Campbell1-10/+2
2016-12-12samba-tool/dns: reword error messages and make error catching specificBob Campbell1-33/+72
2016-12-12python/netcmd: print traceback through self.errfBob Campbell1-1/+1
2016-11-04samba_tool/fsmo: Allocate RID Set when seizing RID managerGarming Sam1-2/+27
2016-09-30bug 12293: stop group.py throwing errors if group is unknownRowland Penny1-3/+15
2016-09-30bug 12292: stop user.py throwing errors if user is unknownRowland Penny1-3/+16
2016-09-06samba-tool: Remove --use-xattrs support without --use-ntvfsAndrew Bartlett1-6/+24
2016-09-01samba-tool: Run samba-tool domain tombstones expunge in a transactionAndrew Bartlett1-0/+7
2016-09-01samba-tool: Add command-line tool to trigger tombstone expungeAndrew Bartlett1-0/+74
2016-08-19netcmd/domain: improve error message grammarDouglas Bagnall1-2/+2
2016-08-08samba-tool/ldapcmp: ignore differences of whenChangedStefan Metzmacher1-1/+1
2016-07-28samba-tool: add --async-rep option to 'samba-tool drs replicate'Stefan Metzmacher1-4/+11
2016-07-28samba-tool: use a timeout of 5 minutes in 'samba-tool drs replicate'Stefan Metzmacher1-3/+4
2016-07-22samba-tool: add --decrypt-samba-gpg support to 'user getpasswords' and 'user ...Stefan Metzmacher1-11/+152
2016-07-22samba-tool: add 'user syncpasswords' commandStefan Metzmacher1-0/+760
2016-07-22samba-tool: add 'user getpassword' commandStefan Metzmacher1-0/+408
2016-07-20samba-tool: Speed up all samba-tool commandsGarming Sam1-37/+41
2016-07-15dbcheck: change argument to specify a partial --yesGarming Sam1-2/+23
2016-07-12samba-tool drs replicate: Allow replication call to take as long as requiredAndrew Bartlett1-1/+2
2016-07-12pyrpc: Allow control of RPC timeout for IRPCAndrew Bartlett1-0/+1