Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-06 | sss_cache: Remove fastcache even if sssd is not running. | Michal Zidek | 1 | -3/+23 | |
https://fedorahosted.org/sssd/ticket/1584 | |||||
2012-10-29 | Include talloc log in our debug facility | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1495 | |||||
2012-10-23 | Fix two errors in the nss responder | Sumit Bose | 1 | -1/+3 | |
One is a copy-and-paste error which was introduce by 1774ee9a61b9d691dadd1a0538f32bcdcc84f72f. The second fixes a missing explicit setting of the return value. In the case where we want fully qualified names ret contains the number of characters from the last snprintf() which is almost ever not 0. | |||||
2012-10-18 | Allow setting the default_shell option per-domain as well | Jakub Hrozek | 1 | -1/+3 | |
https://fedorahosted.org/sssd/ticket/1583 | |||||
2012-10-12 | Check for subdomains if getpwuid or getgrgid are the first requests | Sumit Bose | 1 | -0/+72 | |
Fixes https://fedorahosted.org/sssd/ticket/1561 | |||||
2012-10-11 | nss_cmd_retpwent(): do not go into infinite loop if n < 0 | Pavel Březina | 1 | -0/+8 | |
https://fedorahosted.org/sssd/ticket/1551 | |||||
2012-10-09 | Fix typos | Yuri Chornoivan | 1 | -1/+1 | |
2012-10-02 | Fix few coding style issues | Pavel Březina | 1 | -1/+1 | |
2012-10-01 | Add new option default_domain_suffix | Sumit Bose | 3 | -8/+18 | |
2012-09-24 | sss_cache tool invalidates records in memory cache. | Michal Zidek | 3 | -2/+126 | |
2012-09-13 | NSS: Fix off-by-one error in parse_getservbyname | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1438 | |||||
2012-07-20 | NSS: Add override_shell option | Stephen Gallagher | 3 | -2/+18 | |
If override_shell is specified in the [nss] section, all users managed by SSSD will have their shell set to this value. If it is specified in the [domain/DOMAINNAME] section, it will apply to only that domain (and override the [nss] value, if any). https://fedorahosted.org/sssd/ticket/1087 | |||||
2012-07-18 | Fix uninitialized values | Nick Guay | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1379 | |||||
2012-07-12 | Add newline to DEBUG messages | Jakub Hrozek | 1 | -2/+2 | |
2012-06-21 | Fix re_expression matching with subdomains | Jan Zeleny | 2 | -37/+99 | |
This patch fixes an issue which resulted in a need to initialize responder with data from local domain, otherwise it would not correctly detect requests for subdomains. Similar situation can occur if new subdomain is added at runtime. The solution is to ask for a list of subdomains in case there is a candidate domain identified in the process of matching re_expressions with given name. | |||||
2012-06-20 | Move some debug lines to new debug log levels | Stef Walter | 1 | -1/+1 | |
* These are common lines of debug output when starting up sssd https://bugzilla.redhat.com/show_bug.cgi?id=811113 | |||||
2012-06-12 | Make re_expression and full_name_format per domain options | Stef Walter | 4 | -20/+21 | |
* Allows different user/domain qualified names for different domains. For example Domain\User or user@domain. * The global re_expression and full_name_format options remain as defaults for the domains. * Subdomains get the re_expression and full_name_format of their parent domain. https://bugzilla.redhat.com/show_bug.cgi?id=811663 | |||||
2012-06-10 | Allow fast memcache timeout to be configurable | Jan Zeleny | 3 | -5/+15 | |
https://fedorahosted.org/sssd/ticket/1318 | |||||
2012-05-31 | Ghost members - various small changes | Jan Zeleny | 1 | -1/+1 | |
2012-05-31 | Ghost members - NSS responder changes | Jan Zeleny | 1 | -89/+147 | |
Since there are two attributes storing information about user memberships of the group we have to include both of them in results. This will apply only for objects that have ghost members (i.e. they contain the SYSDB_GHOST attribute). If an object has this attribute, values of this attribute are not projected to the memberuid attribute. | |||||
2012-05-25 | NSS: Restore original protocol for getservbyport | Stephen Gallagher | 1 | -1/+1 | |
When fixing an endianness bug, we changed the protocol unnecessarily. | |||||
2012-05-25 | Send 16bit protocol numbers from the sss_client | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1348 | |||||
2012-05-24 | NSS: Fix segfault when mmap cache cannot be initialized | Stephen Gallagher | 1 | -2/+2 | |
2012-05-16 | NSS: Expire in-memory netgroup cache before the nowait timeout | Stephen Gallagher | 1 | -1/+9 | |
The fact that we were keeping it in memory for the full duration of the cache timeout meant that we would never reap the benefits of the midpoint cache refresh. https://fedorahosted.org/sssd/ticket/1340 | |||||
2012-05-15 | Use sized_string correctly in FQDN domains | Jakub Hrozek | 1 | -2/+2 | |
2012-05-15 | NSS: keep a pointer to body after body is reallocated | Jakub Hrozek | 1 | -0/+3 | |
2012-05-10 | Send the correct enumeration request | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1329 | |||||
2012-05-09 | NSS: Add default_shell option | Stephen Gallagher | 3 | -1/+15 | |
This option will allow administrators to set a default shell to be used if a user does not have one set in the identity provider. https://fedorahosted.org/sssd/ticket/1289 | |||||
2012-05-09 | NSS: Add fallback_homedir option | Stephen Gallagher | 3 | -2/+27 | |
This option is similar to override_homedir, except that it will take effect only for users that do not have an explicit home directory specified in LDAP. https://fedorahosted.org/sssd/ticket/1250 | |||||
2012-05-02 | NSS: fix returning group from cache | Jakub Hrozek | 1 | -1/+1 | |
2012-05-02 | NSS: Check return code of sss_mmap_cache_gr_store | Jakub Hrozek | 1 | -0/+5 | |
2012-04-24 | NSS: Only return data from initgroups once | Jakub Hrozek | 1 | -3/+10 | |
Do not let nss_cmd_initgroups_search() return data itself, but let the caller return data. This is more intuitive and more consistent with the rest of the nss_cmd_*_search() functions. Also fixes a typo - nss_cmd_initgroups_cb used to call getpw_send_reply instead of initgr_send_reply. | |||||
2012-04-24 | Lowercase group members in case-insensitive domains | Jakub Hrozek | 1 | -1/+7 | |
https://fedorahosted.org/sssd/ticket/1312 | |||||
2012-04-24 | Moved expand_homedir_template() from NSS responder to utility code | Jan Zeleny | 1 | -108/+1 | |
2012-04-24 | Check sub-domains in nss_cmd_get{pwuid|grgid}_search() | Sumit Bose | 1 | -4/+26 | |
2012-04-24 | Ask for subdomains in responder in the first request after startup | Jan Zeleny | 1 | -0/+30 | |
2012-04-24 | Retrieve subdomains if there is a request for fully qualified user | Jan Zeleny | 3 | -31/+192 | |
2012-04-24 | Modified responder_get_domain() | Jan Zeleny | 4 | -6/+6 | |
Now it checks for subdomains as well as for the domain itself | |||||
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 1 | -10/+10 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 2 | -4/+8 | |
2012-03-21 | NSS: Look for services with correct case when cache is updated | Jakub Hrozek | 1 | -7/+7 | |
https://fedorahosted.org/sssd/ticket/1259 | |||||
2012-03-21 | Save alias of the primary name, too | Jakub Hrozek | 1 | -8/+14 | |
2012-03-20 | NSS: Fix debug message | Stephen Gallagher | 1 | -0/+2 | |
2012-03-19 | nsssrv: add handling of memory cache group map | Simo Sorce | 5 | -4/+98 | |
2012-03-19 | nsssrv: add handling of memory cache passwd map | Simo Sorce | 3 | -3/+101 | |
2012-03-19 | nsssrv: Add memory cache record handling utils | Simo Sorce | 1 | -0/+279 | |
2012-03-19 | nsssrv: shared memory cache server initialization | Simo Sorce | 4 | -0/+350 | |
2012-03-08 | Handle errors from lookup_netgr_step gracefully | Jakub Hrozek | 1 | -3/+10 | |
2012-03-08 | Save original name into the in-memory cache | Jakub Hrozek | 1 | -1/+1 | |
2012-03-08 | Use the correct hash table for pending requests | Simo Sorce | 1 | -1/+1 | |
The function that handled pending requests on reconnect was checking an orphaned global variable that was never used, redenring the whole function uselsess. This fixes a very nasty bug that was causing requests for which we never received an answer for (for example because the backend failed and was restarted) to be never removed and therefore causing a black hole effect for any other request of the same type. Fixes: https://fedorahosted.org/sssd/ticket/1229 |