summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Add more info about ticket validationOndrej Kos1-0/+8
2012-10-10Fix segfault when ID-mapping an entry without a SIDJakub Hrozek1-1/+1
2012-10-05SSH: Refactor sysdb and related codeJan Cholasta1-2/+16
2012-10-04Fix default upper limit of slicesOndrej Kos3-3/+3
2012-10-04Slices calculation is alway wrong for default valuesOndrej Kos1-2/+2
2012-10-04Log possibly non-randomizable ccache file templateOndrej Kos4-6/+26
2012-10-04Remove unused variableJakub Hrozek1-6/+0
2012-10-03Variable in sdap_sudo_rules_refresh_send could be used, uninitialized.Michal Zidek1-0/+1
2012-10-02Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek2-2/+2
2012-10-02remove left over principal selectionPavel Březina1-21/+0
2012-09-26LDAP: Handle empty namingContexts values safelyStephen Gallagher1-0/+8
2012-09-24KRB5: Recover gracefully if the ccache file could not be reusedJakub Hrozek1-4/+6
2012-09-24Bad debug message when no dns_discovery_domain specified.Michal Zidek1-3/+11
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek5-12/+6
2012-09-24AUTOFS: Use both key and value in entry RDNJakub Hrozek1-2/+10
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-43/+91
2012-09-24AUTOFS: Do not fail if search base is not providedJakub Hrozek1-2/+2
2012-09-24AD: Handle sysdb lookup failure during tokenGroups processingStephen Gallagher1-0/+6
2012-09-24Make subdomain discovery less noisySumit Bose1-15/+16
2012-09-24sdap_add_incomplete_groups(): fix ret may be uninitialized warningPavel Březina1-1/+1
2012-09-24AD: Optimize initgroups lookups with tokenGroupsStephen Gallagher3-4/+313
2012-09-24AD: Detect domain controller compatibility versionStephen Gallagher3-0/+44
2012-09-24AD: autorid compatibility should recommend the use of default domainStephen Gallagher1-4/+4
2012-09-20SSSD fails to store users if any of the requested attribute is empty.Michal Zidek1-0/+6
2012-09-20Add more debuginfo into ldap_childOndrej Kos1-23/+36
2012-09-20KRB5 child: handle more error codes gracefullyJakub Hrozek1-31/+26
2012-09-20KRB5 child: Don't return System Error on empty passwordJakub Hrozek1-0/+4
2012-09-17Failover: use _srv_ when no primary server is definedPavel Březina4-46/+12
2012-09-13SELinux: Always use the default if it exists on the serverJakub Hrozek1-9/+9
2012-09-13FO: Check server validity before setting statusJakub Hrozek7-33/+49
2012-09-12backend: initialize sudo only when it is enabled in servicesPavel Březina1-3/+63
2012-09-12be_process_init(): free ctx on errorPavel Březina1-15/+21
2012-09-12netgroup: resolve hostgroup membership correctlyPavel Březina1-1/+1
2012-09-10KRB5: Add a missing string argumentJakub Hrozek1-1/+2
2012-09-10KRB5: Return PAM_AUTH_ERR on incorrect passwordJakub Hrozek1-19/+32
2012-09-10KRB5: cancel the sysdb transaction on one place onlyJakub Hrozek1-1/+0
2012-09-05Don't terminate the same connection twiceJakub Hrozek1-6/+0
2012-09-05Retry the next server if bind during LDAP auth times outJakub Hrozek1-1/+6
2012-08-24Use new debug levels in validate_tgt()Sumit Bose1-13/+16
2012-08-24Fix fallback in validate_tgt()Sumit Bose1-8/+20
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek4-1/+35
2012-08-23Unify usage of sysdb transactionsMichal Zidek13-48/+167
2012-08-23Typo in debug message (SSSd -> SSSD).Michal Zidek1-1/+1
2012-08-23Clean up cache on server reinitializationPavel Březina5-4/+403
2012-08-23Consolidation of functions that make realm upper-caseOndrej Kos3-31/+4
2012-08-23AD context was set to null due to type mismatchOndrej Kos3-1/+14
2012-08-21Remove compilation warning: ret may be uninitializedPavel Březina1-0/+2
2012-08-21Process all groups from a single nesting levelJakub Hrozek1-4/+14
2012-08-15KRB5: Only return PAM error for unreachable kpasswd when performing chpassJakub Hrozek1-2/+4
2012-08-15FO: Return EAGAIN if there are more servers to tryJakub Hrozek1-0/+9