summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2024-03-28netcmd: auth policy: add service-allowed-to-authenticate-from subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-from-silo and groupRob van der Linde3-114/+31
2024-03-28netcmd: auth policy: add user-allowed-to-authenticate-from subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-to-silo and g...Rob van der Linde2-105/+25
2024-03-28netcmd: auth policy: add service-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+128
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-to-silo and groupRob van der Linde2-105/+25
2024-03-28netcmd: auth policy: add user-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+130
2024-03-28netcmd: auth policy: remove old computer-allowed-to-authenticate-to-silo and ...Rob van der Linde3-109/+30
2024-03-28netcmd: auth policy: add computer-allowed-to-authenticate-to subcommandsRob van der Linde2-0/+130
2024-03-28netcmd: auth policy: extract policy base commands into policy.pyRob van der Linde2-648/+679
2024-03-28netcmd: auth policy: turn policy.py into moduleRob van der Linde1-0/+0
2024-03-28netcmd: auth silo: extract silo base commands into silo.pyRob van der Linde2-363/+393
2024-03-28netcmd: auth silo: move silo_member.py into silo moduleRob van der Linde2-1/+1
2024-03-28netcmd: auth silo: turn silo.py into moduleRob van der Linde1-0/+0
2024-03-28netcmd: gmsa: improve descriptions of --dns-host-name and match docsRob van der Linde1-2/+2
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 Linde2-4/+2
2024-03-28python: domain: models: add children method to return a models direct childrenRob van der Linde1-1/+6
2024-03-28python: tests: write a test for the Model.as_dict methodRob van der Linde1-1/+44
2024-03-28python: tests: computer model tests should clean upRob van der Linde1-0/+6
2024-03-28python: domain: models: as_dict() should also exclude empty list fieldsRob van der Linde1-1/+1
2024-03-28dsdb: Add API tests for new_gkdi_root_key()Andrew Bartlett1-0/+211
2024-03-27libcli/http: Handle http chunked transfer encodingNoel Power1-1/+1
2024-03-27tests: add test for chunked encoding with http cli libraryNoel Power1-0/+116
2024-03-27selftest: Add basic content-lenght http testsNoel Power1-0/+95
2024-03-21tests/krb5: Add tests for AllowedToAuthenticateTo with an AS-REQJo Sutton1-0/+372
2024-03-21tests/krb5: Allow specifying SamDB to use when creating an accountJo Sutton1-3/+9
2024-03-21python:tests: Do not have current_time() and current_nt_time() implicitly inc...Jo Sutton1-12/+21
2024-03-21python: Correct time conversion function nameJo Sutton1-1/+1
2024-03-21python: Type ‘format’ parameter as optionalJo Sutton1-2/+2
2024-03-21python: Correctly qualify strptime()Jo Sutton1-1/+1
2024-03-21python:tests: Fix code spellingJo Sutton1-1/+1
2024-03-21python:tests: Simplify expressionJo Sutton1-2/+2
2024-03-21python:tests: Use Managed Service Accounts well‐known GUIDJo Sutton1-2/+5
2024-03-20pytest:segfault: do not assume PLEASE_NO_GDB_BACKTRACE var is unsetDouglas Bagnall1-2/+6
2024-03-20pytest:segfault: prevent @no_gdb_backtrace smearing on exceptionDouglas Bagnall1-3/+5
2024-03-20py:samdb: make SamDB.__str__ show the URL and IDDouglas Bagnall1-0/+8
2024-03-20tests: gmsa blackbox testsRob van der Linde1-0/+202
2024-03-20tests: models: test additional Computer constructor casesRob van der Linde1-5/+22
2024-03-20tests: models: fix username should be account_nameRob van der Linde1-2/+2
2024-03-20tests: user: create gmsa with modelsRob van der Linde1-35/+17
2024-03-20tests: user: fix PEP8 spacing around operatorRob van der Linde1-2/+2
2024-03-20tests: user: gmsa dNSHostName is a required fieldRob van der Linde1-0/+1
2024-03-20tests: samdb: Make use of the domain_sid propertyRob van der Linde1-1/+1
2024-03-20python: fix json encoder should handle ExceptionRob 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: pep8: fix import sorting after moveRob van der Linde17-67/+57