Age | Commit message (Collapse) | Author | Files | Lines |
|
There is a timed desctructor in the autofs responder that, when the
entry timeout passes, removes the autofs map from the hash table while
the map is freed. This patch adds a hash delete callback so that if the
map is removed from the hash table with hash_delete, its hash table
pointer will be invalidated. Later, when the entry is being freed, the
destructor won't attempt to remove it from the hash table.
|
|
https://fedorahosted.org/sssd/ticket/1495
|
|
|
|
* 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
|
|
Also changes setautomntent_send so that is only return NULL in case the
tevent_req creation fails.
|
|
Now it checks for subdomains as well as for the domain itself
|
|
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
|
|
|
|
https://fedorahosted.org/sssd/ticket/1166
|
|
https://fedorahosted.org/sssd/ticket/1167
|
|
|
|
https://fedorahosted.org/sssd/ticket/1189
|
|
|
|
|