summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update translations for string freezeStephen Gallagher2011-12-1937-9287/+16984
|
* Pass sdap_id_ctx to online check from IPA providerJakub Hrozek2011-12-195-18/+56
|
* Securely set umask when using mkstempStephen Gallagher2011-12-194-0/+18
| | | | Coverity 12394, 12395, 12396, 12397 and 12398
* Reorder pidfile() function to guarantee NULL-terminationStephen Gallagher2011-12-191-3/+3
| | | | Coverity 12400
* Deleted declaration of nss_get_dom()Jan Zeleny2011-12-191-4/+0
| | | | | This function has been renamed to responder_get_domain() but this declaration hasn't been deleted.
* Move child_common routines to utilStephen Gallagher2011-12-1914-13/+13
|
* Add common SIGCHLD handling for providers.Pavel Zuna2011-12-194-6/+260
|
* Pass client context to sss_dp_get_account_sendJakub Hrozek2011-12-191-1/+1
|
* Use of uninitialized value in sss_ldap_dn_in_search_basesPavel Březina2011-12-161-3/+3
| | | | https://fedorahosted.org/sssd/ticket/1112
* DP: Remove processed callbacksJakub Hrozek2011-12-161-3/+5
|
* Logically dead code in sdap_nested_group_lookup_groupPavel Březina2011-12-161-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1113
* SUDO Integration - pseudo client for testingPavel Březina2011-12-161-0/+167
|
* SUDO Integration - API for sudoPavel Březina2011-12-164-0/+553
|
* SUDO Integration - responder - get sudo rules logicJakub Hrozek2011-12-161-2/+444
|
* SUDO Integration - responderPavel Březina2011-12-169-1/+1048
|
* SUDO integration - LDAP providerPavel Březina2011-12-164-0/+657
|
* SUDO Integration - LDAP provider - save sudo rules functionsJakub Hrozek2011-12-162-0/+125
|
* SUDO Integration - LDAP configuration optionsPavel Březina2011-12-166-3/+150
|
* SUDO integration - data provider backend handlerPavel Březina2011-12-164-0/+166
|
* SUDO Integration - sysdb interfaceJakub Hrozek2011-12-162-0/+402
|
* SUDO integration - client common interfacePavel Březina2011-12-162-0/+24
|
* Export the function to convert ldb_result to sysdb_attrsJakub Hrozek2011-12-164-30/+34
| | | | It will be reused later in the sudo responder
* Use the case sensitivity flag in the proxy providerJakub Hrozek2011-12-163-153/+181
|
* Use the case sensitivity flag in the simple access providerJakub Hrozek2011-12-162-4/+45
|
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-168-15/+64
|
* sysdb_get_real_name helper functionJakub Hrozek2011-12-162-0/+50
|
* Refactor saving sdap entitiesJakub Hrozek2011-12-165-179/+146
| | | | | There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-1612-46/+195
|
* Canonicalize username in PAM providerJakub Hrozek2011-12-161-0/+27
|
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-165-22/+21
|
* sss_utf8_tolower utility function+unit testsJakub Hrozek2011-12-166-0/+219
|
* Support search bases in netgroup members translationPavel Březina2011-12-141-1/+11
|
* Support search bases in RFC2307bis enumerationPavel Březina2011-12-142-10/+152
| | | | https://fedorahosted.org/sssd/ticket/960
* Added sss_ldap_dn_in_search_bases()Pavel Březina2011-12-142-0/+132
|
* Cancel ping_check if service goes awayJakub Hrozek2011-12-131-1/+14
| | | | https://fedorahosted.org/sssd/ticket/1090
* Fix typo in IPA SSSDConfig fileStephen Gallagher2011-12-131-1/+1
|
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-129-3/+39
| | | | https://fedorahosted.org/sssd/ticket/1036
* Fix uninitialized value error in ipa_netgroups.cStephen Gallagher2011-12-121-0/+1
| | | | | | | DEBUG message can print an unitialized value if the first netgroup has no members. Coverity 12382
* Fix potential resource leak in backup_file.cStephen Gallagher2011-12-091-1/+1
|
* Fixed IPA netgroup processingJan Zeleny2011-12-093-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.
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
| | | | Glib fails if the NULL-terminator is included when a length is specified.
* LDAP: Fix missing break statements in force_tlsStephen Gallagher2011-12-081-6/+12
| | | | Also add a default case to protect against bad input
* LDAP provider: Error while setting the nocanon option should not be fatalJakub Hrozek2011-12-081-3/+9
| | | | https://fedorahosted.org/sssd/ticket/1100
* Add ldap_sasl_minssf optionJan Zeleny2011-12-088-1/+24
| | | | https://fedorahosted.org/sssd/ticket/1075
* Fixed incorrect return code in PAM clientJan Zeleny2011-12-081-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
* Added sssd --version optionPavel Březina2011-12-083-2/+31
| | | | https://fedorahosted.org/sssd/ticket/953
* Always attempt to connect in sdap_async_sys_connect_doneJakub Hrozek2011-12-071-18/+6
| | | | This syncs up with Samba commit 50e30afa608dfdeae8a260730ead9761ed424dad
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
|
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-052-4/+4
| | | | | Glib fails if the NULL-terminator is included when a length is specified.
* Fixed an error in macro for merging double linked listsJan Zeleny2011-12-051-1/+1
|