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