index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-27
setup:adprep: Import the latest {Domain-Wide,Forest-Wide,Read-Only-Domain-Con...
Jennifer Sutton
1
-3
/
+3
2025-08-27
python:samba: Raise an exception if we can’t parse a Markdown operation
Jennifer Sutton
1
-4
/
+5
2025-08-27
schema: Add Validated-Write-Computer Extended Right from Windows Server 2016
Jennifer Sutton
1
-3
/
+8
2025-08-27
tests/krb5: Remove redundant line
Jennifer Sutton
1
-2
/
+0
2025-08-26
python:tarfile: notes about extraction_filter
Douglas Bagnall
1
-1
/
+16
2025-08-26
pytest: safe_tarfile: accept NotADirectoryError as bad path rejection
Douglas Bagnall
1
-1
/
+2
2025-08-25
auth:creds: Make sure to uppercase the realm of a principal
Andreas Schneider
1
-2
/
+2
2025-08-20
pytest:samba-tool group: remove unused imports
Douglas Bagnall
1
-5
/
+0
2025-08-20
pytest: run user_keytrust tests as computer keytrust tests
Douglas Bagnall
1
-0
/
+16
2025-08-20
pytest: adapt user_keytrust tests to be objectclass agnostic
Douglas Bagnall
1
-89
/
+95
2025-08-20
samba-tool: copy user_keytrust to computer keytrust
Douglas Bagnall
2
-0
/
+226
2025-08-20
samba-tool computer: remove unused imports
Douglas Bagnall
1
-4
/
+1
2025-08-20
samba-tool: add user keytrust command
Douglas Bagnall
3
-0
/
+585
2025-08-20
samba-tool: Command.message() can print multiple lines
Douglas Bagnall
1
-2
/
+3
2025-08-20
py:key_credential_link: filter_kcl_list helper for samba-tool
Douglas Bagnall
1
-0
/
+27
2025-08-20
py:key_credential_list: add kcl_in_list function
Douglas Bagnall
1
-0
/
+13
2025-08-20
py:key_credential_links: allow encoding=='auto'
Douglas Bagnall
1
-1
/
+4
2025-08-20
samba-tool: add verbose flag to @exception_to_command_error
Douglas Bagnall
1
-1
/
+19
2025-08-20
py:tests: test key_credential_link module
Douglas Bagnall
1
-0
/
+307
2025-08-20
python:key_credential_link: add descriptive methods
Douglas Bagnall
1
-2
/
+124
2025-08-20
python:models: do not re-use mutable defaults
Douglas Bagnall
1
-1
/
+1
2025-08-20
samba-tool: add decorator to catch exception types
Douglas Bagnall
1
-0
/
+18
2025-08-15
CI: add Python test samba.tests.dcerpc.dfs.DfsTests.test_dfs_reparse_tag
Ralph Boehme
1
-0
/
+48
2025-08-15
python/tests: also populate self.server in calls LibsmbTests setup()
Ralph Boehme
1
-0
/
+1
2025-08-13
python:key_credential_link: old python compatibility
Douglas Bagnall
1
-1
/
+1
2025-08-13
python:models: add key credential link DN to domain fields
Douglas Bagnall
2
-0
/
+45
2025-08-08
python:ndr: improve type annotation and docs for pack/unpack
Douglas Bagnall
1
-6
/
+10
2025-08-07
python:samdb: remove dsdb_Dn alias
Douglas Bagnall
1
-5
/
+0
2025-08-07
py:samdb: add get_linearized to dsdb_dn
Douglas Bagnall
2
-1
/
+6
2025-08-07
py:samdb: drop unused methods (get_binary_integer, get_bytes)
Douglas Bagnall
1
-9
/
+1
2025-08-07
pytest: add key_credential_link_Dn tests
Douglas Bagnall
1
-0
/
+83
2025-08-07
python: add helpers to construct KeyCredentialLinkDn objects
Douglas Bagnall
1
-1
/
+161
2025-08-07
python: add KeyCredentialLinkDn BinaryDn subtype
Douglas Bagnall
1
-0
/
+56
2025-08-07
samba_kcc: log when msDS-HasInstantiatedNCs is not BinaryDn
Douglas Bagnall
1
-3
/
+10
2025-08-07
samba_kcc: use dsdb_dn_guess()
Douglas Bagnall
2
-12
/
+12
2025-08-07
dbcheck: make deleted_objects check case-insensitive
Douglas Bagnall
1
-3
/
+4
2025-08-07
dbcheck: use new dsdb_dn types
Douglas Bagnall
1
-11
/
+12
2025-08-07
pytest:krb5_base: use BinaryDn not dsdb_dn
Douglas Bagnall
1
-4
/
+2
2025-08-07
pytest:dsdb_dn: expand and rework tests
Douglas Bagnall
1
-29
/
+77
2025-08-07
pytest:dsdb_dn: fix binary test
Douglas Bagnall
1
-1
/
+1
2025-08-07
python:samdb: replace dsdb_Dn with stricter types
Douglas Bagnall
2
-44
/
+199
2025-08-07
py/common: add cmp_with_nones() helper function
Douglas Bagnall
2
-1
/
+32
2025-08-07
py:common: normalise_int32 checks bit size
Douglas Bagnall
1
-1
/
+4
2025-08-07
pytests: test normalise_int32 against out-of-range numbers
Douglas Bagnall
1
-0
/
+3
2025-08-07
pytests: move dsdb_dn tests out of common
Douglas Bagnall
2
-36
/
+59
2025-08-05
auth:creds: Make sure when parsing username that realm is uppercase
Andreas Schneider
1
-2
/
+2
2025-07-31
librpc:bcrypt_rsakey_blob: exponent and modulus lengths can't be zero
Douglas Bagnall
1
-28
/
+23
2025-07-29
librpc: keycredlink support X509 public keys
Gary Lockyer
1
-0
/
+232
2025-07-29
librpc/idl: Add idl for tpm20_rsakey_blob
Gary Lockyer
1
-0
/
+130
2025-07-29
librpc/idl: Add idl for BCRYPT_RSAKEY_BLOB
Gary Lockyer
1
-0
/
+221
[next]