summaryrefslogtreecommitdiff
path: root/python/samba/domain
AgeCommit message (Expand)AuthorFilesLines
2025-08-20python:models: do not re-use mutable defaultsDouglas Bagnall1-1/+1
2025-08-13python:models: add key credential link DN to domain fieldsDouglas Bagnall2-0/+45
2024-05-10python: models: add get_primary_group method to User modelRob van der Linde1-0/+6
2024-05-10python: models: rename argument ldb to samdbRob van der Linde13-169/+169
2024-03-28python: domain: models: add OrganizationalUnit container modelRob van der Linde2-1/+13
2024-03-28python: domain: models: move OrganizationalPerson to org.pyRob van der Linde4-13/+38
2024-03-28python: domain: models: move MODELS to registry.py because it's not really a ...Rob van der Linde5-7/+28
2024-03-28python: domain: models: MODELS lookup does need to include base Model for she...Rob van der Linde1-4/+1
2024-03-28python: domain: models: add children method to return a models direct childrenRob van der Linde1-1/+6
2024-03-28python: domain: models: as_dict() should also exclude empty list fieldsRob van der Linde1-1/+1
2024-03-20python: models: add Container modelRob van der Linde2-0/+33
2024-03-20python: models: add kwargs to __json__ and as_dict methodsRob van der Linde1-3/+3
2024-03-20python: move models out of the netcmd packageRob van der Linde19-0/+2420
2024-03-20python: create domain module to move models intoRob van der Linde1-0/+21