summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2026-02-20s3/passdb: add parameter to control handling of wellknown SIDs in pdb_tdbRalph Boehme1-0/+9
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský1-6/+3
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-2/+1
2025-10-22s3:passdb: Fix memory leak in pdb_default_del_groupmem()Andreas Schneider1-3/+10
2025-10-22s3:passdb: Fix memory leak in pdb_default_add_groupmem()Andreas Schneider1-3/+10
2025-09-24passdb: Fixing CID 1509029 for time_t in DEBUG statementRabinarayan Panigrahi1-6/+6
2025-09-10source3/passdb: Follow up to the fix for CID 1508970Anoop C S1-2/+2
2025-09-10passdb: Fixing CID 1508971 for time_t in DEBUG statementRabinarayan Panigrahi1-4/+4
2025-09-10passdb: Fixing CID 1508970 for time_t in DEBUG statementRabinarayan Panigrahi1-2/+2
2025-09-05s3:net: Pass down the server from cmdline to sync_pw2keytabs()Andreas Schneider1-4/+6
2025-08-27CID 1509059 winbind: Fixing print statement for time_tRabinarayan Panigrahi1-2/+2
2025-08-18pdb_ldap: Fix memory leak CID#1363095Vinit Agnihotri1-0/+1
2025-08-07s3:passdb: Fix CIDs 1596750,1596751 uninitialized pointer readMichael Adam1-2/+2
2025-03-29s3: Fix use of dbwrap_transaction_cancel() in machine_account_secrets.cPavel Filipenský1-2/+1
2025-02-22s3:passdb: add pdb_filter_hints()Stefan Metzmacher3-0/+443
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský1-10/+10
2024-12-02passdb: Fix Coverity ID 1509016 Use of 32-bit time_tVolker Lendecke1-2/+5
2024-12-02pdb_ldap: Fix Coverity ID 1508985 Use of 32-bit time_tVolker Lendecke1-2/+2
2024-09-30s3:passdb: ENCTYPE_DES_CBC_MD5 is not longer used in secrets_domain_info_kerb...Stefan Metzmacher1-3/+3
2024-09-20passdb: Simplify pdb_gethexhours() with hex_byte()Volker Lendecke1-16/+3
2024-08-27libsmb: Simplify pdb_sethexpwd with hex_byte()Volker Lendecke1-15/+3
2024-07-26s3: Sync machine account password in secrets_{prepare,finish}_password_changePavel Filipenský1-2/+37
2024-07-26s3/passdb: add lookup_name_smbconf_ex() using lookup_name_internal()Ralph Boehme3-29/+389
2024-07-26s3/passdb: factor out lookup_name_internal()Ralph Boehme1-40/+81
2024-07-26s3/passdb: use winbind_lookup_name_ex() in lookup_name() instead of winbind_l...Ralph Boehme1-26/+46
2024-07-17s3:passdb: don't clear the LM HASH without a password changeStefan Metzmacher1-1/+1
2024-04-30passdb: Use getline(3) to read our old machine sidVolker Lendecke1-11/+15
2024-04-21s4:dsdb: Make use of DSDB_SEARCH_UPDATE_MANAGED_PASSWORDS search flagJo Sutton1-1/+6
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2024-04-05s3:passdb: use DBG_ERR() for 'talloc_strdup failed' messagesStefan Metzmacher2-3/+3
2024-02-16s3:passdb: Reformat long lineJo Sutton1-1/+9
2024-02-16s3:passdb: Reformat array of stringsJo Sutton1-9/+27
2024-02-16s3:passdb: Make array of strings staticJo Sutton1-1/+1
2024-02-16s3:passdb: Remove trailing whitespaceJo Sutton1-4/+4
2024-01-23s3:passdb: Fix memory leak caused by recursion of get_global_sam_sid()Andreas Schneider1-4/+6
2024-01-23s3:passdb: Do not leak memory in pdb_tdbAndreas Schneider1-0/+3
2024-01-18s3:passdb: smbpasswd reset permissions only if not 0600Jones Syue1-8/+28
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-10-27s3:passdb: Do not leak memory if memcache add failsAndreas Schneider1-3/+7
2023-10-25s3:passdb: Fix code spellingJoseph Sutton2-6/+6
2023-10-25s3:passdb: Fix code formattingJoseph Sutton1-1/+2
2023-10-10pdb: Slightly simplify pdb_samba_dsdb_set_trusteddom_pw()Volker Lendecke1-6/+1
2023-09-27s3:passdb: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-08-14passdb: Fix a DBG statementVolker Lendecke1-1/+1
2023-08-14passdb: Fix whitespaceVolker Lendecke3-84/+84
2023-08-14passdb: Fix a DBG messageVolker Lendecke1-1/+2
2023-08-08s3:passdb: Fix typoJoseph Sutton1-1/+1
2023-08-08s3:passdb: Add missing newlines to logging messagesJoseph Sutton5-20/+20
2023-07-31dsdb: Use samdb_system_container_dn() in pdb_samba_dsdb_*()Andrew Bartlett1-4/+8
2023-07-19s3:passdb: Fix code spellingAndreas Schneider9-15/+15