summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SYSDB: Handle upgrade script failures betterStephen Gallagher2012-05-031-4/+13
* AUTOFS: remove unused assignmentsJakub Hrozek2012-05-032-5/+9
* IPA: Check return valuesJakub Hrozek2012-05-032-2/+12
* PROXY: return correct return codesJakub Hrozek2012-05-031-7/+9
* SSS_DEBUGLEVEL: silence analyzer warningsJakub Hrozek2012-05-031-2/+3
* NSS: fix returning group from cacheJakub Hrozek2012-05-021-1/+1
* Handle endianness issues on older systemsStephen Gallagher2012-05-021-0/+17
* DP: return correct error message when subdomains back end target is not confi...Jakub Hrozek2012-05-021-1/+1
* HBAC: Prevent NULL dereference in hbac_evaluateJakub Hrozek2012-05-021-2/+4
* ipa_get_config_send: remove unused assignmentJakub Hrozek2012-05-021-1/+0
* IPA netgroups: return EOK when there are no netgroups to processJakub Hrozek2012-05-021-0/+1
* NSS: Check return code of sss_mmap_cache_gr_storeJakub Hrozek2012-05-021-0/+5
* PAM_SSS: report error code if write failsJakub Hrozek2012-05-021-2/+2
* PYHBAC: Return NULL on failureJakub Hrozek2012-05-021-0/+1
* RESPONDER: check return value from confdb_get_intJakub Hrozek2012-05-021-0/+7
* LDAP: check return value of sysdb_attrs_get_elJakub Hrozek2012-05-021-0/+7
* SERVER: use the correct return code of sss_atomic_write_sJakub Hrozek2012-05-021-1/+1
* SSH: return NULL on error in ssh_host_pubkeys_format_known_host_plainJakub Hrozek2012-05-021-1/+2
* SYSDB: check return valueJakub Hrozek2012-05-021-2/+2
* SYSDB: return EOK if empty message is passed into get_rm_msgJakub Hrozek2012-05-021-0/+1
* SUDO: Return ret, not EOKJakub Hrozek2012-05-021-1/+1
* Allow different SID representations in libidmapSumit Bose2012-05-015-13/+925
* execv, excvp and exec_child never return EOKStef Walter2012-05-014-18/+11
* NSS: Only return data from initgroups onceJakub Hrozek2012-04-241-3/+10
* Lowercase group members in case-insensitive domainsJakub Hrozek2012-04-241-1/+7
* murmurhash: Relax inline requirementStephen Gallagher2012-04-241-2/+2
* Two fixes in responder subdomain codeJan Zeleny2012-04-242-1/+7
* fix copy and paste error in commentPavel Březina2012-04-241-1/+1
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-2410-40/+212
* UTIL: Add HMAC-SHA-1 functionJan Cholasta2012-04-244-0/+163
* Utilize sysdb context within be_req in HBACJan Zeleny2012-04-241-2/+2
* Detect subdomain request in IPA access providerJan Zeleny2012-04-241-0/+10
* Accept be_req instead if be_ctx in LDAP access providerJan Zeleny2012-04-243-15/+16
* Carry sysdb context and domain info in be_req structureJan Zeleny2012-04-242-0/+5
* Basic support for subdomains in auth providerJan Zeleny2012-04-243-3/+13
* Send PAM requests for subdomains to the right providerJan Zeleny2012-04-241-3/+41
* Add ID operations in subdomainsJan Zeleny2012-04-243-0/+276
* Add s2n extended operationSumit Bose2012-04-242-0/+667
* Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny2012-04-243-108/+168
* New config option for subdomainsJan Zeleny2012-04-244-0/+29
* Add domain name to get_account_info requestSumit Bose2012-04-243-0/+11
* IPA: Add get-domains targetSumit Bose2012-04-248-0/+445
* data provider: added subdomainsSumit Bose2012-04-247-4/+197
* Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose2012-04-241-4/+26
* Ask for subdomains in responder in the first request after startupJan Zeleny2012-04-241-0/+30
* Retrieve subdomains if there is a request for fully qualified userJan Zeleny2012-04-243-31/+192
* Modified responder_get_domain()Jan Zeleny2012-04-2413-22/+51
* Responder part of the subdomain retrieval workJan Zeleny2012-04-247-0/+392
* Add conn_name to allow different names for domains and connectionsJan Zeleny2012-04-245-4/+6
* Add some utility functions for subdomainsJan Zeleny2012-04-243-0/+120