summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2024-02-29samba-tool: instances remember whether --json was requestedDouglas Bagnall1-0/+8
2024-02-29samba-tool: add self.print_json_status() helperDouglas Bagnall1-0/+44
2024-02-29samba-tool: avoid mutable Command class valuesDouglas Bagnall1-2/+2
2024-02-29samba-tool domain level: avoid using assertDouglas Bagnall1-4/+8
2024-02-29samba-tool domain claim: use secrets module for tokenDouglas Bagnall1-4/+2
2024-02-29samba-tool user getpassword: Also return the time a GMSA password is valid untilAndrew Bartlett1-7/+17
2024-02-29samba-tool: Allow ;format=UnixTime etc to operate on virtual attributesAndrew Bartlett1-1/+5
2024-02-29samba-tool user getpassword: Do not show preview of gMSA passwordAndrew Bartlett1-2/+18
2024-02-16samba-tool: Display friendlier error message if no password is availableJo Sutton1-16/+8
2024-02-16netcmd: models: add GroupManagedServiceAccount modelRob van der Linde3-6/+99
2024-02-16netcmd: models: add missing fields to User modelRob van der Linde3-4/+71
2024-02-16netcmd: models: add missing enum fields to Group modelRob van der Linde3-2/+21
2024-02-16netcmd: models: make Group.system_flags a flags based EnumFieldRob van der Linde3-10/+39
2024-02-16netcmd: models: add Computer model subclass of UserRob van der Linde2-0/+44
2024-02-16netcmd: models: stop using LookupError exception and change it to NotFoundRob van der Linde5-16/+17
2024-02-16netcmd: models: rename DoesNotExist exception to NotFoundRob van der Linde3-8/+8
2024-02-16netcmd: models: SDDLField move line down where it gets usedRob van der Linde1-1/+2
2024-02-16netcmd: models: SDDLField parses to object instead of stringRob van der Linde1-16/+13
2024-02-16netcmd: delegation: don't use assert but raise CommandErrorRob van der Linde1-7/+14
2024-02-16netcmd: delegation: initial value not required because of raise belowRob van der Linde1-1/+0
2024-02-16netcmd: delegation: move line down where it gets usedRob van der Linde1-1/+1
2024-02-16netcmd: delegation: pep8 fix blank linesRob van der Linde1-1/+0
2024-02-16netcmd: bugfix: json encoder failed to call super methodRob van der Linde1-1/+1
2024-02-16netcmd: json encoder supports security descriptor objectsRob van der Linde1-0/+4
2024-02-16netcmd: support hyphens in top-level commands and convert to underscoreRob van der Linde1-2/+3
2024-02-08netcmd: models: mark some hidden fields on the base Model as readonlyRob van der Linde1-5/+5
2024-02-08netcmd: models: add new NtTimeField model fieldRob van der Linde1-0/+26
2024-02-08netcmd: models: model field DateTimeField returns datetime in UTCRob van der Linde1-4/+5
2024-02-08netcmd: models: move enum import to correct placeRob van der Linde1-2/+1
2024-02-08netcmd: models: fix build_expression on SIDField handles security.dom_sidRob van der Linde1-0/+5
2024-02-08netcmd: models: fix build_expression did not work with EnumFieldRob van der Linde1-0/+4
2024-02-08netcmd: models: fix BooleanField filtering didn't work on FALSE valueRob van der Linde1-0/+8
2024-02-08netcmd: models: move expression code to Field classRob van der Linde2-3/+7
2024-02-08netcmd: models: add AccountType enum to User modelRob van der Linde1-1/+3
2024-02-08netcmd: models: add AccountType IntFlag fieldRob van der Linde2-0/+42
2024-02-08netcmd: models: EnumField now also supports IntFlagRob van der Linde1-2/+2
2024-02-08netcmd: models: check for None in build_expression insteadRob van der Linde1-1/+1
2024-02-08netcmd: models: change import style to use bracketsRob van der Linde1-6/+7
2024-02-08netcmd: models: enums and constants also brought forwardRob van der Linde2-5/+6
2024-02-08netcmd: models: fix docstring was missing paramRob van der Linde1-1/+1
2023-12-21python/netcmd: Improve documentation for "samba-tool user getpassword"Andrew Bartlett1-1/+1
2023-12-21python/netcmd: Add "samba-tool user get-kerberos-ticket" to get a ticket for ...Andrew Bartlett4-3/+153
2023-12-21samba-tool: document that -H can be used with gMSA accountsRob van der Linde1-2/+9
2023-12-21samba-tool: fix some grammar in getpassword docstringsRob van der Linde1-5/+5
2023-12-21samba-tool: Make samba-tool user getpassword support a ';previous=1' optionAndrew Bartlett1-11/+32
2023-12-21samba-tool user getpassword: Prepare to support a ;previous=1 option, change ...Andrew Bartlett1-1/+1
2023-12-21samba-tool: Add support for getting the generated unicodePwd for a gMSA accountAndrew Bartlett1-0/+10
2023-12-21netcmd: user: samba-tool support to allow non-windows use of GMSA accounts (s...Rob van der Linde1-3/+13
2023-12-21samba-tool user getpassword: Use UTF16_MUNGED charcnv to map "UTF16" to UTF8Andrew Bartlett2-10/+11
2023-12-21samba-tool: Prepare to allow samba-tool user getpasswords to operate against ...Andrew Bartlett3-29/+32