summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-30s3:passdb: Add secrets_store_creds()Andreas Schneider1-0/+44
2021-03-17pdb_samba_dsdb: remove #if 0 blockDouglas Bagnall1-81/+0
2021-01-08passdb: Fix a typoVolker Lendecke1-1/+1
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-11-11lookup_name: allow lookup names prefixed with DNS forest root for FreeIPA DCAlexander Bokovoy1-9/+28
2020-11-10passdb: Align integer typesVolker Lendecke1-11/+6
2020-11-05Revert "lookup_name: allow lookup for own realm"Alexander Bokovoy1-55/+21
2020-11-04lookup_name: allow lookup for own realmAlexander Bokovoy1-21/+55
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2-5/+5
2020-10-23winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher1-0/+7
2020-10-23s3:passdb: use ID_TYPE_* instead of WBC_ID_TYPE_*Stefan Metzmacher1-4/+4
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore7-0/+7
2020-08-17Fix a comment typo copied aroundVolker Lendecke5-5/+5
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme3-0/+3
2020-07-02pdb_dsdb: Fix typosVolker Lendecke1-3/+3
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-2/+2
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-20/+20
2020-03-23py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett1-20/+20
2020-03-23py3: Remove #define PyInt_Type PyLong_TypeAndrew Bartlett1-17/+17
2020-03-05Remove unnecessary/incorrect talloc_steal() callsJonathon Reinhart1-2/+1
2020-02-10krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher1-1/+0
2020-01-30passdb: Use struct allocationVolker Lendecke1-4/+4
2019-12-10smbdes: add des_crypt56_gnutls() using DES-CBC with zeroed IVIsaac Boukris1-1/+1
2019-11-27smbdotconf: mark "ldap suffix" with constant="1"Ralph Boehme2-20/+20
2019-11-27smbdotconf: mark "ldap admin dn" with constant="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "rename user script" with substitution="1"Ralph Boehme3-4/+10
2019-11-27smbdotconf: mark "delete user script" with substitution="1"Ralph Boehme1-1/+3
2019-11-27smbdotconf: mark "add user script" with substitution="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "add machine script" with substitution="1"Ralph Boehme1-1/+3
2019-11-19machine_account_secrets: do not generate single DES keysIsaac Boukris1-36/+0
2019-10-08s3/passdb: clang: Fix 'Value stored during initialization is never read'Noel Power1-2/+2