summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-03-09PROXY: Create fake user entries for group lookupsStephen Gallagher1-3/+85
2012-03-09Missing debug message if sdap_sudo_refresh_set_timer failsPavel Březina1-1/+5
2012-03-09IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher4-1/+69
2012-03-09LDAP: Make sdap_access_send/recv publicStephen Gallagher2-12/+17
2012-03-08Fix nested groups processingJakub Hrozek1-26/+60
2012-03-08Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek5-23/+28
2012-03-06krb5_child: set debugging soonerJakub Hrozek2-23/+35
2012-03-06Only do one cycle when resolving a serverJakub Hrozek7-37/+105
2012-03-05Use proper errno codeJakub Hrozek1-1/+1
2012-03-05DP: Reorganize memory hierarchy of requestsStephen Gallagher1-24/+108
2012-03-05IPA: Fix segfault with srchost functionality enabledStephen Gallagher1-1/+1
2012-03-01IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher5-8/+17
2012-02-29Keep sysdb context in domain info structSumit Bose1-8/+2
2012-02-27PAM: Don't send PAM_SYSTEM_INFO message if module unsetStephen Gallagher1-7/+3
2012-02-26LDAP: Remove unnecessary filter sanitizeStephen Gallagher1-11/+5
2012-02-26SSH: Save SSH host name aliasesJan Cholasta2-30/+11
2012-02-24Modifications to simplify list_missing_attrsJan Zeleny8-44/+21
2012-02-24Delete missing attributes from netgroups to be storedJan Zeleny3-3/+28
2012-02-24IPA hosts refactoringJan Zeleny16-154/+132
2012-02-24LDAP: Only use paging control on requests for multiple entriesStephen Gallagher16-40/+100
2012-02-23AUTOFS: Search all search bases for automounter map entriesJakub Hrozek1-18/+86
2012-02-23LDAP: Properly assign orig_dnStephen Gallagher1-0/+1
2012-02-23Save errno value before calling DEBUGJakub Hrozek1-2/+4
2012-02-23IPA: Add ipa_parse_search_base()Stephen Gallagher3-19/+72
2012-02-21Don't give memory context in confdb where not neededJan Zeleny4-8/+7
2012-02-21End request if ldap_parse_result failsJakub Hrozek1-0/+3
2012-02-17LDAP: Ignore group member users that do not have name attributesStephen Gallagher1-2/+2
2012-02-17Redesign purging of the sudo cachePavel Březina1-19/+55
2012-02-14Fix memory hierarchy when processing nested group membershipsJakub Hrozek4-11/+14
2012-02-13Fix uninitialized value error in proxy providerStephen Gallagher1-1/+1
2012-02-13Fix bad failure handling in be_sudo_handler()Stephen Gallagher1-13/+13
2012-02-13Fix uninitialized in_transactionStephen Gallagher1-1/+1
2012-02-13Add missing breaks to switch statementsStephen Gallagher2-0/+2
2012-02-13Remove dead codeStephen Gallagher1-9/+0
2012-02-10Fixed issue with netgroup update in IPA providerJan Zeleny1-24/+34
2012-02-10Use curly braces in pkgconfig metadata fileSumit Bose1-1/+1
2012-02-07AUTOFS: IPA providerJakub Hrozek6-28/+195
2012-02-07SSH: ResponderJan Cholasta2-0/+6
2012-02-07IPA: Add host info handlerJan Cholasta9-5/+444
2012-02-07DP: Add host info handlerJan Cholasta3-1/+197
2012-02-07LDAP: Add support for SSH user public keysJan Cholasta4-5/+25
2012-02-06Update shadowLastChanged attribute during LDAP password changeJan Zeleny7-1/+191
2012-02-06Session target in IPA providerJan Zeleny10-0/+1166
2012-02-06Add session target in data providerJan Zeleny2-1/+20
2012-02-06Delete unused structure in IPA access codeJan Zeleny1-7/+0
2012-02-06Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny6-469/+535
2012-02-06Renamed some sysdb constants for their wider usageJan Zeleny2-6/+6
2012-02-06Make password migration code use the IPA config retrieval codeJan Zeleny1-57/+14
2012-02-06Add support for generic IPA config retrievalJan Zeleny2-0/+208
2012-02-06Fixed minor memory-hierarchy-related issue in IPA HBACJan Zeleny1-1/+2