Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-03 | AUTOFS: remove unused assignments | Jakub Hrozek | 1 | -4/+9 | |
Also changes setautomntent_send so that is only return NULL in case the tevent_req creation fails. | |||||
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-05-02 | RESPONDER: check return value from confdb_get_int | Jakub Hrozek | 1 | -0/+7 | |
sss_process_init forgot to check return value of confdb_get_int | |||||
2012-05-02 | SSH: return NULL on error in ssh_host_pubkeys_format_known_host_plain | Jakub Hrozek | 1 | -1/+2 | |
The 'result' pointer must be initialized tin order to always return a defined value. | |||||
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 | Two fixes in responder subdomain code | Jan Zeleny | 1 | -0/+6 | |
2012-04-24 | SSH: Add support for hashed known_hosts | Jan Cholasta | 3 | -36/+171 | |
https://fedorahosted.org/sssd/ticket/1203 | |||||
2012-04-24 | Send PAM requests for subdomains to the right provider | Jan Zeleny | 1 | -3/+41 | |
2012-04-24 | Moved expand_homedir_template() from NSS responder to utility code | Jan Zeleny | 1 | -108/+1 | |
2012-04-24 | Add domain name to get_account_info request | Sumit Bose | 1 | -0/+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 | 13 | -22/+51 | |
Now it checks for subdomains as well as for the domain itself | |||||
2012-04-24 | Responder part of the subdomain retrieval work | Jan Zeleny | 3 | -0/+359 | |
2012-04-24 | Add conn_name to allow different names for domains and connections | Jan Zeleny | 2 | -2/+2 | |
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 2 | -11/+11 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 3 | -5/+10 | |
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-16 | Free entry found in negative cache | Jakub Hrozek | 1 | -0/+3 | |
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 3 | -67/+38 | |
This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
2012-03-09 | SSH: Fix missing semicolon | Stephen Gallagher | 1 | -1/+1 | |
2012-03-09 | Add umask before mkstemp() call in SSH responder | Jan Zeleny | 1 | -0/+3 | |
2012-03-09 | Potential NULL-dereference in sudosrv_cmd_get_sudorules | Pavel Březina | 1 | -14/+12 | |
https://fedorahosted.org/sssd/ticket/1236 | |||||
2012-03-09 | Use of unininitialized value in sudosrv_cache_set_entry and ↵ | Pavel Březina | 1 | -0/+2 | |
sudosrv_cache_lookup_internal https://fedorahosted.org/sssd/ticket/1232 | |||||
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 | 7 | -10/+14 | |
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 | |||||
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 8 | -58/+53 | |
2012-02-27 | SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵ | Jan Cholasta | 3 | -26/+56 | |
resolver code | |||||
2012-02-27 | SSH: Use fchmod instead of chmod on known_hosts file | Jan Cholasta | 1 | -8/+4 | |
2012-02-27 | SSH: Add more debugging messages | Jan Cholasta | 1 | -0/+8 | |
2012-02-27 | SSH: Don't abort known_hosts update when host search fails | Jan Cholasta | 1 | -1/+1 | |
2012-02-27 | AUTOFS: speed up the client by requesting multiple entries at once | Jakub Hrozek | 2 | -34/+79 | |
https://fedorahosted.org/sssd/ticket/1166 | |||||
2012-02-26 | SSH: Manage global known_hosts file in the responder | Jan Cholasta | 2 | -0/+134 | |
https://fedorahosted.org/sssd/ticket/1193 | |||||
2012-02-26 | SSH: Save SSH host name aliases | Jan Cholasta | 2 | -1/+26 | |
2012-02-23 | AUTOFS: Invoke implicit setautomntent if needed | Jakub Hrozek | 2 | -45/+156 | |
https://fedorahosted.org/sssd/ticket/1167 | |||||
2012-02-23 | Move sudo_dom_ctx.user to local variable | Pavel Březina | 2 | -8/+8 | |
2012-02-23 | Honor case_sensitive option in sudo responder | Pavel Březina | 4 | -21/+100 | |
https://fedorahosted.org/sssd/ticket/1205 | |||||
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 6 | -18/+18 | |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 3 | -3/+42 | |
This code will now attempt first to see if it has privilege to set the value as specified, and if not it will fall back to the previous behavior. So on systems with the CAP_SYS_RESOURCE capability granted to SSSD, it will be able to ignore the limits.conf hard limit. https://fedorahosted.org/sssd/ticket/1197 | |||||
2012-02-17 | RESPONDERS: Allow increasing the file-descriptor limit | Stephen Gallagher | 4 | -0/+48 | |
This patch will increase the file descriptor limit to 8k or the limits.conf maximum, whichever is lesser. https://fedorahosted.org/sssd/ticket/1197 |