summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2023-06-16samba-tool: add new --dns-directory-partition option to dns zonecreate commandBjörn Baumbach1-5/+22
2023-06-14samba-tool ou: Remove unused variablesJoseph Sutton1-3/+0
2023-06-14samba-tool ou: Remove unused importJoseph Sutton1-1/+0
2023-06-14samba-tool: Fix typoJoseph Sutton1-1/+1
2023-05-29samba-tool domain: Handle new NBT_SERVER_* flagsJoseph Sutton1-0/+2
2023-05-18samba-tool domain: Clean up codeJoseph Sutton1-2/+2
2023-05-18samba-tool domain: Remove unused variablesJoseph Sutton4-33/+24
2023-05-16samba-tool domain: Run in interactive mode if no args are suppliedJoseph Sutton1-1/+1
2023-05-16samba-tool domain: Remove unnecessary variableJoseph Sutton1-9/+9
2023-05-16samba-tool domain: Use result of setup_local_server() instead of object fieldJoseph Sutton1-4/+4
2023-05-16samba-tool domain provision: Use "ad dc functional level" to control max func...Joseph Sutton1-2/+2
2023-05-16samba-tool domain provision: Use common functional_level.string_to_level()Andrew Bartlett1-8/+5
2023-05-16python: Move helper functions for functional levels into a new fileAndrew Bartlett4-55/+16
2023-04-28librpc/ndr/pysecurity: use better exceptionsDouglas Bagnall1-2/+2
2023-04-12samba-tool domain: Initialise variables before attempting to use themJoseph Sutton1-0/+3
2023-03-31netcmd: add claim sub-commands to samba-tool domainRob van der Linde6-0/+786
2023-03-31netcmd: simplify boolean checkRob van der Linde1-2/+2
2023-03-31netcmd: domain: move trust command to domain/trust.pyRob van der Linde2-2325/+2339
2023-03-31netcmd: domain: move tombstones command to domain/tombstones.pyRob van der Linde2-86/+117
2023-03-31netcmd: domain: move schemaupgrade command to domain/schemaupgrade.pyRob van der Linde2-321/+351
2023-03-31netcmd: domain: move samba3upgrade command to domain/samba3upgrade.pyRob van der Linde2-9/+35
2023-03-31netcmd: domain: move provision command to domain/provision.pyRob van der Linde2-392/+411
2023-03-31netcmd: domain: move paswordsettings command to domain/passwordsettings.pyRob van der Linde2-288/+317
2023-03-31netcmd: domain: move level command to domain/level.pyRob van der Linde3-192/+226
2023-03-31netcmd: domain: move leave command to domain/leave.pyRob van der Linde2-33/+60
2023-03-31netcmd: domain: move keytab command to domain/keytab.pyRob van der Linde2-29/+56
2023-03-31netcmd: domain: move join command to domain/join.pyRob van der Linde2-108/+147
2023-03-31netcmd: domain: move info command to domain/info.pyRob van der Linde2-32/+59
2023-03-31netcmd: domain: move functional_prep command to domain/functional_prep.pyRob van der Linde3-127/+171
2023-03-31netcmd: domain: move demote command to domain/demote.pyRob van der Linde2-303/+341
2023-03-31netcmd: domain: move dcpromo command to domain/dcpromo.pyRob van der Linde3-93/+128
2023-03-31netcmd: domain: move classicupgrade command to domain/classicupgrade.pyRob van der Linde3-158/+221
2023-03-31netcmd: domain: move domain_backup.py to domain/backup.pyRob van der Linde2-2/+3
2023-03-31netcmd: domain: fix unused importsRob van der Linde1-4/+1
2023-03-31netcmd: domain: turn domain.py into a moduleRob van der Linde1-0/+0
2023-03-22python:provision: run adprep as part of provisionStefan Metzmacher1-0/+32
2023-03-22samba-tool: let 'domain provision' to use the 2019 schema by defaultStefan Metzmacher1-3/+3
2023-03-22samba-tool: let 'domain schemaupgrade' to use the 2019 schema by defaultStefan Metzmacher1-3/+3
2023-03-22samba-tool: let 'domain functionalprep' to use functional level 2016 by defaultStefan Metzmacher1-3/+3
2023-03-22samba-tool: allow 'domain level raise' to support level 2016Stefan Metzmacher1-4/+4
2023-03-22forest_update: behave more like a Windows 2022 serverStefan Metzmacher1-1/+1
2023-03-22functional_prep: fix error handling in order to stop on the first errorStefan Metzmacher1-8/+9
2023-03-22schema_upgrade: add support for ntdsschemamodrdn and ntdsschemadeleteStefan Metzmacher1-0/+4
2023-03-22samba-tool: rewrite dsacl.py to use the new sd_utils helpersStefan Metzmacher1-73/+36
2023-03-14python:netcmd: Decode return value of find_netbios() from bytes into stringAndreas Schneider1-1/+1
2023-03-09samba-tool: Ensure modifying GPO increments GPT.INI versDavid Mulder1-0/+63
2023-03-09samba-tool: Subclass GPOCommand for calling samdb_connectDavid Mulder1-15/+15
2023-03-03samba-tool: Clarify cse register command file destDavid Mulder1-2/+6
2023-03-03samba-tool: Don't use invalid escape sequencesJoseph Sutton1-1/+1
2023-02-23python: fix mutable default argumentsRob van der Linde4-8/+47