s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / python /
17 hours ago Rob van der Lindeselftest: add test for User.get_primary_group method
17 hours ago Rob van der Lindepython: models: add get_primary_group method to User...
17 hours ago Rob van der Lindepython: models: rename argument ldb to samdb
17 hours ago Stefan Metzmachertests/ntacls: unblock failing gitlab pipelines because...
2 days ago Douglas Bagnallpytest: sid_strings: Samba DN object refuses sub-auth...
2 days ago Douglas Bagnallpytest: sid_strings: adjust to match Windows 2016
2 days ago Douglas Bagnallpytest: sid_strings: Windows does allow lowercase s...
2 days ago Douglas Bagnallpytest: sid_strings: use more reliable well known SID
3 days ago Volker Lendecketests: Test FSCTL_DELETE_REPARSE_POINT
3 days ago Volker Lendecketests: Expected failures in reparse point tests should...
3 days ago Volker Lendecketests: Clean up behind ourselves in test_create_reparse
3 days ago Volker Lendecketests: Codify IO_REPARSE_TAG_MISMATCH behaviour
3 days ago Volker Lendecketests: Clarify a reparse point test
3 days ago Volker Lendeckeselftest: Default to "tmp" share in reparsepoints.py
11 days ago yuzu367python/samba/tests/blackbox: Add tests for Inherit...
2024-04-24 Jo Suttonpython:tests: Store keys as bytes rather than as lists...
2024-04-24 Jo Suttonpython:tests: Rewrite condition of while loop
2024-04-24 Jo Suttonpython:tests: Store keys as bytes rather than as tuples
2024-04-24 Jo Suttonpython:gkdi: Add helper methods returning previous...
2024-04-24 Jo Suttonpython: Move get_admin_sid() to SamDB
2024-04-24 Jo Suttontests/krb5: Check that updated NT hashes of gMSAs have...
2024-04-23 Stefan Metzmachers4:ldap_server: add support for tls channel bindings
2024-04-23 Stefan Metzmachertests/segfault.py: make sure samdb.connect(url) has...
2024-04-23 Stefan Metzmacherpython/samba/getopt: don't prompt for a password for...
2024-04-21 Jo Suttontests/krb5: Test retrieving a denied gMSA password...
2024-04-21 Jo Suttontests/krb5: Note that lockout tests use password checks
2024-04-21 Jo Suttontests/krb5: Fix malapropism
2024-04-21 Jo Suttonpyglue: Remove unnecessary declaration
2024-04-21 Jo Suttonpython: Reformat code
2024-04-21 Jo Suttontests/krb5: Add tests that gMSA keys are updated in...
2024-04-21 Jo Suttontests/krb5: Import MAX_CLOCK_SKEW more directly
2024-04-21 Jo Suttontests/krb5: Extract method to unpack supplementalCreden...
2024-04-21 Jo Suttontests/krb5: Skip loop iteration if attribute has no...
2024-04-17 Andreas Schneiderpython: Fix NtVer check for site_dn_for_machine()
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...
next