summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
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-01pytests: samba-tool domain kds root_keyDouglas Bagnall1-0/+717
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-01provision: add a default root keyDouglas Bagnall1-0/+4
2024-03-01pytest:dsdb: check that there is a gkdi root keyDouglas Bagnall1-0/+59
2024-03-01pytest:gkdi: shift create_root_key into a functionDouglas Bagnall1-130/+161
2024-03-01pytest:samba-tool: add a flag to print more in runcmdDouglas Bagnall1-3/+19
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-01python:samdb: wrapper for _dsdb_create_gkdi_root_key()Douglas Bagnall1-0/+6
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-03-01selftest: Ignore msKds-DomainID in ldapcmp_restoredc.sh and samba.tests.domai...Andrew Bartlett1-1/+1
2024-02-29samba-tool user getpassword: Clarify success wordingAndrew Bartlett5-5/+5
2024-02-29python/nt_time: have a go at using 1_000_000 number separators.Douglas Bagnall1-1/+1
2024-02-29python:nt_time: add a nt_now() functionDouglas Bagnall1-0/+5
2024-02-29python:nt_time: add string_from_nt_timeDouglas Bagnall1-0/+13
2024-02-29py:nt_time: add nt_time_from_string()Douglas Bagnall1-0/+44
2024-02-29pytest:audit_log_base: use string_is_guid()Douglas Bagnall1-8/+3
2024-02-29pytest:auth_log_base: use string_is_guid()Douglas Bagnall1-8/+3
2024-02-29pylibs: add string_is_guid() helper.Douglas Bagnall1-0/+32