summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Move some debug lines to new debug log levelsStef Walter2012-06-207-15/+15
* Fix possible segfault in sdap_save_group()Jan Zeleny2012-06-201-2/+11
* KRB5: Avoid shadowing dirnameStephen Gallagher2012-06-151-20/+21
* KRB5: Auto-detect DIR cache support in configureStephen Gallagher2012-06-154-5/+33
* KRB5: Update DEBUG macros for create_ccache_dir and find_ccdir_parent_dataStephen Gallagher2012-06-151-17/+30
* LDAP: Fix missing variable in debug messageStephen Gallagher2012-06-151-1/+1
* Fixed debug message in sdap_save_group()Jan Zeleny2012-06-151-1/+1
* Make krb5_ccname_template and krb5_ccachedir configurableJakub Hrozek2012-06-142-4/+4
* Use Kerberos context in KRB5_DEBUGJakub Hrozek2012-06-142-55/+61
* Add support for storing credential caches in the DIR: back endJakub Hrozek2012-06-145-70/+510
* Add a credential cache back end structureJakub Hrozek2012-06-147-148/+382
* Handle trailing slash in the ccname templateJakub Hrozek2012-06-141-8/+14
* Split parse_krb5_child_response so it can be reusedJakub Hrozek2012-06-143-119/+170
* Allow redefining the KRB5_CHILD pathJakub Hrozek2012-06-141-3/+7
* Provide more debugging in krb5_child and ldap_childJakub Hrozek2012-06-142-14/+73
* Two small krb5_child fixesJakub Hrozek2012-06-141-3/+10
* Fix an issue in ghost usersJan Zeleny2012-06-131-75/+47
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-136-5/+107
* LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher2012-06-133-9/+325
* LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher2012-06-133-9/+417
* LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher2012-06-134-0/+11
* LDAP: Make sdap_initgr_common_store() non-staticStephen Gallagher2012-06-122-7/+15
* LDAP: Add helper function to get list of a user's groups from sysdbStephen Gallagher2012-06-122-33/+69
* LDAP: Fix incorrect switch statement in sdap_get_initgr_done()Stephen Gallagher2012-06-121-1/+1
* LDAP: Remove redundant checkStephen Gallagher2012-06-121-11/+0
* IPA subdomains - ask for information about master domainJan Zeleny2012-06-106-17/+164
* Utilize attribute exclusion in LDAP initgroupsJan Zeleny2012-05-311-3/+33
* Add support for filtering atributesJan Zeleny2012-05-3117-41/+70
* added DEBUG messages to krb5_child and ldap_childNick Guay2012-05-312-3/+19
* Ghost members - various small changesJan Zeleny2012-05-311-1/+1
* Ghost members - removed sdap_check_aliases()Jan Zeleny2012-05-314-127/+0
* Ghost members - support in proxy providerJan Zeleny2012-05-311-6/+8
* Ghost members - support in LDAP providerJan Zeleny2012-05-311-186/+286
* Fixed issue in SELinux user mapsJan Zeleny2012-05-221-0/+2
* LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek2012-05-221-12/+10
* Warn to syslog when dereference requests failAriel Barria2012-05-221-2/+2
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-221-22/+74
* Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2012-05-162-2/+2
* Fixed two minor memory leaksJan Zeleny2012-05-142-2/+6
* Potential NULL dereference in proxy providerAriel Barria2012-05-141-1/+1
* Filter out IP addresses inappropriate for DNS forward recordsJakub Hrozek2012-05-101-1/+57
* subdomains: Fix error handling in Data ProviderJakub Hrozek2012-05-101-19/+37
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-105-45/+271
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-1017-39/+62
* Try all KDCs when getting TGT for LDAPJakub Hrozek2012-05-091-15/+18
* Only reset kpasswd server status when performing a chpass operationJakub Hrozek2012-05-071-2/+3
* Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek2012-05-071-4/+9
* Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2012-05-072-0/+36
* Remove erroneous failure message in find_principal_in_keytabStef Walter2012-05-071-1/+3
* If canon'ing principals, write ccache with updated default principalStef Walter2012-05-042-3/+8