bbaumbach/samba-autobuild/.git
2023-06-01 Björn Baumbachdocs: fix a typo in history file master
2023-06-01 Stefan Metzmachers4:torture/smb2: add smb2.bench.read test
2023-06-01 Stefan Metzmachers4:torture/smb2: add --option="torture:looplimit=150000...
2023-06-01 Stefan Metzmachers4:torture/smb2: move benchmarking tests to bench.c
2023-06-01 Stefan Metzmachersmb2_negprot: add CALLGRIND_START_INSTRUMENTATION after...
2023-06-01 Stefan Metzmacherlib/replace: check for valgrind/callgrind.h
2023-06-01 Stefan Metzmacherlib/util: use RUNNING_ON_VALGRIND to check if valgrind...
2023-06-01 Stefan Metzmachersmb2_server: use MSG_DONTWAIT to get non-blocking send...
2023-06-01 Stefan Metzmachers3:smbd: only do profiling overhead in smbd_tevent_trac...
2023-06-01 Stefan Metzmachersmbprofile: add smbprofile_active() helper
2023-06-01 Stefan Metzmachersmb2_server: optimize SMB2_OP_KEEPALIVE (SMB2 Echo)
2023-05-31 Andrew Bartletts4-rpc_server: Filter via dsdb_dc_functional_level...
2023-05-31 Andrew Bartletts3-libads: Also handle the DS_WEB_SERVICE_REQUIRED...
2023-05-31 Andrew Bartletts4-libads: Confirm newer functional levels in check_cld...
2023-05-31 Andrew Bartlettlibrpc: No longer consider the DS_DIRECTORY_SERVICE_...
2023-05-31 Andrew Bartlettsefltest: Improve getdcname test by confirming the...
2023-05-31 Andrew Bartlettselftest: Fix remaining incorrect references to 2012...
2023-05-31 Andrew Bartlettselftest: Change self.assertTrue(x is not None) ->...
2023-05-29 Andrew Bartlettselftest: Confirm that the flags like DS_DIRECTORY_SERV...
2023-05-29 Andrew Bartlettselftest: Rework samba.tests.getdcname not to use ncalrpc
2023-05-29 Andrew Bartlettselftest: Assert that we have a trust in samba.tests...
2023-05-29 Joseph Suttonlibcli: Don’t call memcpy() with a NULL pointer
2023-05-29 Joseph Suttonpython:tests: Ensure that we don’t overwrite tests
2023-05-29 Joseph Suttonpython:tests: Make script executable
2023-05-29 Joseph Suttonpython:tests: Initialize global variable
2023-05-29 Joseph Suttonpython:tests: Remove unused imports
2023-05-29 Joseph Suttonpython:tests: Exclude Python test directories
2023-05-29 Joseph Suttonpython:tests: Fix f-strings
2023-05-29 Joseph Suttons4:rpc_server/samr: Log correct authentication descript...
2023-05-29 Joseph Suttons4:torture: Consistently use NBT_SERVER_* flags
2023-05-29 Joseph Suttons4:torture: Handle new NBT_SERVER_* flags
2023-05-29 Joseph Suttonnet_ads: Handle new NBT_SERVER_* flags
2023-05-29 Joseph Suttonsamba-tool domain: Handle new NBT_SERVER_* flags
2023-05-29 Joseph Suttonlibrpc/idl: Fix indentation
2023-05-29 Joseph Suttontests/auth_log: Remove debugging code
2023-05-29 Joseph Suttontests/auth_log: Add missing call to tearDownClass()
2023-05-29 Joseph Suttontests/audit_log: Add missing call to tearDown()
2023-05-29 Joseph Suttontests/auth_log: Remove unnecessary check
2023-05-29 Joseph Suttontests/audit_log: Remove unnecessary checks
2023-05-29 Joseph Suttontests/auth_log: Call discardMessages() on class
2023-05-29 Joseph Suttontests/auth_log: Make discardMessages() more reliable
2023-05-29 Joseph Suttontests/auth_log: Expect no messages when changing a...
2023-05-29 Joseph Suttontests/audit_log: Make discardMessages() more reliable
2023-05-29 Joseph Suttontests/auth_log: Correctly get lp_ctx
2023-05-29 Joseph Suttontests/auth_log: Remove unneeded len() call
2023-05-29 Joseph Suttontests/audit_log: Remove unneeded len() call
2023-05-29 Joseph Suttontests/auth_log: Rename ‘self’ parameter to ‘cls’
2023-05-29 Joseph Suttontests/auth_log: Rename ‘self’ parameter to ‘cls’
2023-05-29 Joseph Suttontests/auth_log: Correctly check for GUID
2023-05-29 Joseph Suttontests/audit_log: Correctly check for GUID
2023-05-29 Joseph Suttontests/auth_log: Pre-compile GUID regex
2023-05-29 Joseph Suttontests/krb5: Don’t cache accounts with an assigned polic...
2023-05-29 Joseph Suttontests/krb5: Move TestCaseInTempDir to more appropriate...
2023-05-26 Ralph Boehmevfs_fruit: add fruit:convert_adouble parameter
2023-05-25 Ralph Boehmevfs_fruit: just log failing AppleDouble conversion
2023-05-25 Ralph Boehmelibadouble: allow FILE_SHARE_DELETE in ad_convert_xattr()
2023-05-25 Ralph Boehmevfs_fruit: never return AFP_Resource stream for directories
2023-05-25 Ralph Boehmevfs_fruit: return ENOENT instead of EISDIR when trying...
2023-05-25 Ralph BoehmeCI: add a test for fruit AppleDouble conversion when...
2023-05-24 Ralph Boehmesmbd: also reset struct stat_ex.cached_dos_attributes...
2023-05-24 Ralph Boehmesmbd: zero intialize SMB_STRUCT_STAT in vfswrap_readdir()
2023-05-24 Ralph BoehmeCI: add a test that checks the dosmode of symlinks
2023-05-24 Andrew Bartlettlibrpc/idl: Alias the DS_ constants in netlogon.idl...
2023-05-24 Andrew Bartlettlibrpc/idl: Use nbt_server_type instead of netr_DsR_DcF...
2023-05-24 Andrew Bartlettlibrpc/idl: Merge missing bits into nbt_server_type...
2023-05-24 Joseph Suttons4-dsdb:large_ldap: Call setUpClass() method of base...
2023-05-24 Joseph Suttonpytest: dcerpc/dnsserver: Call setUpClass() method...
2023-05-24 Joseph Suttonpytest: dcerpc/dnsserver: Remove unused import
2023-05-24 Joseph Suttonpyldb: Fix leak
2023-05-24 Joseph Suttontests/auth_log: Simplify isRemote()
2023-05-24 Joseph Suttontests/auth_log: Rename ‘self’ parameter to ‘cls’
2023-05-24 Joseph Suttontests/auth_log: Call setUpClass() method of base class
2023-05-24 Joseph Suttontests/auth_log: Don’t silently override remoteAddress
2023-05-24 Joseph Suttontests/auth_log_winbind: Expect an empty remote address
2023-05-24 Joseph Suttontests/audit_log: Pre-compile GUID regex
2023-05-24 Joseph Suttons4:kdc: Move parameter comments adjacent to parameters
2023-05-24 Joseph Suttonaudit_tests: Check return value of json_new_array()
2023-05-24 Joseph Suttons3:utils: Check return value of json_new_object()
2023-05-24 Joseph Suttonlib:audit_logging:tests: Check return value of json_new...
2023-05-24 Joseph Suttonlib:audit_logging: Check return value of json_new_object()
2023-05-24 Joseph Suttons4:kdc: Use talloc_steal() rather than talloc_reference()
2023-05-24 Joseph Suttons4:kdc: Make parameters const
2023-05-24 Joseph Suttons4:kdc: Make functions static
2023-05-24 Joseph Suttons4:auth: Allocate user_info_dc->sids on correct talloc...
2023-05-24 Joseph Suttons4:kdc: Allocate user_info_dc->sids on correct talloc...
2023-05-24 Joseph Suttonselftest: Report better error message if environment...
2023-05-24 Joseph Suttons4/messaging/py: Fix typo
2023-05-24 Joseph Suttons4/messaging/py: Fix leaks
2023-05-24 Joseph Suttons4/messaging/py: Fix leak of p_server_id
2023-05-24 Joseph Suttons4/messaging/py: Check py_return_ndr_struct() return...
2023-05-24 Joseph Suttons4/messaging/py: Fix callback return value leak
2023-05-24 Joseph Suttons4/messaging/py: Fix leak
2023-05-24 Joseph Suttons4/messaging/py: Fix leaks
2023-05-24 Joseph Suttons4/messaging: Return the number of previously-registere...
2023-05-24 Joseph Suttons4/messaging/py: Fix typo
2023-05-24 Joseph Suttons4/messaging/py: Add more helpful error message for...
2023-05-24 Joseph Suttons4/messaging/py: Document lp_ctx parameter of messaging...
2023-05-24 Joseph Suttons4/messaging/py: Remove incorrect function names in...
2023-05-24 Joseph Suttonpyglue: Raise an exception on error
2023-05-24 Joseph Suttonpyglue: Check generate_random_str() return value
next