summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Add support for ID rangesSumit Bose6-10/+197
2012-06-20Move some debug lines to new debug log levelsStef Walter7-15/+15
2012-06-20Fix possible segfault in sdap_save_group()Jan Zeleny1-2/+11
2012-06-15KRB5: Avoid shadowing dirnameStephen Gallagher1-20/+21
2012-06-15KRB5: Auto-detect DIR cache support in configureStephen Gallagher4-5/+33
2012-06-15KRB5: Update DEBUG macros for create_ccache_dir and find_ccdir_parent_dataStephen Gallagher1-17/+30
2012-06-15LDAP: Fix missing variable in debug messageStephen Gallagher1-1/+1
2012-06-15Fixed debug message in sdap_save_group()Jan Zeleny1-1/+1
2012-06-14Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek2-4/+4
2012-06-14Use Kerberos context in KRB5_DEBUGJakub Hrozek2-55/+61
2012-06-14Add support for storing credential caches in the DIR: back endJakub Hrozek5-70/+510
2012-06-14Add a credential cache back end structureJakub Hrozek7-148/+382
2012-06-14Handle trailing slash in the ccname templateJakub Hrozek1-8/+14
2012-06-14Split parse_krb5_child_response so it can be reusedJakub Hrozek3-119/+170
2012-06-14Allow redefining the KRB5_CHILD pathJakub Hrozek1-3/+7
2012-06-14Provide more debugging in krb5_child and ldap_childJakub Hrozek2-14/+73
2012-06-14Two small krb5_child fixesJakub Hrozek1-3/+10
2012-06-13Fix an issue in ghost usersJan Zeleny1-75/+47
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher6-5/+107
2012-06-13LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher3-9/+325
2012-06-13LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher3-9/+417
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher4-0/+11
2012-06-12LDAP: Make sdap_initgr_common_store() non-staticStephen Gallagher2-7/+15
2012-06-12LDAP: Add helper function to get list of a user's groups from sysdbStephen Gallagher2-33/+69
2012-06-12LDAP: Fix incorrect switch statement in sdap_get_initgr_done()Stephen Gallagher1-1/+1
2012-06-12LDAP: Remove redundant checkStephen Gallagher1-11/+0
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny6-17/+164
2012-05-31Utilize attribute exclusion in LDAP initgroupsJan Zeleny1-3/+33
2012-05-31Add support for filtering atributesJan Zeleny17-41/+70
2012-05-31added DEBUG messages to krb5_child and ldap_childNick Guay2-3/+19
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-31Ghost members - removed sdap_check_aliases()Jan Zeleny4-127/+0
2012-05-31Ghost members - support in proxy providerJan Zeleny1-6/+8
2012-05-31Ghost members - support in LDAP providerJan Zeleny1-186/+286
2012-05-22Fixed issue in SELinux user mapsJan Zeleny1-0/+2
2012-05-22LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek1-12/+10
2012-05-22Warn to syslog when dereference requests failAriel Barria1-2/+2
2012-05-22Simple implementation of Netscape password warning expiration controlJoshua Roys1-22/+74
2012-05-16Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2-2/+2
2012-05-14Fixed two minor memory leaksJan Zeleny2-2/+6
2012-05-14Potential NULL dereference in proxy providerAriel Barria1-1/+1
2012-05-10Filter out IP addresses inappropriate for DNS forward recordsJakub Hrozek1-1/+57
2012-05-10subdomains: Fix error handling in Data ProviderJakub Hrozek1-19/+37
2012-05-10LDAP: Handle very large Active Directory groupsStephen Gallagher5-45/+271
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher17-39/+62
2012-05-09Try all KDCs when getting TGT for LDAPJakub Hrozek1-15/+18
2012-05-07Only reset kpasswd server status when performing a chpass operationJakub Hrozek1-2/+3
2012-05-07Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek1-4/+9
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2-0/+36
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+3