summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating translation for the 1.11.2 releasesssd-1_11_2Jakub Hrozek2013-10-3037-6334/+7889
* AD: Fix ad_access_filter parsing with empty filterJakub Hrozek2013-10-302-0/+24
* NSS: Fix parenthesisJakub Hrozek2013-10-301-1/+1
* LDAP: Check all search bases during nested group processingJakub Hrozek2013-10-301-13/+42
* nested groups: pick correct domain for cache lookupsPavel Březina2013-10-301-4/+12
* sdap_fill_memberships: pick correct domain for every memberPavel Březina2013-10-301-4/+19
* ghosts: pick correct domain for every memberPavel Březina2013-10-301-10/+15
* sdap: add sdap_domain_get_by_dn()Pavel Březina2013-10-302-0/+28
* sdap: store base dn in sdap_domainPavel Březina2013-10-302-15/+22
* ad: shortcut if possible during get object by ID or SIDPavel Březina2013-10-301-0/+96
* free sid obtained from sss_idmap_unix_to_sid()Pavel Březina2013-10-301-0/+2
* be_spy_create: free be_req and not the long living dataSumit Bose2013-10-301-1/+1
* LDAP: Return correct error codeLukas Slebodnik2013-10-301-1/+1
* Makefile: Remove unused variable TEST_MOCK_OBJLukas Slebodnik2013-10-301-4/+0
* Makefile: Add missing librariesLukas Slebodnik2013-10-301-0/+4
* BUILD: Update bashrc macrosStephen Gallagher2013-10-301-4/+2
* MAN: Document that krb5 directories can only be created as privateJakub Hrozek2013-10-291-10/+3
* NSS: Fix service enumerationJakub Hrozek2013-10-291-1/+5
* ad_subdom_store: check ID mapping of the domain not of the parentSumit Bose2013-10-291-2/+2
* KRB5: Handle ERR_CHPASS_FAILEDJakub Hrozek2013-10-291-0/+6
* NSS: Print FQDN for groups with mixed domain membershipJakub Hrozek2013-10-292-9/+239
* TEST: Test getgrnam with emphasis on membersJakub Hrozek2013-10-291-8/+386
* sdap_save_group: try to determine domain by SIDPavel Březina2013-10-291-7/+18
* sdap_save_user: try to determine domain by SIDPavel Březina2013-10-291-22/+32
* ad: destroy ptasks when subdomain is removedPavel Březina2013-10-251-0/+3
* ipa: destroy cleanup task when subdomain is removedPavel Březina2013-10-251-0/+1
* dp: convert cleanup task to be_ptaskPavel Březina2013-10-254-73/+64
* be_ptask: add be_ptask_create_sync()Pavel Březina2013-10-252-0/+117
* dp: free sdap domain if subdomain is removedPavel Březina2013-10-252-0/+15
* dp: add function to terminate request of specific domainPavel Březina2013-10-252-0/+23
* dp: set request domainPavel Březina2013-10-251-0/+43
* utils: add ERR_DOMAIN_NOT_FOUND error codePavel Březina2013-10-252-0/+2
* dp: store list of ongoing requestsPavel Březina2013-10-252-0/+18
* dp: make subdomains refresh interval configurablePavel Březina2013-10-257-9/+24
* AD: Add extended access filterJakub Hrozek2013-10-255-6/+623
* AD: Search GC by default during access control, fall back to LDAPJakub Hrozek2013-10-253-10/+163
* AD: Use the ad_access_filter if it's setJakub Hrozek2013-10-254-19/+49
* AD: Add a new option ad_access_filterJakub Hrozek2013-10-254-0/+27
* LDAP: Parse FQDN into name/domain for subdomain usersJakub Hrozek2013-10-251-1/+11
* LDAP: Amend sdap_access_check to allow any connectionJakub Hrozek2013-10-255-26/+44
* tests: Use right format string for type size_tLukas Slebodnik2013-10-251-3/+3
* LDAP: Delete entry by SID if not foundJakub Hrozek2013-10-251-3/+19
* SYSDB: Add sysdb_delete_by_sidJakub Hrozek2013-10-253-0/+65
* AD: fall back to LDAP if GC is not available.Lukas Slebodnik2013-10-253-4/+24
* AD: Prefer GC port from SRV recordLukas Slebodnik2013-10-251-2/+6
* IPA: add trusted domains with missing idrangeSumit Bose2013-10-251-0/+137
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-259-2/+24
* idmap: add sss_idmap_domain_by_name_has_algorithmic_mapping()Sumit Bose2013-10-254-5/+115
* find_subdomain_by_sid: skip domains with missing domain_idSumit Bose2013-10-253-12/+251
* subdomains: first destroy ptask then remove sdomPavel Březina2013-10-241-3/+3