summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Zeleny3-0/+276
2012-04-24Add s2n extended operationSumit Bose2-0/+667
2012-04-24Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny3-108/+168
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 Bose8-0/+445
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 Zeleny7-0/+392
2012-04-24Add conn_name to allow different names for domains and connectionsJan Zeleny5-4/+6
2012-04-24Add some utility functions for subdomainsJan Zeleny3-0/+120
2012-04-24Sysdb routines for subdomainsJan Zeleny5-81/+852
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-20Two manual pages fixesMarco Pizzoli2-1/+3
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 Hrozek15-313/+236
2012-04-20Move atomic io function to a separate moduleJakub Hrozek5-52/+111
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
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
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
2012-04-18autofs: Raise the maximum key length to PATH_MAXJakub Hrozek1-2/+4
2012-04-18sss_cache: support invalidating services and autofs mapsJakub Hrozek2-9/+162
2012-04-18Add sysdb_set_service_attr and sysdb_set_autofsmap_attrJakub Hrozek4-0/+68
2012-04-18sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina1-2/+4
2012-04-18Remove the "command" option from documentationJakub Hrozek1-16/+0
2012-04-18Fix erronous reference to the 'allow' access_providerStef Walter1-1/+1
2012-04-18pam_sss: improve error handling in SELinux codeJakub Hrozek1-3/+5
2012-04-18MAN: Add ldap_sasl_minssf to the manpageStephen Gallagher1-0/+16
2012-04-18MAN: Improve ldap_disable_paging documentationStephen Gallagher1-1/+4
2012-04-18Do not call sdap_auth if not neededJakub Hrozek1-7/+11