summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta10-40/+212
https://fedorahosted.org/sssd/ticket/1203
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
subdomain_homedir - if set, it contains default value, can be overriden in further processing
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
Now it checks for subdomains as well as for the domain itself
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
https://fedorahosted.org/sssd/ticket/1258
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
Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation.
2012-04-20Test RFC2307bis and RFC2307 option mapsJakub Hrozek1-0/+28
https://fedorahosted.org/sssd/ticket/1281 Only user, group and autofs maps are different. Services and netgroups are using the same map.
2012-04-20Warn on 'make update-po' if there are manpages not listed in po4a.cfgJakub Hrozek1-0/+7
https://fedorahosted.org/sssd/ticket/1219
2012-04-20Document sss_tools betterJakub Hrozek9-0/+35
https://fedorahosted.org/sssd/ticket/917
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek16-314/+242
https://fedorahosted.org/sssd/ticket/1209
2012-04-20Move atomic io function to a separate moduleJakub Hrozek6-52/+113
We'll be using it on various places of the SSSD. The function is in its own file to allow using just the one piece without having to drag in the whole util.c module.
2012-04-20sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to readJakub Hrozek2-1/+208
Also adds a unit test for sss_atomic_io()
2012-04-20sdap_check_aliases must not error when detects the same userJakub Hrozek1-13/+31
https://fedorahosted.org/sssd/ticket/1307
2012-04-20Make the monitor SIGKILL time configurableJakub Hrozek6-3/+43
https://fedorahosted.org/sssd/ticket/1119
2012-04-20Free controls in sdap_rebind_procJakub Hrozek1-4/+6
2012-04-20proxy: new option proxy_fast_aliasJakub Hrozek7-43/+143
2012-04-20proxy: Canonicalize user and group namesJakub Hrozek1-312/+354
https://fedorahosted.org/sssd/ticket/1249
2012-04-18MAN: document the hostid and autofs providersJakub Hrozek1-0/+60
2012-04-18MAN: timeout can be specified for services, tooJakub Hrozek1-14/+13
2012-04-18Fixed minor memory leak in ldap providerJan Zeleny1-0/+1
2012-04-18Fixed memory context in sdap_fill_memberships()Jan Zeleny1-1/+1
2012-04-18Removed unused function sysdb_attrs_users_from_ldb_vals()Jan Zeleny2-51/+0
2012-04-18Removed unused block of code is sdap_fill_memberships()Jan Zeleny1-57/+29
2012-04-18Removed a block of dead code in sdap_async_groups.cJan Zeleny1-20/+1
2012-04-18sss_cache: Better error reportingJakub Hrozek1-37/+94
* Print usage when no options are given * Report skipped entries * Print error message when a nonexistent domain is selected https://fedorahosted.org/sssd/ticket/1301 https://fedorahosted.org/sssd/ticket/1305 https://fedorahosted.org/sssd/ticket/1306
2012-04-18autofs: Raise the maximum key length to PATH_MAXJakub Hrozek1-2/+4
https://fedorahosted.org/sssd/ticket/1300
2012-04-18sss_cache: support invalidating services and autofs mapsJakub Hrozek2-9/+162
https://fedorahosted.org/sssd/ticket/1170
2012-04-18Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek4-0/+68