summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Handle SID strings in sdap_attrs_get_sid_str() as wellSumit Bose1-9/+20
2013-05-27IPA: Always initialize ID mappingSumit Bose1-4/+10
2013-05-23Adding option to disable retrieving large AD groups.Lukas Slebodnik8-13/+51
2013-05-23Removing unused functions.Lukas Slebodnik2-36/+0
2013-05-22Fix return code for AD subdomain requestSumit Bose1-1/+3
2013-05-20Remove unneeded parameter of setup_child and namespace itJakub Hrozek5-5/+5
2013-05-20Fixing critical format string issues.Lukas Slebodnik7-9/+15
2013-05-15Fix segfault in AD Subdomains ModuleLukas Slebodnik1-0/+2
2013-05-14Fix segfault in DYNDNSOndrej Kos1-1/+1
2013-05-14Always update cached upn if enterprise principals are usedSumit Bose1-3/+4
2013-05-14Fix broken build with selinux.Lukas Slebodnik2-2/+4
2013-05-13Re-add a useful DEBUG messageJakub Hrozek1-0/+2
2013-05-13Fixes compilation without selinux.Lukas Slebodnik1-1/+0
2013-05-13LDAP: Always initialize idmap objectJakub Hrozek1-5/+3
2013-05-13Enable the AD dynamic DNS updates by defaultJakub Hrozek1-1/+1
2013-05-07AD: read flat name and SID of the AD domainSumit Bose3-0/+590
2013-05-03Only check UPN if enterprise principals are not usedJakub Hrozek1-0/+5
2013-05-03AD: Always initialize ID mappingJakub Hrozek1-5/+3
2013-05-03Active Directory dynamic DNS updatesJakub Hrozek5-0/+306
2013-05-03Split out the common code from timed DNS updatesJakub Hrozek3-60/+133
2013-05-03dyndns: new option dyndns_authJakub Hrozek6-21/+93
2013-05-03dyndns: new option dyndns_force_tcpJakub Hrozek4-6/+25
2013-05-03dyndns: New option dyndns_update_ptrJakub Hrozek6-124/+432
2013-05-03dyndns: new option dyndns_refresh_intervalJakub Hrozek6-5/+180
2013-05-03Convert IPA-specific options to be back-end agnosticJakub Hrozek7-28/+204
2013-05-03Refactor dynamic DNS updatesJakub Hrozek6-1164/+1568
2013-05-03Add SID related lookups to IPA subdomainsSumit Bose2-29/+213
2013-05-03SUDO: IPA providerLukas Slebodnik3-0/+84
2013-05-03fo_discover_servers_send: don't crash when backup_domain is NULLPavel Březina1-0/+11
2013-05-03AD SRV plugin: check if site name is emptyPavel Březina1-2/+4
2013-05-02Use struct to hold different types of request parametersSumit Bose4-26/+48
2013-05-02Remove unused attribute listSumit Bose3-14/+1
2013-05-02Add two new request types to the data-provider interfaceSumit Bose1-0/+2
2013-05-02Add secid filter to responder-dp protocolSumit Bose4-0/+23
2013-05-02LDAP: always store SID if availableSumit Bose2-33/+58
2013-05-02dns srv plugin: compare domain names case insensitivePavel Březina1-1/+1
2013-05-02DNS sites support - add AD SRV pluginPavel Březina5-5/+849
2013-05-02sdap: add sdap_connect_host requestPavel Březina2-0/+201
2013-05-02IPA SRV plugin: improve debuggingPavel Březina1-0/+6
2013-05-02IPA SRV plugin: use fo_discover_servers requestPavel Březina1-105/+20
2013-05-02add fo_discover_servers requestPavel Březina2-1/+254
2013-05-02Display the last grace warning, tooJakub Hrozek2-3/+3
2013-04-29libsss_idmap: function to calculate rangeMichal Zidek2-115/+54
2013-04-29selinux: if no domain matches, make the debug message louderJakub Hrozek1-3/+3
2013-04-29Make IPA SELinux provider aware of subdomain usersSumit Bose3-2/+41
2013-04-22Allow usage of enterprise principalsSumit Bose6-4/+20
2013-04-19Convert the simple access check to new error codesJakub Hrozek1-9/+17
2013-04-19LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek1-3/+13
2013-04-15Fix simple access group control in case-insensitive domainsJakub Hrozek1-16/+9
2013-04-12Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2-11/+61