summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2023-08-04netcmd: user: move user password commandRob van der Linde2-48/+74
2023-08-04netcmd: user: move common code used by various password commandsRob van der Linde2-835/+874
2023-08-04netcmd: user: move user setexpiry commandRob van der Linde2-75/+102
2023-08-04netcmd: user: move user list commandRob van der Linde2-82/+109
2023-08-04netcmd: user: move user disable commandRob van der Linde2-38/+65
2023-08-04netcmd: user: move user enable commandRob van der Linde2-68/+95
2023-08-04netcmd: user: move user delete commandRob van der Linde2-61/+88
2023-08-04netcmd: user: move user add commandRob van der Linde2-180/+211
2023-08-04netcmd: user: turn user.py into module netcmd.userRob van der Linde1-1/+1
2023-07-19netcmd: sites: make use of ldb_connect from base classRob van der Linde1-22/+5
2023-07-19netcmd: add list and view commands for sites and subnetsRob van der Linde1-0/+166
2023-07-19netcmd: add Subnet and Site modelsRob van der Linde3-0/+92
2023-07-19ldapcmp: also ignore operatingSystem similar to operatingSystemVersionStefan Metzmacher1-1/+2
2023-06-26netcmd: domain: Fix typoJoseph Sutton1-1/+1
2023-06-25netcmd: domain: Fix typoJoseph Sutton1-1/+1
2023-06-25netcmd: domain: add error handling to domain claims commandsRob van der Linde2-15/+42
2023-06-25netcmd: domain: add error handling to domain auth commandsRob van der Linde3-32/+96
2023-06-25netcmd: domain: add model exceptions and error handlingRob van der Linde3-15/+88
2023-06-25netcmd: domain: model stores ldb message for saveRob van der Linde1-3/+9
2023-06-25netcmd: domain: silo member add and remove does not write whole listRob van der Linde2-22/+49
2023-06-25netcmd: domain: remove parse_guid and parse_text as they are no longer usedRob van der Linde1-15/+1
2023-06-25netcmd: domain: claims: base class is no longer requiredRob van der Linde3-70/+34
2023-06-25netcmd: domain: claims: move claim value type lookup by attribute to modelRob van der Linde2-34/+41
2023-06-25netcmd: domain: claims: make use of AttributeSchema and ClassSchema modelsRob van der Linde2-44/+10
2023-06-25netcmd: domain: add models for ClassSchema and AttributeSchemaRob van der Linde2-0/+125
2023-06-25netcmd: auth silos: remove base classRob van der Linde4-107/+72
2023-06-25netcmd: move get_policy method from base class to the modelRob van der Linde3-23/+71
2023-06-25netcmd: move method print_json to command base classRob van der Linde3-24/+11
2023-06-25netcmd: fix import sort/grouping as per python standardRob van der Linde1-4/+5
2023-06-25netcmd: move ldb_connect method to base classRob van der Linde3-18/+9
2023-06-25netcmd: PEP257 fix incorrect docstring quotesRob van der Linde1-1/+1
2023-06-25netcmd: domain: claims: use consistent naming for optionsRob van der Linde2-32/+29
2023-06-25netcmd: domain: claim commands use the model layerRob van der Linde3-239/+93
2023-06-25netcmd: domain: fix claims constant name was wrong should be claim type CNRob van der Linde1-3/+3
2023-06-25netcmd: domain: add authentication silo commandsRob van der Linde6-0/+1077
2023-06-25netcmd: add domain models and basic model layerRob van der Linde9-0/+1167
2023-06-25netcmd: add custom json encoder for object type fieldsRob van der Linde1-0/+49
2023-06-25netcmd: add optparse validators and Range validatorRob van der Linde2-0/+105
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider14-30/+31
2023-06-21samba-tool/ntacl: implement set --recursiveStefan Metzmacher1-1/+16
2023-06-21samba-tool/ntacl: add set --verbose and print out the file/directory nameStefan Metzmacher1-13/+27
2023-06-21samba-tool/ntacl: don't announce -q,--quiet in --help as it's not used at allStefan Metzmacher1-1/+2
2023-06-21samba-tool/ntacl: let changedomsid ignore symlinksStefan Metzmacher1-13/+24
2023-06-21samba-tool: print default (domain) for --dns-directory-partition option in he...Björn Baumbach1-1/+1
2023-06-21samba-tool: let 'domain level raise' call check_and_update_fl() in a transactionStefan Metzmacher1-2/+22
2023-06-21samba-tool: move some parts of 'domain level [show|raise]' in to subfunctionsStefan Metzmacher1-4/+17
2023-06-21samba-tool: move some parts of 'domain level [show|raise]' in to try/exceptStefan Metzmacher1-47/+50
2023-06-21samba-tool: let 'domain level raise --domain-level' use the correct crossRef dnStefan Metzmacher1-3/+8
2023-06-21samba-tool: check for invalid 'domain level' subcommands firstStefan Metzmacher1-2/+3
2023-06-21samba-tool: Fix missing import for "domain level raise --forest-level=2016"Andrew Bartlett1-1/+1