summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2025-08-27setup:adprep: Import the latest {Domain-Wide,Forest-Wide,Read-Only-Domain-Con...Jennifer Sutton1-3/+3
2025-08-27python:samba: Raise an exception if we can’t parse a Markdown operationJennifer Sutton1-4/+5
2025-08-27schema: Add Validated-Write-Computer Extended Right from Windows Server 2016Jennifer Sutton1-3/+8
2025-08-27tests/krb5: Remove redundant lineJennifer Sutton1-2/+0
2025-08-26python:tarfile: notes about extraction_filterDouglas Bagnall1-1/+16
2025-08-26pytest: safe_tarfile: accept NotADirectoryError as bad path rejectionDouglas Bagnall1-1/+2
2025-08-25auth:creds: Make sure to uppercase the realm of a principalAndreas Schneider1-2/+2
2025-08-20pytest:samba-tool group: remove unused importsDouglas Bagnall1-5/+0
2025-08-20pytest: run user_keytrust tests as computer keytrust testsDouglas Bagnall1-0/+16
2025-08-20pytest: adapt user_keytrust tests to be objectclass agnosticDouglas Bagnall1-89/+95
2025-08-20samba-tool: copy user_keytrust to computer keytrustDouglas Bagnall2-0/+226
2025-08-20samba-tool computer: remove unused importsDouglas Bagnall1-4/+1
2025-08-20samba-tool: add user keytrust commandDouglas Bagnall3-0/+585
2025-08-20samba-tool: Command.message() can print multiple linesDouglas Bagnall1-2/+3
2025-08-20py:key_credential_link: filter_kcl_list helper for samba-toolDouglas Bagnall1-0/+27
2025-08-20py:key_credential_list: add kcl_in_list functionDouglas Bagnall1-0/+13
2025-08-20py:key_credential_links: allow encoding=='auto'Douglas Bagnall1-1/+4
2025-08-20samba-tool: add verbose flag to @exception_to_command_errorDouglas Bagnall1-1/+19
2025-08-20py:tests: test key_credential_link moduleDouglas Bagnall1-0/+307
2025-08-20python:key_credential_link: add descriptive methodsDouglas Bagnall1-2/+124
2025-08-20python:models: do not re-use mutable defaultsDouglas Bagnall1-1/+1
2025-08-20samba-tool: add decorator to catch exception typesDouglas Bagnall1-0/+18
2025-08-15CI: add Python test samba.tests.dcerpc.dfs.DfsTests.test_dfs_reparse_tagRalph Boehme1-0/+48
2025-08-15python/tests: also populate self.server in calls LibsmbTests setup()Ralph Boehme1-0/+1
2025-08-13python:key_credential_link: old python compatibilityDouglas Bagnall1-1/+1
2025-08-13python:models: add key credential link DN to domain fieldsDouglas Bagnall2-0/+45
2025-08-08python:ndr: improve type annotation and docs for pack/unpackDouglas Bagnall1-6/+10
2025-08-07python:samdb: remove dsdb_Dn aliasDouglas Bagnall1-5/+0
2025-08-07py:samdb: add get_linearized to dsdb_dnDouglas Bagnall2-1/+6
2025-08-07py:samdb: drop unused methods (get_binary_integer, get_bytes)Douglas Bagnall1-9/+1
2025-08-07pytest: add key_credential_link_Dn testsDouglas Bagnall1-0/+83
2025-08-07python: add helpers to construct KeyCredentialLinkDn objectsDouglas Bagnall1-1/+161
2025-08-07python: add KeyCredentialLinkDn BinaryDn subtypeDouglas Bagnall1-0/+56
2025-08-07samba_kcc: log when msDS-HasInstantiatedNCs is not BinaryDnDouglas Bagnall1-3/+10
2025-08-07samba_kcc: use dsdb_dn_guess()Douglas Bagnall2-12/+12
2025-08-07dbcheck: make deleted_objects check case-insensitiveDouglas Bagnall1-3/+4
2025-08-07dbcheck: use new dsdb_dn typesDouglas Bagnall1-11/+12
2025-08-07pytest:krb5_base: use BinaryDn not dsdb_dnDouglas Bagnall1-4/+2
2025-08-07pytest:dsdb_dn: expand and rework testsDouglas Bagnall1-29/+77
2025-08-07pytest:dsdb_dn: fix binary testDouglas Bagnall1-1/+1
2025-08-07python:samdb: replace dsdb_Dn with stricter typesDouglas Bagnall2-44/+199
2025-08-07py/common: add cmp_with_nones() helper functionDouglas Bagnall2-1/+32
2025-08-07py:common: normalise_int32 checks bit sizeDouglas Bagnall1-1/+4
2025-08-07pytests: test normalise_int32 against out-of-range numbersDouglas Bagnall1-0/+3
2025-08-07pytests: move dsdb_dn tests out of commonDouglas Bagnall2-36/+59
2025-08-05auth:creds: Make sure when parsing username that realm is uppercaseAndreas Schneider1-2/+2
2025-07-31librpc:bcrypt_rsakey_blob: exponent and modulus lengths can't be zeroDouglas Bagnall1-28/+23
2025-07-29librpc: keycredlink support X509 public keysGary Lockyer1-0/+232
2025-07-29librpc/idl: Add idl for tpm20_rsakey_blobGary Lockyer1-0/+130
2025-07-29librpc/idl: Add idl for BCRYPT_RSAKEY_BLOBGary Lockyer1-0/+221