summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating translation files for 1.6.1 releasesssd-1_6_1Stephen Gallagher2011-08-2920-1502/+1776
* Fix moving to next entry in deref codeJakub Hrozek2011-08-291-1/+6
* HBAC: Properly skip all non-group memberOf entriesStephen Gallagher2011-08-291-1/+2
* HBAC: Use of hostgroups for targethost or sourcehost was brokenStephen Gallagher2011-08-261-4/+4
* HBAC: Handle saving groups that have no membersStephen Gallagher2011-08-261-7/+21
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-261-3/+55
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-268-3/+33
* Improve password policy error code and messageSumit Bose2011-08-251-4/+9
* Return the first value of name if the multivalued name attribute does not mat...Jakub Hrozek2011-08-251-3/+4
* IPA dyndns: do not segfault if the server cannot be resolvedJakub Hrozek2011-08-251-4/+2
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-153-3/+41
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-08-111-3/+3
* Allow the O_NONBLOCK flag to be reset correctlyRalf Haferkamp2011-08-111-14/+0
* Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek2011-08-081-16/+19
* Revert "Allow LDAP to decide when an expiration warning is warranted"Stephen Gallagher2011-08-041-4/+3
* 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
* Fix two man page typosYuri Chornoivan2011-08-032-2/+2
* Bumping version to 1.6.1Stephen Gallagher2011-08-021-1/+1
* Updating translations for 1.6.0 releasesssd-1_6_0Stephen Gallagher2011-08-0220-4822/+7254
* Allow LDAP to decide when an expiration warning is warrantedStephen Gallagher2011-08-011-3/+4
* Request password control unconditionally during bindJakub Hrozek2011-08-011-6/+6
* HBAC rule validation Python bindingsJakub Hrozek2011-08-012-0/+129
* Change the default value of ldap_tls_cacert in IPA providerJakub Hrozek2011-08-011-1/+1
* Add rule validator to libipa_hbacStephen Gallagher2011-08-014-1/+190
* Remove incorrect private variableStephen Gallagher2011-08-011-1/+1
* Wrong paramater to sysdb_attrs_add_uint32Jakub Hrozek2011-08-011-1/+1
* Require matched version and release for libipa_hbacStephen Gallagher2011-08-011-0/+1
* Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher2011-07-291-85/+50
* Fix incorrect NULL check in ipa_hbac_common.cStephen Gallagher2011-07-291-1/+1
* Fix memory leak in ipa_hbac_evaluate_rulesStephen Gallagher2011-07-291-0/+1
* Add vetoed_shells optionJohn Hodrien2011-07-296-1/+27
* sss_client: avoid leaking file descriptorsSimo Sorce2011-07-292-0/+15
* UTF8 HBAC testJakub Hrozek2011-07-291-0/+117
* libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher2011-07-295-17/+111
* Handle allocation error in python HBAC bindingsJakub Hrozek2011-07-271-0/+3
* Remove dead code from python HBAC bindingsJakub Hrozek2011-07-271-4/+0
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-07-272-11/+18
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-07-271-8/+44
* silence compilation warnings on RHEL5pbrezina2011-07-271-12/+13
* Fix indexing of skipped groupsJakub Hrozek2011-07-211-2/+4
* fo_get_server_name() getter for a server nameJakub Hrozek2011-07-216-4/+32
* Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek2011-07-217-11/+11
* Only print server address if one is availableJakub Hrozek2011-07-211-0/+7
* Do not add a NULL host parsed from LDAP URIJakub Hrozek2011-07-211-1/+8
* Fix python HBAC bindings for python <= 2.4Jakub Hrozek2011-07-137-85/+315
* Fixes for python HBAC bindingsJakub Hrozek2011-07-132-12/+105
* Use ares_search instead of ares_query for hostname resolutionJakub Hrozek2011-07-131-1/+1
* Remove unused krb5_service structure memberJakub Hrozek2011-07-133-7/+1
* Check DNS records before updatingJakub Hrozek2011-07-114-25/+470