summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2024-03-01netcmd: models: Add optional base_dn argument to Model.query methodRob van der Linde1-2/+4
2024-03-01netcmd: models: Add Person and OrganizationalPersonRob van der Linde3-5/+44
2024-03-01netcmd: models: Add a repr method to Query for help in the shellRob van der Linde1-0/+4
2024-03-01netcmd: models: Rename method to Query._from_message for consistencyRob van der Linde1-6/+6
2024-03-01netcmd: models: Model.from_message should be internalRob van der Linde2-4/+4
2024-03-01netcmd: silos: silo and auth policy commands use Query class betterRob van der Linde4-24/+18
2024-03-01netcmd: silos: silo and auth policy commands use printRob van der Linde4-16/+15
2024-03-01netcmd: models: move remove trustee code to the GMSA modelRob van der Linde2-6/+13
2024-03-01netcmd: models: move add trustee code to the GMSA modelRob van der Linde2-12/+20
2024-03-01netcmd: gmsa: cli commands for managing group msa membershipRob van der Linde2-0/+233
2024-03-01netcmd: gmsa: base cli commands for group managed service accountsRob van der Linde3-0/+261
2024-03-01python: models: Computer constructor automatically adds "$" to account nameRob van der Linde1-0/+17
2024-03-01netcmd: properly show command name in show helpRob van der Linde1-1/+1
2024-03-01netcmd: add newline before epilog so there is a space betweenRob van der Linde1-1/+1
2024-03-01netcmd: models: model __json__ method should call as_dict insteadRob van der Linde1-7/+2
2024-03-01netcmd: models: setting kwarg to None should use field defaultRob van der Linde1-2/+6
2024-03-01netcmd: models: Model.query adds optional polymorphic flag for returning spec...Rob van der Linde2-8/+34
2024-03-01netcmd: models: ModelMeta needs to also set fields and meta if class is ModelRob van der Linde1-2/+2
2024-03-01netcmd: models: move object_sid field from User to base ModelRob van der Linde2-4/+3
2024-03-01netcmd: models: bring Model class forward into moduleRob van der Linde1-0/+1
2024-03-01netcmd: models: ModelMeta no longer needs to inherit from ABCMetaRob van der Linde1-2/+1
2024-03-01netcmd: models: Model.get_object_class returns top instead of NoneRob van der Linde1-3/+2
2024-03-01netcmd: models: Query.first and Query.last should use count from instanceRob van der Linde1-2/+2
2024-03-01netcmd: models: set the default for managed password interval on the modelRob van der Linde1-1/+2
2024-03-01netcmd: models: move group msa membership default to constantsRob van der Linde2-1/+5
2024-03-01netcmd: shell: show Models subheadingRob van der Linde1-0/+3
2024-03-01netcmd: models: make MODELS constant keyed by object class insteadRob van der Linde2-3/+4
2024-03-01netcmd: models: move MODELS constant to constants.py to avoid import loopRob van der Linde3-5/+27
2024-03-01netcmd: models: update docstring of Computer.find methodRob van der Linde1-1/+1
2024-03-01netcmd: models: gmsa move find method to Computer modelRob van der Linde2-18/+18
2024-03-01netcmd: models: gmsa GroupManagedServiceAccount inherits from ComputerRob van der Linde1-3/+3
2024-03-01netcmd: models: gmsa move GroupManagedServiceAccount model to gmsa.pyRob van der Linde3-72/+101
2024-03-01netcmd: models: gmsa trustees update docstring and incorrect return typeRob van der Linde1-2/+2
2024-03-01netcmd: models: gmsa trustees property only looks at allowed acesRob van der Linde1-1/+15
2024-03-01netcmd: models: make GroupManagedServiceAccount.trustees a propertyRob van der Linde1-0/+1
2024-03-01netcmd: models: avoid fetching each user in trustees methodRob van der Linde1-14/+3
2024-03-01netcmd: models: Remove unused groups_sddl method from User modelRob van der Linde1-4/+0
2024-03-01netcmd: models: add default SDDL to group_msa_membershipRob van der Linde1-1/+2
2024-03-01samba-tool: add `samba-tool domain kds root_key delete`Douglas Bagnall1-0/+37
2024-03-01samba-tool: add `samba-tool domain kds root_key create`Douglas Bagnall1-0/+55
2024-03-01samba-tool: add `samba-tool domain kds root_key view`Douglas Bagnall1-0/+59
2024-03-01samba-tool: add `samba-tool domain kds root_key list`Douglas Bagnall1-1/+262
2024-03-01samba-tool: don't error if there are no sub-commandsDouglas Bagnall1-1/+1
2024-03-01samba-tool user delete: use account type constantDouglas Bagnall1-2/+3
2024-03-01samba-tool domain: add LDB Result to json encodersDouglas Bagnall1-2/+4
2024-03-01samba-tool domain kds root_keyDouglas Bagnall1-0/+28
2024-03-01samba-tool domain kds: add root key sub-commandDouglas Bagnall1-1/+3
2024-03-01samba-tool domain: add kds sub-branchDouglas Bagnall2-0/+31
2024-02-29samba-tool user getpassword: Clarify success wordingAndrew Bartlett1-1/+1
2024-02-29samba-tool: with --json, error messages are in JSONDouglas Bagnall1-0/+13