summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
Coverity 12394, 12395, 12396, 12397 and 12398
2011-12-19Reorder pidfile() function to guarantee NULL-terminationStephen Gallagher1-3/+3
Coverity 12400
2011-12-19Deleted declaration of nss_get_dom()Jan Zeleny1-4/+0
This function has been renamed to responder_get_domain() but this declaration hasn't been deleted.
2011-12-19Move child_common routines to utilStephen Gallagher15-20/+20
2011-12-19Add common SIGCHLD handling for providers.Pavel Zuna5-8/+269
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
https://fedorahosted.org/sssd/ticket/1112
2011-12-16DP: Remove processed callbacksJakub Hrozek1-3/+5
2011-12-16Logically dead code in sdap_nested_group_lookup_groupPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/1113
2011-12-16SUDO Integration - pseudo client for testingPavel Březina2-0/+182
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řezina10-1/+1065
2011-12-16SUDO integration - LDAP providerPavel Březina5-1/+660
2011-12-16SUDO Integration - LDAP provider - save sudo rules functionsJakub Hrozek3-0/+129
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 Hrozek3-0/+406
2011-12-16SUDO integration - client common interfacePavel Březina4-0/+30
2011-12-16Export the function to convert ldb_result to sysdb_attrsJakub Hrozek4-30/+34
It will be reused later in the sudo responder
2011-12-16Use the case sensitivity flag in the proxy providerJakub Hrozek3-153/+181
2011-12-16Use the case sensitivity flag in the simple access providerJakub Hrozek2-4/+45
2011-12-16Use the case sensitivity flag in the LDAP providerJakub Hrozek8-15/+64
2011-12-16sysdb_get_real_name helper functionJakub Hrozek2-0/+50
2011-12-16Refactor saving sdap entitiesJakub Hrozek5-179/+146
There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
2011-12-16Use the case sensitivity flag in respondersJakub Hrozek12-46/+195
2011-12-16Canonicalize username in PAM providerJakub Hrozek1-0/+27
2011-12-16Responders: Split getting domain by name into separate functionJakub Hrozek5-22/+21
2011-12-16sss_utf8_tolower utility function+unit testsJakub Hrozek7-1/+221
2011-12-14Support search bases in netgroup members translationPavel Březina1-1/+11
2011-12-14Support search bases in RFC2307bis enumerationPavel Březina2-10/+152
https://fedorahosted.org/sssd/ticket/960
2011-12-14Added sss_ldap_dn_in_search_bases()Pavel Březina2-0/+132
2011-12-13Cancel ping_check if service goes awayJakub Hrozek1-1/+14
https://fedorahosted.org/sssd/ticket/1090
2011-12-13Fix typo in IPA SSSDConfig fileStephen Gallagher1-1/+1
2011-12-12Update spec file to build with Glib on RHEL 5Stephen Gallagher1-2/+9
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher9-3/+39
https://fedorahosted.org/sssd/ticket/1036
2011-12-12Fix uninitialized value error in ipa_netgroups.cStephen Gallagher1-0/+1
DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382
2011-12-09Fix potential resource leak in backup_file.cStephen Gallagher1-1/+1
2011-12-09Fixed IPA netgroup processingJan Zeleny3-2/+7
In case IPA netgroup had indirect member hosts, they wouldn't be detected. This patch also modifies debug messages for easier debugging in the future.
2011-12-08Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher1-1/+1
Glib fails if the NULL-terminator is included when a length is specified.
2011-12-08LDAP: Fix missing break statements in force_tlsStephen Gallagher1-6/+12
Also add a default case to protect against bad input
2011-12-08LDAP provider: Error while setting the nocanon option should not be fatalJakub Hrozek1-3/+9
https://fedorahosted.org/sssd/ticket/1100
2011-12-08Add ldap_sasl_minssf optionJan Zeleny8-1/+24
https://fedorahosted.org/sssd/ticket/1075
2011-12-08Fixed incorrect return code in PAM clientJan Zeleny1-1/+1
The original return code when SSSD was not running was system_err, now it is authinfo_unavail. https://fedorahosted.org/sssd/ticket/1011
2011-12-08Added sssd --version optionPavel Březina4-3/+35
https://fedorahosted.org/sssd/ticket/953
2011-12-07Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek1-18/+6
This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad
2011-12-07Pass the correct private data into Data Provider callbackJakub Hrozek1-1/+1
2011-12-05Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2-4/+4
Glib fails if the NULL-terminator is included when a length is specified.
2011-12-05Fixed an error in macro for merging double linked listsJan Zeleny1-1/+1