summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2018-03-23samba-tool: convert print func to be py2/py3 compatibleNoel Power2-4/+6
2018-03-21samba-tool visualize: fix python2.6 incompatibilityBjörn Baumbach1-1/+5
2018-03-21samba-tool ldapcmp: remove duplicate takes_optiongroups attributeDouglas Bagnall1-6/+0
2018-03-19Update help text for dbcheckJonathan Hunter1-1/+1
2018-03-01domain.py: Give some advice if the schema upgrade command failsGarming Sam1-3/+8
2018-02-28samba-tool: convert 'except X, (tuple)' to 'except X as e'Noel Power5-25/+50
2018-02-28samba-tool: convert octal 'O1234' format to python3 compatible '0o1234'Noel Power1-3/+3
2018-02-27samba-tool: user setexpiry: Fix incorrect Example2Rowland Penny1-1/+1
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall15-77/+77
2018-02-15samba-tool drs showrepl: add --json option for JSON outputDouglas Bagnall1-1/+16
2018-02-15samba-tool drs showrepl: restructure in preparation for --jsonDouglas Bagnall1-45/+94
2018-02-09sambatool drs showrepl: prefer self over ctx in python classesDouglas Bagnall1-2/+3
2018-02-09samba-tool rodc: consistently use self.outf, not stdoutDouglas Bagnall1-2/+2
2018-02-08samba-tool/dns: Clarify the cleanup subcommandGarming Sam1-2/+3
2018-02-08remove_dc: Allow remove_dns_references to ignore missing server namesGarming Sam1-1/+2
2018-02-08samba-tool: add dns cleanup cmdJoe Guo1-0/+47
2018-02-08samba-tool group: implement the group move commandBjörn Baumbach1-0/+79
2018-02-08samba-tool user: implement the user move commandBjörn Baumbach1-0/+80
2018-02-08samba-tool user: fix some typosBjörn Baumbach1-3/+3
2018-02-08samba-tool: implement user show command to display a user AD objectBjörn Baumbach1-0/+79
2018-02-08samba-tool: implement ou management commandsBjörn Baumbach2-0/+396
2018-02-05python/netcmd: implement __repr__ for class CommandErrorStefan Metzmacher1-0/+3
2018-01-13samba-tool visualize for understanding AD DC behaviourDouglas Bagnall2-0/+575
2018-01-09python: Print the finddcs error messageVolker Lendecke1-0/+3
2017-12-22samba-tool: treat 'samba-tool help foo' as 'samba-tool foo --help'Douglas Bagnall1-0/+13
2017-12-22samba-tool: give cache_loader pseudo-dict a .get() methodDouglas Bagnall1-0/+6
2017-12-21samba-tool domain schemaupgrade: Avoid reindex after every hunkAndrew Bartlett1-6/+15
2017-12-21ldapcmp: Improve the difference checker of ldapcmp for 2012 R2Garming Sam1-1/+8
2017-12-20upgradeprovision: Mark tests as passing again (using functional prep)Garming Sam1-1/+2
2017-12-20domain.py: Command for prepping the domain for higher functional levelsGarming Sam1-0/+112
2017-12-20domain.py: Force schema upgrade to be used only on the schema masterGarming Sam1-0/+7
2017-12-20ldapcmp: Add otherWellKnownObjects to ignore when using --twoGarming Sam1-6/+11
2017-12-18provision: Changes to support encrypted_secrets moduleGary Lockyer1-6/+18
2017-12-14markdown: Rename ms_markdown.py -> ms_schema_markdown.pyGarming Sam1-1/+1
2017-12-14provision: Use the official MS 2008R2 schema by defaultAndrew Bartlett1-1/+1
2017-12-14domain.py: Auto-patch the diffs for the adprep schemaupgradeGarming Sam1-2/+44
2017-12-14domain.py: Add a base dir option for schema upgradesGarming Sam1-5/+7
2017-12-14domain.py: Add base-schema option to samba-tool provisionTim Beale1-2/+8
2017-12-14domain.py: Add a schemaupgrade option to apply missing 2008R2 schemaTim Beale1-11/+23
2017-12-14domain.py: Make schemaupgrade option work regardless of configTim Beale1-0/+14
2017-12-14domain.py: Add schema upgrade option to samba-toolTim Beale1-1/+228
2017-12-10samba-tool: validate password early in `domain provision`Jamie McClymont1-4/+24
2017-09-07drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett1-1/+5
2017-08-15samba-tool dns query: Allow '*' in namesGary Lockyer1-1/+2
2017-07-28drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale1-3/+6
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