summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-sam
Commit message (Expand)AuthorAgeFilesLines
* ipasam: add handling of machine accountsAlexander Bokovoy2019-06-291-3/+45
* ipasam: add lookup of an account by SIDAlexander Bokovoy2019-06-291-0/+84
* adtrust upgrade: fix wrong primary principal nameAlexander Bokovoy2019-06-261-5/+7
* ipasam: use SID formatting calls to libsss_idmapAlexander Bokovoy2019-04-011-15/+37
* trusts: add support for one-way shared secret trustAlexander Bokovoy2019-03-281-53/+179
* ipa_sam: remove dependency to talloc_strackframe.hSumit Bose2019-02-191-4/+12
* Remove ZERO_STRUCT() callChristian Heimes2019-02-071-1/+0
* ipasam: do not use RC4 in FIPS modeAlexander Bokovoy2018-08-131-4/+19
* ipa-sam: use smbldap_set_bind_callback for Samba 4.7 or laterAlexander Bokovoy2017-07-111-0/+4
* ipa-sam: use own private structure, not ldapsam_privatesAlexander Bokovoy2017-07-111-432/+470
* ipa-sam: replace encode_nt_key() with E_md4hash()Sumit Bose2017-06-211-25/+2
* ipa-sam: create the gidNumber attribute in the trusted domain entryFlorence Blanc-Renaud2017-04-071-3/+37
* Build: remove incorrect use of MAINTAINERCLEANFILESPetr Spacek2016-11-161-4/+0
* Build: fix Makefile.am files to separate source and build directoriesPetr Spacek2016-11-091-8/+4
* Build: transform util directory to libutil convenience libraryPetr Spacek2016-10-241-2/+2
* Build: modernize crypto library detectionPetr Spacek2016-10-181-1/+2
* Migrate from #ifndef guards to #pragma onceNathaniel McCallum2016-05-291-4/+1
* ipa-sam: Do not redefine LDAP_PAGE_SIZELukas Slebodnik2016-03-091-1/+0
* IPA-SAM: Fix build with samba 4.4Lukas Slebodnik2016-02-021-0/+6
* Convert ipa-sam to use the new getkeytab controlSimo Sorce2016-02-012-52/+32
* ipasam: fix a use-after-free issueSumit Bose2015-11-231-1/+2
* ipasam: use more restrictive search filter for group lookupSumit Bose2015-11-231-1/+3
* ipasam: fix wrong usage of talloc_new()Sumit Bose2015-11-231-1/+1
* add one-way trust support to ipasamAlexander Bokovoy2015-07-081-21/+85
* Support Samba PASSDB 0.2.0 aka interface version 24Alexander Bokovoy2015-01-192-1/+23
* Fix Kerberos error handling in ipa-samJan Cholasta2014-11-251-1/+1
* ipa-sam: cache gid to sid and uid to sid requests in idmap cacheJason Woods2014-03-121-14/+114
* ipasam: delete trusted child domains before removing the trustAlexander Bokovoy2014-01-211-1/+44
* Remove CFLAGS duplication.Jan Cholasta2013-12-061-1/+0
* Remove generation and handling of LM hashesSumit Bose2013-11-011-18/+3
* ipasam: for subdomains pick up defaults for missing valuesAlexander Bokovoy2013-10-041-0/+12
* ipa-sam: report supported enctypes based on Kerberos realm configurationAlexander Bokovoy2013-09-201-12/+117
* ipa-sam: do not leak LDAPMessage on ipa-sam initializationAlexander Bokovoy2013-09-201-2/+7
* ipa-sam: do not modify objectclass when trust object already createdAlexander Bokovoy2013-09-201-41/+71
* ipasam: add enumeration of UPN suffixes based on the realm domainsAlexander Bokovoy2013-03-291-11/+181
* Remove build warningsMartin Kosek2013-03-291-1/+1
* Change DNA magic value to -1 to make UID 999 usablePetr Viktorin2013-03-111-1/+1
* ipa-sam: Array compared against 0 in ipasam_set_trusted_domain()Sumit Bose2013-02-281-1/+1
* ipasam: use base scope when fetching domain information about own domainAlexander Bokovoy2013-02-191-1/+1
* ipa-sam: Fill SID blacklist when trust is addedMartin Kosek2013-02-121-1/+13
* ipasam: better Kerberos error handling in ipasamAlexander Bokovoy2012-11-211-3/+5
* Fix various issues found by CoveritySumit Bose2012-10-171-1/+1
* ipasam: generate proper SID for trusted domain objectSumit Bose2012-10-041-8/+49
* ipasam: add fallback primary groupSumit Bose2012-10-041-7/+230
* ipasam: Fixes build with samba4 rc1Sumit Bose2012-09-141-10/+10
* ipasam: replace trim_char() with trim_string()Sumit Bose2012-09-061-2/+1
* ipasam: remove fetch_ldap_pw()Sumit Bose2012-09-061-10/+2
* ipasam: replace get_global_sam_sid()Sumit Bose2012-09-061-4/+12
* ipasam: add libsss_idmap context and replace string_to_sid()Sumit Bose2012-09-062-31/+89
* ipasam: Replace global_sid_BuiltinSumit Bose2012-09-061-1/+3