summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2024-01-22gpo: Decode base64 root cert before importingGabriel Nagy1-2/+3
2024-01-22gpo: Test certificate policy without NDESGabriel Nagy1-6/+120
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton6-24/+9
2024-01-10python:gp: Print a nice message if cepces-submit can't be foundAndreas Schneider1-11/+13
2023-12-22tests/krb5: Raise an error if root key data is the wrong lengthJoseph Sutton1-0/+7
2023-12-22tests/krb5: Test that root key data is the correct length in bytesJoseph Sutton2-6/+25
2023-12-22tests/krb5: Create root key just for implicit root key testsJoseph Sutton1-22/+22
2023-12-22tests/krb5: Check properties of current GKDI keyJoseph Sutton1-1/+5
2023-12-21tests/krb5: Add Python implementation and tests for Group Key Distribution Se...Joseph Sutton3-0/+1757
2023-12-21python: Add NT Time utility functionsJoseph Sutton1-0/+60
2023-12-21pyglue: Export some GKDI constantsJoseph Sutton2-0/+38
2023-12-21pyglue: Export some more HRESULT constantsJoseph Sutton2-0/+9
2023-12-21pyglue: Fix code spellingJoseph Sutton1-1/+1
2023-12-21python:tests: Catch strings passed to utf16_encoded_len() with embedded nullsJoseph Sutton1-0/+3
2023-12-21gkdi.idl: Add ‘additional_info’ field to KeyEnvelope structureJoseph Sutton1-2/+4
2023-12-21tests/krb5: Remove redundant definitionsJoseph Sutton3-32/+5
2023-12-21pyglue: Remove unnecessary uses of discard_const_p()Joseph Sutton1-14/+14
2023-12-21python:tests: Don’t needlessly create single‐element tupleJoseph Sutton1-1/+1
2023-12-21python:tests: Rename parameter to be consistent with overridden methodJoseph Sutton1-2/+2
2023-12-21python:tests: Raise exception of more specific type NotImplementedErrorJoseph Sutton1-1/+1
2023-12-21python:tests: Use ‘False’ in boolean expression rather than ‘None’Joseph Sutton1-1/+1
2023-12-21selftest: Add tests for "samba-tool user get-kerberos-ticket"Andrew Bartlett1-0/+195
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-21python: tests: blackbox test for GMSARob van der Linde1-0/+171
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-21selftest: Modify expected output of 'samba-tool user getpassword' to be more ...Andrew Bartlett2-48/+50
2023-12-21selftest: fix failing user setpassword testRob van der Linde1-2/+2
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
2023-12-21netcmd: models: add object sid field to User modelRob van der Linde1-1/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde5-16/+6
2023-12-21selftest: Avoid assertTrue() and assertFalse() where a better test existsAndrew Bartlett1-39/+39
2023-12-21selftest: require named parameters for callers of connect_samdb() and connect...Rob van der Linde1-4/+5
2023-12-21selftest: add get_env_credentials()Rob van der Linde1-0/+19
2023-12-21selftest: make get_loadparm a classmethodRob van der Linde1-1/+2
2023-12-21selftest: make _get_attribute use parse_ldifRob van der Linde1-7/+4
2023-12-21selftest: make _get_attribute a method on base classRob van der Linde4-88/+82
2023-12-21selftest: pep8: fix incorrect number of blank linesRob van der Linde2-0/+2
2023-12-21selftest: remove unused imports from virtualCryptSHA testsRob van der Linde2-11/+0
2023-12-21selftest: function _get_attribute() was in two placesRob van der Linde1-13/+1
2023-12-15netcmd: add shell commandRob van der Linde2-0/+75
2023-12-15python: use python3 style super statementsRob van der Linde12-68/+60
2023-12-15netcmd: getpassword: get rid of pointless overridden constructorsRob van der Linde2-4/+0
2023-12-15python: pep257: docstring should use double quotesRob van der Linde17-251/+251