samba.git
2023-03-22 Stefan Metzmachersetup/adprep: import the latest {Domain-Wide,Forest...
2023-03-22 Stefan Metzmachersetup/ad-schema: add the latest v1803 and v1903 schema...
2023-03-22 Stefan Metzmacherpython/samba: adapt ms_schema[_markdown].py to the...
2023-03-22 Stefan Metzmacherpython/samba: adapt ms_forest_updates_markdown.py to...
2023-03-22 Stefan Metzmacherpython/samba: add support for LDB_CHANGETYPE_MODRDN...
2023-03-22 Stefan Metzmacherlib/ldb: add LDB_CHANGETYPE_MODRDN support to ldb_ldif_...
2023-03-22 Stefan Metzmacherpython/samba: add support for LDB_CHANGETYPE_DELETE...
2023-03-22 Stefan Metzmacherlib/ldb: add LDB_CHANGETYPE_DELETE support to ldb_ldif_...
2023-03-22 Stefan Metzmacherpython/samba: let modify_ldif() verify the changetype...
2023-03-22 Stefan Metzmacherlib/ldb: re-order code in ldb_ldif_to_pyobject()
2023-03-22 Stefan Metzmacherlib/ldb: let ldb_ldif_parse_modrdn() handle names witho...
2023-03-22 Stefan Metzmacherdomain_update: make use of self.sd_utils.update_aces_in...
2023-03-22 Stefan Metzmacherdomain_update: remove useless searches to '(objectClass...
2023-03-22 Stefan Metzmacherdomain_update: make use of '"CN"' in sddl instead of...
2023-03-22 Stefan Metzmacherdomain_update: be more verbose about updates
2023-03-22 Stefan Metzmacherforest_update: be more verbose about updates
2023-03-22 Stefan Metzmacherforest_update: make use of self.sd_utils.update_aces_in...
2023-03-22 Stefan Metzmacherforest_update: we don't need any controls to update...
2023-03-22 Stefan Metzmacherforest_update: only update SDDL for schema objects
2023-03-22 Stefan Metzmacherforest_update: ignore ldb.ERR_ATTRIBUTE_OR_VALUE_EXISTS...
2023-03-22 Stefan Metzmacherfunctional_prep: fix error handling in order to stop...
2023-03-22 Stefan Metzmacherschema_upgrade: add support for ntdsschemamodrdn and...
2023-03-22 Stefan Metzmacherpython/tests: use changetype: modify in order to delete...
2023-03-22 Stefan Metzmachers4:dsdb/tests: use changetype: modify in order to delet...
2023-03-22 Stefan Metzmacherblackbox/dbcheck: also run currently unused dbcheck_res...
2023-03-22 Stefan Metzmacherlibcli/security: rewrite calculate_inherited_from_parent()
2023-03-22 Stefan Metzmachers4:dsdb/tests: add more detailed tests to sec_descriptor.py
2023-03-22 Stefan Metzmachers4:dsdb/tests: allow sec_descriptor.py to run against...
2023-03-22 Stefan Metzmachers4:dsdb/tests: convert sec_descriptor.py to use assert...
2023-03-22 Stefan Metzmachers4:dsdb/tests: let AclUndeleteTests.test_undelete(...
2023-03-22 Stefan Metzmachers4:dsdb/tests: let OwnerGroupDescriptorTests() remove...
2023-03-22 Stefan Metzmachers4:dsdb/tests: let OwnerGroupDescriptorTests.test_141...
2023-03-22 Joseph Suttons4:kdc: Fix typo
2023-03-22 Joseph Suttons4:kdc: Split samba_kdc_get_pac_blobs() into smaller...
2023-03-22 Joseph Suttons4:kdc: Rename claims_blob to client_claims_blob
2023-03-22 Joseph Suttons4:kdc: Fix leak
2023-03-22 Joseph Suttons4:kdc: Don't modify cached user_info_dc SIDs
2023-03-22 Joseph Suttons4:kdc: Don't check PAC-OPTIONS claims-supported bit
2023-03-22 Joseph Suttons4:kdc: Have samba_kdc_update_pac() take device parameters
2023-03-22 Joseph Suttons4:kdc: Don't pass a NULL pointer to krb5_pac_add_buffer()
2023-03-22 Joseph Suttonlibcli/security: Correctly handle ACL deletion
2023-03-22 Joseph Suttons4/dsdb/repl_meta_data: Pass NULL into ldb_msg_add_empty
2023-03-22 Joseph Suttonldb: Don't create error string if there is no error
2023-03-22 Stefan Metzmachersamba-tool: rewrite dsacl.py to use the new sd_utils...
2023-03-22 Stefan Metzmacherpython:sd_utils: add dacl_{prepend,append,delete}_aces...
2023-03-22 Stefan Metzmacherpython:sd_utils: introduce update_aces_in_dacl() helper
2023-03-22 Stefan Metzmacherpython/samba/ndr: add ndr_deepcopy() helper
2023-03-22 Stefan Metzmacherpy_security: allow idx argument to descriptor.[s|d...
2023-03-22 Stefan Metzmacherlibcli/security: add security_descriptor_[s|d]acl_inser...
2023-03-22 Stefan Metzmacherlibcli/security: prepare security_descriptor_acl_add...
2023-03-22 Stefan Metzmacherreplace: add ARRAY_INSERT_ELEMENT() helper
2023-03-22 Stefan Metzmacherlib/ldb-samba: let ldif_read_ntSecurityDescriptor(...
2023-03-21 Joseph Suttonlibcli/security: Reorder SDDL access flags table to...
2023-03-20 David Muldergpupdate: Use winbind separator in PAM Access Policies
2023-03-20 David Muldergpupdate: Test that PAM Access uses winbind separator
2023-03-20 Stefan Metzmacherlibcli/security: prepare sddl machine/forest_sid handling
2023-03-20 Stefan Metzmacherlibcli/security: simplify sddl_encode_sid()
2023-03-20 Stefan Metzmacherlibcli/security: simplify rid-based SDDL sid strings
2023-03-20 Stefan Metzmacherlibcli/security: introduce struct sddl_transition_state
2023-03-20 Joseph Suttons4:kdc: Add client claims blob if it is present
2023-03-20 Joseph Suttons4:kdc: Refactor PAC handling
2023-03-20 Joseph Suttons4:kdc: Avoid copying data if not needed
2023-03-20 Joseph Suttons4:kdc: Don't pass a NULL pointer into krb5_pac_add_buf...
2023-03-20 Joseph Suttons4:kdc: Fix typo
2023-03-20 Joseph Suttons4:kdc: Make some parameters const
2023-03-20 Joseph Suttons4:kdc: Comment parameter names
2023-03-20 Joseph Suttons4:kdc: Replace 'is_untrusted' with 'is_trusted'
2023-03-20 Joseph Suttonauth: Clear EXTRA_SIDS flag if no Extra SIDs are present
2023-03-20 Joseph Suttondsdb periodic: DNS: Add missing newlines to debug messages
2023-03-20 Joseph Suttonwinbindd: Show warning message on tc connection errors too
2023-03-20 Joseph Suttonwafsamba: Remove unused configure check
2023-03-20 Joseph Suttonselftest: Clean up socket when finished
2023-03-20 Joseph Suttonselftest: Don't use invalid escape sequences
2023-03-20 Joseph Suttontests/krb5: Test that denied attributes are still issue...
2023-03-20 Joseph Suttontests/krb5: Add functions to fetch the schemaIDGUID...
2023-03-20 Joseph Suttontests/krb5: Check that test parameters are not going...
2023-03-20 Joseph Suttontests/krb5: Test that claims are generated even if...
2023-03-20 Joseph Suttontests/krb5: Test that RODC-issued device groups are...
2023-03-20 Joseph Suttontests/krb5: Test that RODC-issued claims are regenerated
2023-03-20 Joseph Suttontests/krb5: Add tests for RODC-issued armor tickets
2023-03-20 Joseph Suttontests/krb5: Add tests for constrained delegation with...
2023-03-20 Joseph Suttontests/krb5: Add remove_client_claims_tgt_from_rodc()
2023-03-20 Joseph Suttontests/krb5: Let ticket_with_sids() create RODC-issued...
2023-03-20 Joseph Suttontests/krb5: Add signed_by_rodc()
2023-03-20 Joseph Suttontests/krb5: Move issued_by_rodc() to base class
2023-03-20 Joseph Suttontests/krb5: Fix additional_details account creation...
2023-03-20 Joseph Suttontests/krb5: Add simple resource-based constrained deleg...
2023-03-20 Joseph Suttontests/krb5: Only add AES enctype bits at domain functio...
2023-03-20 Joseph Suttontests/krb5: Cache drsuapi connection
2023-03-20 Joseph Suttontests/krb5: Generate full ticket signatures with traili...
2023-03-20 Joseph Suttonpython:ndr: Use f-string to format exception message
2023-03-15 Andreas Schneiderlib:ldb: Correctly cast pointers for assert_string_equal()
2023-03-14 Andrew Bartlettselftest: Use setUpClass() to reduce "make test TESTS...
2023-03-14 Andrew Bartlettlib/ldb: Avoid allocation and memcpy() for every wildca...
2023-03-14 Andreas Schneiderpython:netcmd: Decode return value of find_netbios...
2023-03-14 Andrew Bartlettdsdb: Avoid ERROR(ldb): uncaught exception - Deleted...
2023-03-14 Andrew Bartlettselftest/drs: Demonstrate ERROR(ldb): uncaught exceptio...
2023-03-14 Andrew Bartletttsocket: Increase tcp_user_timeout max_loops
2023-03-10 Stefan Metzmacheridmap_hash: remember new domain sids in idmap_hash_sid_...
2023-03-10 Stefan Metzmacheridmap_hash: don't return ID_REQUIRE_TYPE if the domain...
next