summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-sam
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipasam: Replace sid_peek_check_rid()Sumit Bose2012-09-061-1/+17
* ipasam: Replace sid_check_is_our_sam()Sumit Bose2012-09-061-2/+1
* ipasam: Replace dom_sid_compare_domain()Sumit Bose2012-09-061-1/+27
* ipasam: Replace is_null_sid()Sumit Bose2012-09-061-1/+24
* ipasam: replace sid_compose()Sumit Bose2012-09-061-1/+14
* ipasam: replace sid_copy()Sumit Bose2012-09-061-1/+15
* ipasam: remove talloc_asprintf_strupper_m()Sumit Bose2012-09-061-3/+8
* ipasam: remove strlower_m()Sumit Bose2012-09-061-3/+1
* ipasam: replace strnequal()Sumit Bose2012-09-061-1/+16
* ipasam: remove sid_peek_rid()Sumit Bose2012-09-061-11/+18
* ipasam: remove nt_lm_owf_gen() and dependency to libcliauth.soSumit Bose2012-09-061-12/+59
* Make encode_ntlm_keys() publicSumit Bose2012-09-061-1/+2