summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-25New DEBUG facility - conversionPavel Březina40-61/+62
2011-08-25New DEBUG facility - modified DEBUGPavel Březina1-6/+41
2011-08-25New DEBUG facility - new levelsPavel Březina2-2/+89
2011-08-25Improve password policy error code and messageSumit Bose1-4/+9
2011-08-25Return the first value of name if the multivalued name attribute does not mat...Jakub Hrozek1-3/+4
2011-08-25IPA dyndns: do not segfault if the server cannot be resolvedJakub Hrozek1-4/+2
2011-08-15Handle timeout during sss_ldap_init_sendJakub Hrozek3-3/+41
2011-08-15Do not delete requests inside hash_iterate loopJakub Hrozek1-10/+12
2011-08-15Handle errno properly in set_debug_file_from_fd()Jakub Hrozek1-2/+5
2011-08-15Moved some functions in sdap_async_initgroupsJan Zeleny1-345/+349
2011-08-15Moved some functions in sdap_async_groupsJan Zeleny1-122/+112
2011-08-15Confusing part of code cleared outJan Zeleny1-34/+32
2011-08-15sdap_async_accounts.c splitJan Zeleny4-2514/+2588
2011-08-15Remaining memory context variables renamedJan Zeleny2-75/+75
2011-08-15sysdb refactoring: memory context deletedJan Zeleny20-455/+429
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny42-538/+254
2011-08-15Added sysdb_ctx_get_domain functionJan Zeleny2-0/+7
2011-08-15sysdb refactoring: renamed ctx variable to sysdbJan Zeleny4-348/+348
2011-08-11Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher1-3/+3
2011-08-11Allow the O_NONBLOCK flag to be reset correctlyRalf Haferkamp1-14/+0
2011-08-10Fix potential double-free issueStephen Gallagher1-1/+1
2011-08-10Cancel sysdb upgrade transaction if commit failsStephen Gallagher1-60/+30
2011-08-08Remove unused temporary contextJakub Hrozek1-5/+0
2011-08-08Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek1-16/+19
2011-08-08Fixed implicit declaration of function 'time' in src/sss_client/common.c.Pavel Březina1-0/+1
2011-08-08debug_timestamps fixesPavel Březina4-14/+24
2011-08-08Rename sssd.conf to sssd-example.confStephen Gallagher1-1/+1
2011-08-04Revert "Allow LDAP to decide when an expiration warning is warranted"Stephen Gallagher1-4/+3
2011-08-04Fix returning groups when gidNumber attribute is not orderedJakub Hrozek3-4/+10
2011-08-04pyhbac: Do not convert int to boolJakub Hrozek1-2/+11
2011-08-03Fix two man page typosYuri Chornoivan2-2/+2
2011-08-02Updating translations for 1.6.0 releaseStephen Gallagher6-2596/+4336
2011-08-01Allow LDAP to decide when an expiration warning is warrantedStephen Gallagher1-3/+4
2011-08-01Request password control unconditionally during bindJakub Hrozek1-6/+6
2011-08-01HBAC rule validation Python bindingsJakub Hrozek2-0/+129
2011-08-01Change the default value of ldap_tls_cacert in IPA providerJakub Hrozek1-1/+1
2011-08-01Add rule validator to libipa_hbacStephen Gallagher3-0/+189
2011-08-01Remove incorrect private variableStephen Gallagher1-1/+1
2011-08-01Wrong paramater to sysdb_attrs_add_uint32Jakub Hrozek1-1/+1
2011-07-29Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher1-85/+50
2011-07-29Fix incorrect NULL check in ipa_hbac_common.cStephen Gallagher1-1/+1
2011-07-29Fix memory leak in ipa_hbac_evaluate_rulesStephen Gallagher1-0/+1
2011-07-29Add vetoed_shells optionJohn Hodrien6-1/+27
2011-07-29sss_client: avoid leaking file descriptorsSimo Sorce1-0/+3
2011-07-29UTF8 HBAC testJakub Hrozek1-0/+117
2011-07-29libipa_hbac: Support case-insensitive comparisons with UTF8Stephen Gallagher2-16/+107
2011-07-27Handle allocation error in python HBAC bindingsJakub Hrozek1-0/+3
2011-07-27Remove dead code from python HBAC bindingsJakub Hrozek1-4/+0
2011-07-27Explicitly ignore groups with gidNumber=0Jakub Hrozek2-11/+18
2011-07-27Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek1-8/+44