VERSION: Disable GIT_SNAPSHOT for the 4.20.1 release.
[samba.git] / python /
9 days ago yuzu367python/samba/tests/blackbox: Add tests for Inherit...
2024-04-11 Noel Powerselftest: Add new test for testing non-chunk transfer...
2024-04-11 Noel Powerselftest: fix potential reference before assigned error
2024-04-11 Noel Powerlibcli/http: Handle http chunked transfer encoding
2024-04-11 Noel Powertests: add test for chunked encoding with http cli...
2024-04-11 Noel Powerselftest: Add basic content-lenght http tests
2024-03-22 Jo Suttontests/krb5: Add tests for AllowedToAuthenticateTo with...
2024-03-01 Andreas Schneiderpython:gp: Implement client site lookup in site_dn_for_...
2024-02-19 Jo Suttonpython: Remove ‘typing.Final’
2024-02-19 Rob van der Lindepython: do not make use of typing.Final for python 3.6
2024-02-05 Andreas Schneiderpython:gp: Fix logging with gp
2024-01-29 Andreas Schneiderpython:gp: Improve working of log messages to avoid...
2024-01-29 Andreas Schneiderpython:gp: Log an error if update fails
2024-01-29 Andreas Schneiderpython:gp: Do not print an error if template already...
2024-01-29 Andreas Schneiderpython:gp: Do not print an error, if CA already exists
2024-01-29 Andreas Schneiderpython:gp: Improve logging for certificate enrollment
2024-01-29 Andreas Schneiderpython:gp: Avoid path check for cepces-submit
2024-01-26 Stefan Metzmacherpython:tests/rpcd_witness_samba_only: add tests for...
2024-01-26 Stefan Metzmacherpython:tests/rpcd_witness_samba_only: add tests for...
2024-01-26 Stefan Metzmacherpython:tests/rpcd_witness_samba_only: add tests for...
2024-01-26 Stefan Metzmacherpython:tests/rpcd_witness_samba_only: add tests for...
2024-01-26 Stefan Metzmacherpython/blackbox: add rpcd_witness_samba_only.py test
2024-01-26 Stefan Metzmacherpython/tests: add TestCase.get_loadparm(s3=True) support
2024-01-23 David Muldergp: Skip site GP list if no site is found
2024-01-22 Gabriel Nagygpo: Do not get templates list on first run
2024-01-22 Gabriel Nagygpo: Decode base64 root cert before importing
2024-01-22 Gabriel Nagygpo: Test certificate policy without NDES
2024-01-15 Joseph Suttonpython: Generate HRESULT definitions automatically
2024-01-10 Andreas Schneiderpython:gp: Print a nice message if cepces-submit can...
2023-12-22 Joseph Suttontests/krb5: Raise an error if root key data is the...
2023-12-22 Joseph Suttontests/krb5: Test that root key data is the correct...
2023-12-22 Joseph Suttontests/krb5: Create root key just for implicit root...
2023-12-22 Joseph Suttontests/krb5: Check properties of current GKDI key
2023-12-21 Joseph Suttontests/krb5: Add Python implementation and tests for...
2023-12-21 Joseph Suttonpython: Add NT Time utility functions
2023-12-21 Joseph Suttonpyglue: Export some GKDI constants
2023-12-21 Joseph Suttonpyglue: Export some more HRESULT constants
2023-12-21 Joseph Suttonpyglue: Fix code spelling
2023-12-21 Joseph Suttonpython:tests: Catch strings passed to utf16_encoded_len...
2023-12-21 Joseph Suttongkdi.idl: Add ‘additional_info’ field to KeyEnvelope...
2023-12-21 Joseph Suttontests/krb5: Remove redundant definitions
2023-12-21 Joseph Suttonpyglue: Remove unnecessary uses of discard_const_p()
2023-12-21 Joseph Suttonpython:tests: Don’t needlessly create single‐element...
2023-12-21 Joseph Suttonpython:tests: Rename parameter to be consistent with...
2023-12-21 Joseph Suttonpython:tests: Raise exception of more specific type...
2023-12-21 Joseph Suttonpython:tests: Use ‘False’ in boolean expression rather...
2023-12-21 Andrew Bartlettselftest: Add tests for "samba-tool user get-kerberos...
2023-12-21 Andrew Bartlettpython/netcmd: Improve documentation for "samba-tool...
2023-12-21 Andrew Bartlettpython/netcmd: Add "samba-tool user get-kerberos-ticket...
2023-12-21 Rob van der Lindepython: tests: blackbox test for GMSA
2023-12-21 Rob van der Lindesamba-tool: document that -H can be used with gMSA...
2023-12-21 Rob van der Lindesamba-tool: fix some grammar in getpassword docstrings
2023-12-21 Andrew Bartlettsamba-tool: Make samba-tool user getpassword support...
2023-12-21 Andrew Bartlettsamba-tool user getpassword: Prepare to support a ...
2023-12-21 Andrew Bartlettselftest: Modify expected output of 'samba-tool user...
2023-12-21 Rob van der Lindeselftest: fix failing user setpassword test
2023-12-21 Andrew Bartlettsamba-tool: Add support for getting the generated unico...
2023-12-21 Rob van der Lindenetcmd: user: samba-tool support to allow non-windows...
2023-12-21 Andrew Bartlettsamba-tool user getpassword: Use UTF16_MUNGED charcnv...
2023-12-21 Andrew Bartlettsamba-tool: Prepare to allow samba-tool user getpasswor...
2023-12-21 Rob van der Lindenetcmd: models: add object sid field to User model
2023-12-21 Rob van der Lindenetcmd: getpassword: print OK message on stderr
2023-12-21 Andrew Bartlettselftest: Avoid assertTrue() and assertFalse() where...
2023-12-21 Rob van der Lindeselftest: require named parameters for callers of conne...
2023-12-21 Rob van der Lindeselftest: add get_env_credentials()
2023-12-21 Rob van der Lindeselftest: make get_loadparm a classmethod
2023-12-21 Rob van der Lindeselftest: make _get_attribute use parse_ldif
2023-12-21 Rob van der Lindeselftest: make _get_attribute a method on base class
2023-12-21 Rob van der Lindeselftest: pep8: fix incorrect number of blank lines
2023-12-21 Rob van der Lindeselftest: remove unused imports from virtualCryptSHA...
2023-12-21 Rob van der Lindeselftest: function _get_attribute() was in two places
2023-12-15 Rob van der Lindenetcmd: add shell command
2023-12-15 Rob van der Lindepython: use python3 style super statements
2023-12-15 Rob van der Lindenetcmd: getpassword: get rid of pointless overridden...
2023-12-15 Rob van der Lindepython: pep257: docstring should use double quotes
2023-12-14 Joseph Suttonpython: Remove references to removed parameters
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘backup’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘serverrole’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘am_rodc’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘am_rodc’
2023-12-14 Joseph Suttonpython: Remove unused parameters ‘backend_store’ and...
2023-12-14 Joseph Suttonpython: Remove unused parameters ‘backend_store’ and...
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘fill’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘keytab_path’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘erase’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘backend_store_size’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘root_gid’
2023-12-14 Joseph Suttonpython: Remove unused parameters ‘maxuid’ and ‘maxgid’
2023-12-14 Joseph Suttonpython: Remove unused parameters ‘maxuid’ and ‘maxgid’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘name’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘netlogon’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘samdb’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘lp’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘message’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘targetdir’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘backend_store’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘lp’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘lp’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘targetdir’
2023-12-14 Joseph Suttonpython: Remove unused parameter ‘targetdir’
next