summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update sssd-example.confsssd-1.5.1-58.el6Marko Myllynen2011-10-141-3/+6
* Fixed timeout handling in responderssssd-1.5.1-57.el6Jan Zeleny2011-10-141-72/+72
* Fix Coverity issues introduced by DBUS socket patchJakub Hrozek2011-10-141-1/+3
* Improve performance of HBAC with large numbers of hostsStephen Gallagher2011-10-144-206/+334
* Check if dp_requests hash table exists before using itsssd-1.5.1-56.el6Jakub Hrozek2011-10-131-0/+5
* Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek2011-10-1310-26/+208
* man page fix (lists are comma-separated)Jan Zeleny2011-10-133-4/+4
* Streamline the example configJakub Hrozek2011-10-131-72/+28
* Use explicit base 10 for converting strings to integerssssd-1.5.1-54.el6Jakub Hrozek2011-10-065-8/+8
* Better handling for aliasesJakub Hrozek2011-10-067-103/+407
* IPA access: hostname comparison should be case-insensitiveJakub Hrozek2011-09-301-1/+1
* HBAC: fix typos preventing proper hostgroup evaluationStephen Gallagher2011-09-301-3/+3
* Do not delete requests inside hash_iterate loopJakub Hrozek2011-09-301-10/+12
* Do not attempt to close() a file descriptor < 0sssd-1.5.1-52.el6Stephen Gallagher2011-09-201-1/+3
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-09-201-1/+1
* MONITOR: Correctly detect lack of response from servicesStephen Gallagher2011-09-201-21/+26
* Use sss_ldap_err2string() instead of ldap_err2string()sssd-1.5.1-51.el6Pavel Březina2011-09-125-40/+54
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-123-16/+29
* Do not access memory out of boundsSumit Bose2011-09-071-2/+2
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-0710-0/+77
* HBAC: Properly skip all non-group memberOf entriesStephen Gallagher2011-08-291-1/+2
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-298-3/+33
* HBAC: Use of hostgroups for targethost or sourcehost was brokenStephen Gallagher2011-08-291-4/+4
* HBAC: Handle saving groups that have no membersStephen Gallagher2011-08-291-7/+21
* Improve password policy error code and messageSumit Bose2011-08-291-4/+9
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-08-291-3/+3
* Return the first value of name if the multivalued name attribute does not mat...Jakub Hrozek2011-08-291-3/+4
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-291-3/+55
* Add vetoed_shells optionsssd-1.5.1-47.el6John Hodrien2011-08-086-15/+44
* Fix returning groups when gidNumber attribute is not orderedJakub Hrozek2011-08-043-4/+10
* pyhbac: Do not convert int to boolJakub Hrozek2011-08-041-2/+11
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-08-042-11/+18
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-08-041-8/+44
* Fix indexing of skipped groupsJakub Hrozek2011-08-041-2/+4
* sss_client: avoid leaking file descriptorsSimo Sorce2011-08-042-0/+15
* Provide python bindings for the HBAC evaluator libraryJakub Hrozek2011-08-048-4/+2694
* Rewrite HBAC rule evaluatorStephen Gallagher2011-08-0423-1702/+4592
* Request password control unconditionally during bindJakub Hrozek2011-08-041-6/+6
* Do not add a NULL host parsed from LDAP URIJakub Hrozek2011-08-041-1/+8
* Use ares_search instead of ares_query for hostname resolutionsssd-1.5.1-43.el6Jakub Hrozek2011-07-131-1/+1
* ipa_dyndns: Use sockaddr_storage for storing IP addressesJakub Hrozek2011-07-131-12/+17
* Fix TLS/SSL validation after switch to ldap_init_fdSumit Bose2011-07-1313-72/+558
* Honor the TTL value of SRV record lookupsJakub Hrozek2011-07-1311-221/+903
* Delete cached ccache file if password is expiredSumit Bose2011-07-131-8/+63
* Fall back to polling when inotify failsJan Zeleny2011-07-131-28/+68
* Do not check pwdAttributeSumit Bose2011-07-131-9/+0
* Handle non-POSIX groups in nestingsssd-1.5.1-40.el6Jan Zeleny2011-06-027-52/+132
* Support overriding attribute values locallyJakub Hrozek2011-06-0211-5/+414
* Properly support IPv6 in LDAP URIs for IPA and LDAP providersJakub Hrozek2011-06-027-23/+121
* Add online callback only once for TGT renewalSumit Bose2011-06-021-25/+44