lib: Give lib/util/util_file.c its own header file
[samba.git] / python /
2024-04-16 Jo Suttonpython:tests: Catch failures to authenticate with gMSA...
2024-04-16 Jo Suttontests/krb5: Add tests for gMSAs
2024-04-16 Jo Suttonpython:nt_time: Add NT_TIME_MAX constant
2024-04-16 Jo Suttonpython:gkdi: Reformat code with ‘ruff’
2024-04-16 Jo Suttonpython:gkdi: Add Gkdi.from_key_envelope() method
2024-04-16 Jo Suttonpython:gkdi: Add notes on GKDI time periods
2024-04-16 Jo Suttontests/gkdi: Change ‘current_gkid’ parameter to ‘current...
2024-04-16 Jo Suttontests/gkdi: Remove implicit clock skew offset
2024-04-16 Jo Suttontests/gkdi: Allow current time to be overridden
2024-04-16 Jo Suttontests/krb5: Make use of ‘expect_edata’ parameter
2024-04-16 Jo Suttontests/krb5: Remove unused variable
2024-04-16 Jo Suttontests/krb5: Fix code spelling
2024-04-16 Jo Suttontests/krb5: Remove unused import
2024-04-16 Jo Suttonpython:tests: Fix typo
2024-04-16 Jo Suttonpython:tests: Reformat code
2024-04-16 Jo Suttonpython:tests: Fix set declaration
2024-04-16 Jo Suttonpython:tests: Replace deprecated method assertRaisesReg...
2024-04-16 Andrew Bartlettselftest: Move some KDS root key tests around to prepar...
2024-04-10 Andrew Bartlettldb: Add more segfault tests DN handling
2024-04-10 Douglas Bagnallpython:upgrade/upgradeprovision: use dn.copy to align...
2024-04-10 Douglas Bagnallpytest:segfault: some more ldb crashes
2024-04-10 Andrew Bartlettsamba-tool domain backup: Use new ldb.disconnect()...
2024-04-10 Andrew Bartlettselftest: Add tests that demonstrate the issues with...
2024-04-10 Douglas Bagnallpytest:krb5/lockout: associate user DN with the ldb...
2024-04-09 Andrew Bartlettauth/credentials: Read managed_password.passwords.query...
2024-04-09 Andrew Bartlettpython/samba/tests: Fix gMSA blackbox test to expect...
2024-04-09 Andreas Schneiderpython: Use OpenPolicyFallback() in trust.py
2024-04-09 Andreas Schneiderpython: Implement CreateTrustedDomainFallback()
2024-04-09 Andreas Schneiderpython: Add aead_aes_256_cbc_hmac_sha512()
2024-04-09 Andreas Schneiderpython: Use secrets.token_bytes instead of random
2024-04-09 Andreas Schneiderpython: Set parameter types for CreateTrustedDomainRelax()
2024-04-09 Andreas Schneiderpython:tests: Clean lsa_utils.py code according to...
2024-04-09 Andreas Schneiderpython:tests: Rename createtrustrelax.py to lsa_utils.py
2024-04-09 Andreas Schneiderpython: Implement OpenPolicyFallback()
2024-04-09 Andreas Schneiderpython:samba: Rename trust_utils.py to lsa_utils.py
2024-04-08 Rob van der Lindenetcmd: fix broken shell command missing Model
2024-04-08 Rob van der Lindepython: lint: fix pylint R1720 unnecessary "raise"...
2024-04-08 Rob van der Lindepython: lint: remove unused imports in claims and gmsa...
2024-04-08 Rob van der Lindepython: tests: type check should always use "is" or...
2024-04-08 Rob van der Lindepython: tests: fix closing quote in docstring example
2024-04-08 Noel Powerselftest: Add new test for testing non-chunk transfer...
2024-04-08 Noel Powerselftest: fix potential reference before assigned error
2024-04-08 Andreas Schneiderpython:tests: Improve keytab comparison of dckeytab
2024-03-28 Andrew Bartlettpython/samba/tests/krb5: Extend PKINIT tests to cover...
2024-03-28 Andrew Bartlettpython/tests/krb5: Prepare to allow tests that use...
2024-03-28 Andrew Bartlettpython/tests/krb5: Allow getting a TGT in pkinit tests
2024-03-28 Andrew Bartlettpython/tests/krb5: Prepare for PKINIT tests with UF_SMA...
2024-03-28 Jo Suttontests/krb5: Fix PK-INIT test framework to allow expired...
2024-03-28 Andrew Bartlettpython/samba/krb5: Allow client address (caddr) to...
2024-03-28 Rob van der Lindenetcmd: auth policy: remove old service-allowed-to...
2024-03-28 Rob van der Lindenetcmd: auth policy: add service-allowed-to-authenticat...
2024-03-28 Rob van der Lindenetcmd: auth policy: remove old user-allowed-to-authent...
2024-03-28 Rob van der Lindenetcmd: auth policy: add user-allowed-to-authenticate...
2024-03-28 Rob van der Lindenetcmd: auth policy: remove old service-allowed-to...
2024-03-28 Rob van der Lindenetcmd: auth policy: add service-allowed-to-authenticat...
2024-03-28 Rob van der Lindenetcmd: auth policy: remove old user-allowed-to-authent...
2024-03-28 Rob van der Lindenetcmd: auth policy: add user-allowed-to-authenticate...
2024-03-28 Rob van der Lindenetcmd: auth policy: remove old computer-allowed-to...
2024-03-28 Rob van der Lindenetcmd: auth policy: add computer-allowed-to-authentica...
2024-03-28 Rob van der Lindenetcmd: auth policy: extract policy base commands into...
2024-03-28 Rob van der Lindenetcmd: auth policy: turn policy.py into module
2024-03-28 Rob van der Lindenetcmd: auth silo: extract silo base commands into...
2024-03-28 Rob van der Lindenetcmd: auth silo: move silo_member.py into silo module
2024-03-28 Rob van der Lindenetcmd: auth silo: turn silo.py into module
2024-03-28 Rob van der Lindenetcmd: gmsa: improve descriptions of --dns-host-name...
2024-03-28 Rob van der Lindepython: domain: models: add OrganizationalUnit containe...
2024-03-28 Rob van der Lindepython: domain: models: move OrganizationalPerson to...
2024-03-28 Rob van der Lindepython: domain: models: move MODELS to registry.py...
2024-03-28 Rob van der Lindepython: domain: models: MODELS lookup does need to...
2024-03-28 Rob van der Lindepython: domain: models: add children method to return...
2024-03-28 Rob van der Lindepython: tests: write a test for the Model.as_dict method
2024-03-28 Rob van der Lindepython: tests: computer model tests should clean up
2024-03-28 Rob van der Lindepython: domain: models: as_dict() should also exclude...
2024-03-28 Andrew Bartlettdsdb: Add API tests for new_gkdi_root_key()
2024-03-27 Noel Powerlibcli/http: Handle http chunked transfer encoding
2024-03-27 Noel Powertests: add test for chunked encoding with http cli...
2024-03-27 Noel Powerselftest: Add basic content-lenght http tests
2024-03-21 Jo Suttontests/krb5: Add tests for AllowedToAuthenticateTo with...
2024-03-21 Jo Suttontests/krb5: Allow specifying SamDB to use when creating...
2024-03-21 Jo Suttonpython:tests: Do not have current_time() and current_nt...
2024-03-21 Jo Suttonpython: Correct time conversion function name
2024-03-21 Jo Suttonpython: Type ‘format’ parameter as optional
2024-03-21 Jo Suttonpython: Correctly qualify strptime()
2024-03-21 Jo Suttonpython:tests: Fix code spelling
2024-03-21 Jo Suttonpython:tests: Simplify expression
2024-03-21 Jo Suttonpython:tests: Use Managed Service Accounts well‐known...
2024-03-20 Douglas Bagnallpytest:segfault: do not assume PLEASE_NO_GDB_BACKTRACE...
2024-03-20 Douglas Bagnallpytest:segfault: prevent @no_gdb_backtrace smearing...
2024-03-20 Douglas Bagnallpy:samdb: make SamDB.__str__ show the URL and ID
2024-03-20 Rob van der Lindetests: gmsa blackbox tests
2024-03-20 Rob van der Lindetests: models: test additional Computer constructor...
2024-03-20 Rob van der Lindetests: models: fix username should be account_name
2024-03-20 Rob van der Lindetests: user: create gmsa with models
2024-03-20 Rob van der Lindetests: user: fix PEP8 spacing around operator
2024-03-20 Rob van der Lindetests: user: gmsa dNSHostName is a required field
2024-03-20 Rob van der Lindetests: samdb: Make use of the domain_sid property
2024-03-20 Rob van der Lindepython: fix json encoder should handle Exception
2024-03-20 Rob van der Lindepython: models: add Container model
2024-03-20 Rob van der Lindepython: models: add kwargs to __json__ and as_dict...
2024-03-20 Rob van der Lindepython: pep8: fix import sorting after move
next