summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Add info about ipa_host_search_base to man pageJan Zeleny1-0/+29
2012-01-14NSS: Validate input string lengthsStephen Gallagher4-9/+32
2012-01-14LDAP: Copy URI instead of pointing at failover service recordStephen Gallagher1-2/+8
2012-01-14Log fixes for sdap_call_conn_cbStephen Gallagher2-2/+4
2012-01-09util: Fix murmurhash3 on machines with old glibcSimo Sorce1-0/+10
2012-01-09Add a random + identity test for murmurhash3Simo Sorce1-0/+29
2012-01-09util: add murmurhash3 hash functionSimo Sorce3-0/+144
2012-01-09nsssrv: use sized_string in fill_grentSimo Sorce1-35/+48
2012-01-09nsssrv: use sized_string in fill_pwentSimo Sorce1-41/+56
2012-01-09nsssrv: add string manipulation helperSimo Sorce2-0/+19
2012-01-06IPA netgroups: Do not reuse loop iterator variableJakub Hrozek1-3/+3
2012-01-06Do not call krb5_child when changing passwords and provider went offlineJakub Hrozek1-1/+11
2012-01-06HBAC: create empty groups with one NULL elementJakub Hrozek1-16/+15
2012-01-04nsssrv: remove unused macroSimo Sorce1-2/+0
2012-01-04tests: fix test group of utf8 testsSimo Sorce1-5/+5
2011-12-22Importing new translations for 1.7.0 releaseStephen Gallagher37-2435/+1611
2011-12-22Add compatibility layer for Heimdal Kerberos implementationStephen Gallagher6-21/+99
2011-12-21Honor case sensitive flag when creating the ccname templateJakub Hrozek4-12/+56
2011-12-21Return user and group names lowercased in case insensitive domainsJakub Hrozek1-12/+32
2011-12-21sss_get_cased_name utility functionJakub Hrozek5-11/+24
2011-12-20Save original memberof, not memberofJakub Hrozek1-4/+16
2011-12-20Failover: Introduce a per-service timeoutJakub Hrozek4-5/+67
2011-12-20Do not touch resolve_service_state in fo_resolve_service_doneJakub Hrozek1-14/+11
2011-12-20Resolver: Introduce a per-request timeoutJakub Hrozek1-30/+199
2011-12-20PAM: make initgroups timeout work across multiple clientsStephen Gallagher6-6/+241
2011-12-20Error out if local domain is case insensitiveJakub Hrozek1-0/+7
2011-12-20SUDO Integration - fixed memory leak in sdap_sudo_handler()Pavel Březina1-0/+1
2011-12-20SUDO Integration - be_sudo_req removed from sudo_ctxPavel Březina2-2/+0
2011-12-20MONITOR: use sigchld handler for monitoring SSSD servicesStephen Gallagher1-177/+159
2011-12-19Update translations for string freezeStephen Gallagher37-9287/+16984
2011-12-19Pass sdap_id_ctx to online check from IPA providerJakub Hrozek5-18/+56
2011-12-19Securely set umask when using mkstempStephen Gallagher4-0/+18
2011-12-19Reorder pidfile() function to guarantee NULL-terminationStephen Gallagher1-3/+3
2011-12-19Deleted declaration of nss_get_dom()Jan Zeleny1-4/+0
2011-12-19Move child_common routines to utilStephen Gallagher14-13/+13
2011-12-19Add common SIGCHLD handling for providers.Pavel Zuna4-6/+260
2011-12-19Pass client context to sss_dp_get_account_sendJakub Hrozek1-1/+1
2011-12-16Use of uninitialized value in sss_ldap_dn_in_search_basesPavel Březina1-3/+3
2011-12-16DP: Remove processed callbacksJakub Hrozek1-3/+5
2011-12-16Logically dead code in sdap_nested_group_lookup_groupPavel Březina1-1/+1
2011-12-16SUDO Integration - pseudo client for testingPavel Březina1-0/+167
2011-12-16SUDO Integration - API for sudoPavel Březina4-0/+553
2011-12-16SUDO Integration - responder - get sudo rules logicJakub Hrozek1-2/+444
2011-12-16SUDO Integration - responderPavel Březina9-1/+1048
2011-12-16SUDO integration - LDAP providerPavel Březina4-0/+657
2011-12-16SUDO Integration - LDAP provider - save sudo rules functionsJakub Hrozek2-0/+125
2011-12-16SUDO Integration - LDAP configuration optionsPavel Březina6-3/+150
2011-12-16SUDO integration - data provider backend handlerPavel Březina4-0/+166
2011-12-16SUDO Integration - sysdb interfaceJakub Hrozek2-0/+402
2011-12-16SUDO integration - client common interfacePavel Březina2-0/+24