summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* samba-tool domain: Clean up codeJoseph Sutton2023-05-181-2/+2
* samba-tool domain: Remove unused variablesJoseph Sutton2023-05-184-33/+24
* samba-tool domain: Run in interactive mode if no args are suppliedJoseph Sutton2023-05-161-1/+1
* samba-tool domain: Remove unnecessary variableJoseph Sutton2023-05-161-9/+9
* samba-tool domain: Use result of setup_local_server() instead of object fieldJoseph Sutton2023-05-161-4/+4
* samba-tool domain provision: Use "ad dc functional level" to control max func...Joseph Sutton2023-05-161-2/+2
* samba-tool domain provision: Use common functional_level.string_to_level()Andrew Bartlett2023-05-161-8/+5
* python: Move helper functions for functional levels into a new fileAndrew Bartlett2023-05-164-55/+16
* librpc/ndr/pysecurity: use better exceptionsDouglas Bagnall2023-04-281-2/+2
* samba-tool domain: Initialise variables before attempting to use themJoseph Sutton2023-04-121-0/+3
* netcmd: add claim sub-commands to samba-tool domainRob van der Linde2023-03-316-0/+786
* netcmd: simplify boolean checkRob van der Linde2023-03-311-2/+2
* netcmd: domain: move trust command to domain/trust.pyRob van der Linde2023-03-312-2325/+2339
* netcmd: domain: move tombstones command to domain/tombstones.pyRob van der Linde2023-03-312-86/+117
* netcmd: domain: move schemaupgrade command to domain/schemaupgrade.pyRob van der Linde2023-03-312-321/+351
* netcmd: domain: move samba3upgrade command to domain/samba3upgrade.pyRob van der Linde2023-03-312-9/+35
* netcmd: domain: move provision command to domain/provision.pyRob van der Linde2023-03-312-392/+411
* netcmd: domain: move paswordsettings command to domain/passwordsettings.pyRob van der Linde2023-03-312-288/+317
* netcmd: domain: move level command to domain/level.pyRob van der Linde2023-03-313-192/+226
* netcmd: domain: move leave command to domain/leave.pyRob van der Linde2023-03-312-33/+60
* netcmd: domain: move keytab command to domain/keytab.pyRob van der Linde2023-03-312-29/+56
* netcmd: domain: move join command to domain/join.pyRob van der Linde2023-03-312-108/+147
* netcmd: domain: move info command to domain/info.pyRob van der Linde2023-03-312-32/+59
* netcmd: domain: move functional_prep command to domain/functional_prep.pyRob van der Linde2023-03-313-127/+171
* netcmd: domain: move demote command to domain/demote.pyRob van der Linde2023-03-312-303/+341
* netcmd: domain: move dcpromo command to domain/dcpromo.pyRob van der Linde2023-03-313-93/+128
* netcmd: domain: move classicupgrade command to domain/classicupgrade.pyRob van der Linde2023-03-313-158/+221
* netcmd: domain: move domain_backup.py to domain/backup.pyRob van der Linde2023-03-312-2/+3
* netcmd: domain: fix unused importsRob van der Linde2023-03-311-4/+1
* netcmd: domain: turn domain.py into a moduleRob van der Linde2023-03-311-0/+0
* python:provision: run adprep as part of provisionStefan Metzmacher2023-03-221-0/+32
* samba-tool: let 'domain provision' to use the 2019 schema by defaultStefan Metzmacher2023-03-221-3/+3
* samba-tool: let 'domain schemaupgrade' to use the 2019 schema by defaultStefan Metzmacher2023-03-221-3/+3
* samba-tool: let 'domain functionalprep' to use functional level 2016 by defaultStefan Metzmacher2023-03-221-3/+3
* samba-tool: allow 'domain level raise' to support level 2016Stefan Metzmacher2023-03-221-4/+4
* forest_update: behave more like a Windows 2022 serverStefan Metzmacher2023-03-221-1/+1
* functional_prep: fix error handling in order to stop on the first errorStefan Metzmacher2023-03-221-8/+9
* schema_upgrade: add support for ntdsschemamodrdn and ntdsschemadeleteStefan Metzmacher2023-03-221-0/+4
* samba-tool: rewrite dsacl.py to use the new sd_utils helpersStefan Metzmacher2023-03-221-73/+36
* python:netcmd: Decode return value of find_netbios() from bytes into stringAndreas Schneider2023-03-141-1/+1
* samba-tool: Ensure modifying GPO increments GPT.INI versDavid Mulder2023-03-091-0/+63
* samba-tool: Subclass GPOCommand for calling samdb_connectDavid Mulder2023-03-091-15/+15
* samba-tool: Clarify cse register command file destDavid Mulder2023-03-031-2/+6
* samba-tool: Don't use invalid escape sequencesJoseph Sutton2023-03-031-1/+1
* python: fix mutable default argumentsRob van der Linde2023-02-234-8/+47
* gp: samba-tool gpo cse register/unregister/listDavid Mulder2023-02-031-0/+110
* samba-tool: Use ntstatus constants in gpo commandsDavid Mulder2023-01-301-127/+134
* samba-tool: gpo show/load handle utf-16-le stringsDavid Mulder2023-01-301-1/+6
* samba-tool: gpo load provide option for replace vs mergeDavid Mulder2023-01-301-3/+8
* samba-tool: gpo load add Registry ext by defaultDavid Mulder2023-01-301-3/+9