summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Periodic translation file updateStephen Gallagher38-9992/+29305
2011-11-02SYSDB: add index for nameAliasStephen Gallagher3-1/+97
2011-11-02Handle group renaming correctlyJan Zeleny1-2/+7
2011-11-02Support to request canonicalization in LDAP/IPA providerJan Zeleny10-1/+45
2011-11-02Add support to request canonicalization on krb AS requestsJan Zeleny10-6/+68
2011-11-02Add wrapper for krb5_get_init_creds_opt_set_canonicalizeJan Zeleny3-0/+14
2011-11-02Fixes debug-tests.c coverity issues: NEGATIVE_RETURNS, FORWARD_NULLPavel Březina1-49/+140
2011-11-02RESPONDER: Fix segfault in sss_packet_send()Stephen Gallagher1-0/+5
2011-11-02LDAP: Add support for multiple search bases for group enumerationStephen Gallagher4-24/+101
2011-11-02LDAP: Add support for multiple search bases for user enumerationStephen Gallagher4-8/+49
2011-11-02LDAP: Convert ldap_*_search_filterStephen Gallagher3-59/+23
2011-11-02LDAP: Update manpages with multiple search base informationStephen Gallagher1-1/+56
2011-11-02LDAP: Add multiple search bases for initgroups (RFC2307bis groups)Stephen Gallagher1-77/+225
2011-11-02LDAP: Add multiple search bases for initgroups (RFC2307 groups)Stephen Gallagher1-17/+99
2011-11-02LDAP: Add multiple search bases for initgroups (users)Stephen Gallagher1-30/+72
2011-11-02LDAP: Support multiple group search bases (non-enumeration, RFC2307)Stephen Gallagher4-16/+74
2011-11-02LDAP: Support multiple netgroup search basesStephen Gallagher3-14/+65
2011-11-02LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher4-14/+70
2011-11-02LDAP: Add parser for multiple search basesStephen Gallagher5-26/+380
2011-11-02Make sdap_get_id_specific_filter() more strictStephen Gallagher2-4/+4
2011-11-02Fix size return for split_on_separator()Stephen Gallagher2-6/+6
2011-11-02Remove unused sdap_options attributesStephen Gallagher1-3/+0
2011-11-02Cleanup of unused function in ldap access providerJan Zeleny1-2/+0
2011-11-02Remove confusing do-while loopJakub Hrozek1-35/+36
2011-11-02Use LDAPDerefSpec properlyJakub Hrozek1-4/+6
2011-10-31Steal result onto mem_ctx in sdap_initgr_nested_get_direct_parentsJakub Hrozek1-2/+1
2011-10-31RFC2307bis initgroups: fix nested groups processingJakub Hrozek1-20/+33
2011-10-31resolver: Free the whole hostent structureJakub Hrozek1-1/+1
2011-10-31Do not leak hash table iterator during proxy authJakub Hrozek1-0/+1
2011-10-31Plug memory leaks in sysdb_opsJakub Hrozek1-20/+54
2011-10-31Added krb5_fast_principal to SSSDConfig APIJan Zeleny4-3/+9
2011-10-25SSSDConfig: Handle integer parsing more lenientlyStephen Gallagher2-1/+4
2011-10-25Plug memory leaks in LDAP providerJakub Hrozek1-0/+3
2011-10-18Updating translation filesStephen Gallagher35-2496/+148969
2011-10-17Cancel transactions correctly during initgroupsJakub Hrozek1-13/+31
2011-10-17Use fewer transactions during IPA initgroupsJakub Hrozek1-171/+273
2011-10-17Use fewer transactions during RFC2307bis initgroupsJakub Hrozek1-346/+366
2011-10-17Utility functions for LDAP nested schema initgroupsJakub Hrozek1-0/+119
2011-10-17MONITOR: fix timeout conversionStephen Gallagher1-1/+1
2011-10-17Sanitize DN in sysdb_get_direct_parentsJakub Hrozek1-1/+7
2011-10-17Add a missing breakJakub Hrozek1-0/+1
2011-10-14Update sssd-example.confMarko Myllynen1-3/+6
2011-10-14TOOLS: Do not leak pid_file handle on errorStephen Gallagher1-1/+2
2011-10-14Report on errno, not return code in create_socket_symlinkJakub Hrozek1-0/+2
2011-10-14Fix off-by-one error in remove_socket_symlink()Jakub Hrozek1-1/+1
2011-10-14Fixed timeout handling in respondersJan Zeleny1-72/+72
2011-10-14HBAC: Use originalMember for identifying hostgroupsStephen Gallagher3-45/+165
2011-10-14HBAC: Use originalMember for identifying servicegroupsStephen Gallagher3-41/+169
2011-10-14HBAC: Do not save member/memberOf linksStephen Gallagher1-120/+0
2011-10-13SysDB commands that save lastUpdate allows this value to be passed inPavel Březina11-77/+130