summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2022-10-05pdb_samba_dsdb: Handle dsdb_search_one() errorsJoseph Sutton1-0/+12
2022-08-26s3:passdb: Zero sensitive memory in lsa_secret_{set/get}_common()Pavel Filipenský1-1/+12
2022-08-26s3:passdb: Zero secrets_domain_info1_password created via secrets_domain_info...Pavel Filipenský1-0/+5
2022-08-26s3:passdb: Zero secrets_domain_info1_password created via secrets_fetch()Pavel Filipenský1-0/+29
2022-08-26s3:passdb: Zero local memory in secrets_domain_info_kerberos_keys()Pavel Filipenský1-0/+1
2022-08-26s3:passdb: Zero local memory in secrets_fetch()Pavel Filipenský1-0/+10
2022-08-26s3:afs: Zero memory for afs_keyfilePavel Filipenský1-3/+3
2022-08-26s3:passdb: Fix possible memory leak in secrets_fetch_ipc_userpass()Pavel Filipenský1-1/+5
2022-08-26s3:passdb: Zero password in secrets_fetch_ipc_userpass()Pavel Filipenský1-1/+4
2022-08-26s3:passdb: Zero memory in pdb_set_pw_history()Pavel Filipenský1-1/+1
2022-08-26s3:passdb: Zero memory in pdb_set_plaintext_passwd()Pavel Filipenský1-7/+22
2022-08-26s3:passdb: s/BURN_PTR_SIZE/BURN_STR/ in samu_destroy()Pavel Filipenský1-1/+1
2022-08-26s3:passdb: Zero memory for plaintext_pw from 'struct samu'Pavel Filipenský2-3/+4
2022-08-26s3:passdb: Fix whitespaces in pdb_get_set.cPavel Filipenský1-84/+84
2022-08-26s3:passdb: Zero password in fetch_ldap_pw() callersPavel Filipenský1-2/+1
2022-08-26s3:passdb: Zero password in fetch_ldap_pw()Pavel Filipenský1-1/+1
2022-08-26s3:passdb: Fix trailing whitespaces in pdb_ldap.cPavel Filipenský1-49/+49
2022-08-26s3:passdb: Zero password in secrets_{fetch,store}_trusted_domain_password()Pavel Filipenský1-2/+7
2022-08-26s3:passdb: Zero memory using BURN_FREE_STR() in get_trust_pw_hash2()Pavel Filipenský1-2/+2
2022-08-26s3:passdb: Zero memory using BURN_FREE_STR() in secrets_fetch_or_upgrade_doma...Pavel Filipenský1-13/+13
2022-08-26s3:passdb: Zero memory using BURN_FREE() in secrets_fetch_trust_account_passw...Pavel Filipenský1-3/+3
2022-08-11s3:passdb: Consolidate error checking in fetch_ldap_pw()Pavel Filipenský1-9/+2
2022-08-11s3:passdb: Remove upgrade support of samba-2.2 style ldap passwordPavel Filipenský1-47/+5
2022-08-08s3:passdb: Remove unused function secrets_fetch_trust_account_password()Pavel Filipenský1-26/+0
2022-07-28s3:passdb: Correctly burn the plaintext_pw with samu_destroy()Andreas Schneider1-1/+1
2022-07-28s3:passdb: Remove trailing whitespacesAndreas Schneider1-68/+68
2022-07-27CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton1-11/+3
2022-07-15librpc:ndr: Update ndr_print_debug() to the new ndr ABIPavel Filipenský1-2/+1
2022-07-15s3:passdb: Fix trailing whitespaces in machine_account_secrets.cPavel Filipenský1-2/+2
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-9/+9
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton1-6/+6
2022-04-26passdb: Introduce helper variables in make_pdb_method_name()Volker Lendecke1-6/+8
2022-04-26passdb: Split lines in make_pdb_method_name()Volker Lendecke1-1/+2
2022-04-26passdb: Fix a typoVolker Lendecke1-1/+1
2022-04-26s3:passdb: Also allow to handle UPNs in lookup_name_smbconf()Andreas Schneider1-1/+2
2022-04-26s3:passdb: Refactor lookup_name_smbconf()Andreas Schneider1-3/+4
2022-04-26s3:passdb: Use already defined pointer in lookup_name_smbconf()Andreas Schneider1-7/+5
2022-04-26s3:passdb: Add support to handle UPNs in lookup_name()Andreas Schneider1-2/+12
2022-04-26s3:passdb: Remove trailing spaces in lookup_sid.cAndreas Schneider1-9/+9
2022-02-11smbd: Safeguards for getpwuidVolker Lendecke1-2/+12
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme2-0/+2
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2-5/+4
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett1-5/+5
2021-06-29s3:passdb: Check return code of cli_credentials_set_conf()Andreas Schneider1-2/+10
2021-05-27s3:param:py_param - allocate buffer for nt_name and commentAndrew Walker1-6/+20
2021-05-19python: Fix erroneous increments of reference countsJoseph Sutton1-4/+0
2021-04-29CVE-2021-20254 passdb: Simplify sids_to_unixids()Volker Lendecke1-22/+101
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2-5/+13
2021-04-27passdb: Add error checks in samu_set_unix_internal()Volker Lendecke1-13/+65
2021-04-20s3:passdb: Fix 'return 1' in secrets_store_creds()pavel.filipensky1-1/+1