summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2024-04-21s4-gmsa: Do not attempt password set on remote LDAP connectionsAndrew Bartlett2-0/+17
2024-04-21s4:dsdb: Add dsdb_update_gmsa_keys()Jo Sutton2-0/+289
2024-04-21s4:dsdb: Move the responsibility for determining whether an account is a gMSA...Jo Sutton2-14/+18
2024-04-21s4:dsdb: Indicate to the LDAP server physical passwords that need to be refre...Jo Sutton1-0/+22
2024-04-21s4:dsdb: Store found managed password ID as part of gMSA update structureJo Sutton2-0/+38
2024-04-21s4:dsdb: Store account DN as part of gMSA update structureJo Sutton2-0/+10
2024-04-21s4:dsdb: Only reuse the current password ID as the previous password ID when ...Jo Sutton1-3/+9
2024-04-21s4:dsdb: Add a note that administrators should not set the clock too far in t...Jo Sutton1-0/+6
2024-04-21s4:dsdb: No longer pass DSDB_SEARCH_ONE_ONLY flag to dsdb_search_dn()Jo Sutton1-1/+1
2024-04-21s4:dsdb: Explicitly return success error codeJo Sutton1-0/+1
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke14-1/+16
2024-04-16s4:dsdb: Implement msDS-ManagedPassword attributeJo Sutton5-5/+233
2024-04-16s4:dsdb: Add extra attrs to search request even if replacement attribute is NULLJo Sutton1-3/+4
2024-04-16s4:dsdb: Set up passwords and password IDs of new gMSAsJo Sutton1-0/+98
2024-04-16s4:dsdb: Add functions for Group Managed Service Accounts implementationJo Sutton5-1/+1794
2024-04-16s4:dsdb: Factor out a function to remove all password related attributesJo Sutton2-13/+19
2024-04-16tests/krb5: Add tests for gMSAsJo Sutton1-0/+4
2024-04-16s4:ldap_server: Consider ldapi connections to be encryptedJo Sutton1-1/+1
2024-04-16s4:ldap_server: Store whether an LDAP connection is over ldapiJo Sutton2-4/+7
2024-04-16s4:ldap_server: Add copy of non‐privileged ops specifically for ldapi conne...Jo Sutton1-1/+25
2024-04-16s4:ldap_server: Rename privileged ops to indicate they are used for ldapiJo Sutton1-4/+4
2024-04-16s4:ldap_server: Fix code spellingJo Sutton1-1/+1
2024-04-16s4:ldap_server: Remove trailing whitespaceJo Sutton2-12/+12
2024-04-16selftest: Move some KDS root key tests around to prepare for gMSA server sideAndrew Bartlett1-3/+13
2024-04-12s4:dns_server: less noisy, more informative debug messagesDouglas Bagnall1-4/+5
2024-04-10s4:wins: use NUMERIC_CMP in nbtd_wins_randomize1Clist_sort()Douglas Bagnall1-1/+2
2024-04-10s4:wins: winsdb_addr_sort_list() uses NUMERIC_CMP()Douglas Bagnall1-1/+1
2024-04-10s4:wins: use NUMERIC_CMP in winsdb_addr_sort_list()Douglas Bagnall1-1/+2
2024-04-10s4:dns_server: use NUMERIC_CMP in rec_cmp()Douglas Bagnall1-2/+2
2024-04-10s4:rpc_server: compare_SamEntry() uses NUMERIC_CMP()Douglas Bagnall1-1/+1
2024-04-10s4: use numeric_cmp in dns_common_sort_zones()Douglas Bagnall1-1/+1
2024-04-10s4:dsdb:mod:operational: use NUMERIC_CMP in pso_compareDouglas Bagnall1-1/+1
2024-04-10s4:ntvfs: use NUMERIC_CMP in stream_name_cmpDouglas Bagnall1-1/+2
2024-04-10python:upgrade/upgradeprovision: use dn.copy to align ldbsDouglas Bagnall1-3/+3
2024-04-10s4:samba_upgradeprovision: align DN ownershipDouglas Bagnall1-2/+1
2024-04-10pyldb: Include a reference to the Ldb in objects that useAndrew Bartlett2-5/+6
2024-04-09s4:torture: Add test for lsa_CreateTrustedDomainEx3Andreas Schneider1-43/+163
2024-04-09s4:rpc_server: Enable AES in dcesrv_lsa_OpenPolicy3()Andreas Schneider1-3/+0
2024-04-09s4:rpc_server: Implement dcesrv_lsa_CreateTrustedDomainEx3()Andreas Schneider1-2/+39
2024-04-09s4:rpc_server: Implement get_trustdom_auth_blob_aes() for LSAAndreas Schneider1-0/+53
2024-04-09s4:rpc_server: Use dcesrv_lsa_CreateTrustedDomain_common() in lsa_CreateTrust...Andreas Schneider1-297/+17
2024-04-09s4:rpc_server: Use dcesrv_lsa_CreateTrustedDomain_common() for lsa_CreateTrus...Andreas Schneider1-8/+14
2024-04-09s4:rpc_server: Use dcesrv_lsa_CreateTrustedDomain_common() for lsa_CreateTrus...Andreas Schneider1-7/+22
2024-04-09s4:rpc_server: Implement dcesrv_lsa_CreateTrustedDomain_common()Andreas Schneider1-0/+279
2024-04-09s4:rpc_server: Implement dcesrv_lsa_CreateTrustedDomain_precheck()Andreas Schneider1-72/+142
2024-04-09s4:rpc_server: Use talloc_zero in dcesrv_lsa_CreateTrustedDomain()Andreas Schneider1-1/+1
2024-04-09s4:rpc_server: Fix trailing white spaces in dcesrv_lsa.cAndreas Schneider1-5/+5
2024-04-09s4:torture: Use dcerpc_lsa_OpenPolicy3_r()Andreas Schneider1-21/+49
2024-04-09s4:torture: Use rpc_lsa_encrypt_trustdom_info()Andreas Schneider1-113/+9
2024-04-09s4:torture: Use init_lsa_String() from init_lsa.hAndreas Schneider2-5/+2