Age | Commit message (Expand) | Author | Files | Lines |
2013-03-20 | coding style fix | Pavel Březina | 1 | -1/+1 |
2013-03-20 | do not leak memory on failure in *_process_init() | Pavel Březina | 1 | -10/+14 |
2013-03-08 | Move sss_cmd_execute from client to responder code. | Jakub Hrozek | 3 | -7/+15 |
2013-03-05 | Remove the alt_db_path parameter of sysdb_init | Michal Zidek | 1 | -1/+1 |
2013-02-21 | Fix uninitialized time_t var in responder | Ondrej Kos | 1 | -1/+1 |
2013-02-10 | Introduce IS_SUBDOMAIN() macro | Simo Sorce | 2 | -4/+4 |
2013-02-10 | Change the way domains are linked. | Simo Sorce | 2 | -68/+31 |
2013-02-10 | Add function get_next_domain() | Simo Sorce | 3 | -10/+10 |
2013-02-10 | Update main domain info in place | Simo Sorce | 1 | -21/+4 |
2013-02-10 | Avoid sysdb_subdom in sysdb_get_subdomains() | Simo Sorce | 1 | -30/+7 |
2013-02-10 | Add realm info to sss_domain_info | Simo Sorce | 1 | -0/+1 |
2013-01-15 | Add domain to some subdomain functions | Simo Sorce | 1 | -1/+2 |
2013-01-15 | Refactor sysdb initialization | Simo Sorce | 2 | -2/+1 |
2013-01-08 | Update domain ID for local domain as well | Sumit Bose | 1 | -2/+14 |
2013-01-02 | failover: Protect against empty host names | Michal Zidek | 1 | -1/+2 |
2012-12-18 | responder_dp: Add timeout to side requets | Simo Sorce | 1 | -1/+25 |
2012-12-18 | RESPONDERS: Create a common file with service names and versions | Jakub Hrozek | 1 | -0/+43 |
2012-12-05 | Always append rctx as private data | Simo Sorce | 1 | -1/+1 |
2012-12-04 | NSS: Fix netgroup midpoint cache refresh | Jakub Hrozek | 1 | -1/+1 |
2012-11-19 | Display more information on DB version mismatch | Ondrej Kos | 1 | -0/+1 |
2012-11-08 | sss_dp_get_domains_send(): handle subreq error correctly | Pavel Březina | 1 | -1/+2 |
2012-10-29 | Free the internal DP request | Jakub Hrozek | 1 | -0/+8 |
2012-10-12 | Save time of last get_domains request | Sumit Bose | 1 | -0/+16 |
2012-10-11 | Fix memory hierarchy in subdomains discovery | Jakub Hrozek | 1 | -116/+160 |
2012-10-11 | do not call dp callbacks when responder is shutting down | Pavel Březina | 3 | -0/+25 |
2012-10-09 | Fix typos | Yuri Chornoivan | 1 | -1/+1 |
2012-10-01 | Use flat name for master domain as well | Sumit Bose | 2 | -1/+18 |
2012-10-01 | Add new option default_domain_suffix | Sumit Bose | 3 | -3/+20 |
2012-08-21 | accept_fd_handler: add missing return | Sumit Bose | 1 | -0/+1 |
2012-08-15 | Fix LOCAL domain lookups | Pavel Březina | 1 | -19/+22 |
2012-08-01 | Change subdomain_info | Simo Sorce | 1 | -1/+1 |
2012-07-10 | Fix segfault when using local provider | Stephen Gallagher | 1 | -6/+5 |
2012-07-10 | pac responder: limit access by checking UIDs | Sumit Bose | 2 | -4/+142 |
2012-06-20 | Move some debug lines to new debug log levels | Stef Walter | 1 | -1/+1 |
2012-06-18 | Make the client idle timeout configurable | Stephen Gallagher | 2 | -4/+19 |
2012-06-18 | Add support for terminating idle connections | Shantanu Goel | 2 | -2/+67 |
2012-06-18 | Log message if close() fails in destructor. | Shantanu Goel | 1 | -1/+12 |
2012-06-12 | Make re_expression and full_name_format per domain options | Stef Walter | 4 | -17/+19 |
2012-05-03 | SSH: Add dp_get_host_send to common responder code | Jakub Hrozek | 2 | -13/+2 |
2012-05-02 | RESPONDER: check return value from confdb_get_int | Jakub Hrozek | 1 | -0/+7 |
2012-04-24 | Two fixes in responder subdomain code | Jan Zeleny | 1 | -0/+6 |
2012-04-24 | Add domain name to get_account_info request | Sumit Bose | 1 | -0/+1 |
2012-04-24 | Modified responder_get_domain() | Jan Zeleny | 4 | -10/+39 |
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 | 1 | -1/+1 |
2012-03-16 | Free entry found in negative cache | Jakub Hrozek | 1 | -0/+3 |
2012-03-08 | Use the correct hash table for pending requests | Simo Sorce | 3 | -6/+10 |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 1 | -1/+18 |
2012-02-17 | RESPONDERS: Allow increasing the file-descriptor limit | Stephen Gallagher | 2 | -0/+39 |
2012-02-13 | Remove setent structure when callback is called | Jakub Hrozek | 2 | -11/+11 |