summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-02RESPONDER: check return value from confdb_get_intJakub Hrozek1-0/+7
2012-05-02LDAP: check return value of sysdb_attrs_get_elJakub Hrozek1-0/+7
2012-05-02SERVER: use the correct return code of sss_atomic_write_sJakub Hrozek1-1/+1
2012-05-02SSH: return NULL on error in ssh_host_pubkeys_format_known_host_plainJakub Hrozek1-1/+2
2012-05-02SYSDB: check return valueJakub Hrozek1-2/+2
2012-05-02SYSDB: return EOK if empty message is passed into get_rm_msgJakub Hrozek1-0/+1
2012-05-02SUDO: Return ret, not EOKJakub Hrozek1-1/+1
2012-05-01Allow different SID representations in libidmapSumit Bose6-15/+929
2012-05-01execv, excvp and exec_child never return EOKStef Walter4-18/+11
2012-04-24NSS: Only return data from initgroups onceJakub Hrozek1-3/+10
2012-04-24Lowercase group members in case-insensitive domainsJakub Hrozek1-1/+7
2012-04-24murmurhash: Relax inline requirementStephen Gallagher1-2/+2
2012-04-24Two fixes in responder subdomain codeJan Zeleny2-1/+7
2012-04-24fix copy and paste error in commentPavel Březina1-1/+1
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta10-40/+212
2012-04-24UTIL: Add HMAC-SHA-1 functionJan Cholasta5-0/+165
2012-04-24Utilize sysdb context within be_req in HBACJan Zeleny1-2/+2
2012-04-24Detect subdomain request in IPA access providerJan Zeleny1-0/+10
2012-04-24Accept be_req instead if be_ctx in LDAP access providerJan Zeleny3-15/+16
2012-04-24Carry sysdb context and domain info in be_req structureJan Zeleny2-0/+5
2012-04-24Basic support for subdomains in auth providerJan Zeleny3-3/+13
2012-04-24Send PAM requests for subdomains to the right providerJan Zeleny1-3/+41
2012-04-24Add ID operations in subdomainsJan Zeleny4-0/+277
2012-04-24Add s2n extended operationSumit Bose3-0/+668
2012-04-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny4-108/+170
2012-04-24New config option for subdomainsJan Zeleny4-0/+29
2012-04-24Add domain name to get_account_info requestSumit Bose3-0/+11
2012-04-24IPA: Add get-domains targetSumit Bose9-0/+447
2012-04-24data provider: added subdomainsSumit Bose7-4/+197
2012-04-24Check sub-domains in nss_cmd_get{pwuid|grgid}_search()Sumit Bose1-4/+26
2012-04-24Ask for subdomains in responder in the first request after startupJan Zeleny1-0/+30
2012-04-24Retrieve subdomains if there is a request for fully qualified userJan Zeleny3-31/+192
2012-04-24Modified responder_get_domain()Jan Zeleny13-22/+51
2012-04-24Responder part of the subdomain retrieval workJan Zeleny8-1/+394
2012-04-24Add conn_name to allow different names for domains and connectionsJan Zeleny5-4/+6
2012-04-24Add some utility functions for subdomainsJan Zeleny4-1/+122
2012-04-24Sysdb routines for subdomainsJan Zeleny6-81/+853
2012-04-20Fix typo: retreiving->retrievingYuri Chornoivan1-1/+1
2012-04-20Get the RootDSE after binding if not successfull beforeJakub Hrozek1-26/+104
2012-04-20Fix linker issue with pam_sssStephen Gallagher1-0/+1
2012-04-20Two manual pages fixesMarco Pizzoli2-1/+3
2012-04-20Install and uninstall all documentationPavel Březina2-6/+22
2012-04-20Test RFC2307bis and RFC2307 option mapsJakub Hrozek1-0/+28
2012-04-20Warn on 'make update-po' if there are manpages not listed in po4a.cfgJakub Hrozek1-0/+7
2012-04-20Document sss_tools betterJakub Hrozek9-0/+35
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek16-314/+242
2012-04-20Move atomic io function to a separate moduleJakub Hrozek6-52/+113
2012-04-20sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek2-1/+208
2012-04-20sdap_check_aliases must not error when detects the same userJakub Hrozek1-13/+31
2012-04-20Make the monitor SIGKILL time configurableJakub Hrozek6-3/+43