Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 3 | -25/+26 |
2012-02-21 | Don't give memory context in confdb where not needed | Jan Zeleny | 1 | -6/+6 |
2012-02-17 | RESPONDERS: Make the fd_limit setting configurable | Stephen Gallagher | 1 | -1/+12 |
2012-02-17 | RESPONDERS: Allow increasing the file-descriptor limit | Stephen Gallagher | 1 | -0/+4 |
2012-02-17 | Fix case insensitive service lookups | Jakub Hrozek | 1 | -6/+6 |
2012-02-17 | NSS: Always return the same protocol that was requested | Stephen Gallagher | 2 | -9/+26 |
2012-02-13 | Check for failure in sss_packet_grow() | Stephen Gallagher | 1 | -5/+5 |
2012-02-13 | Avoid uninitialized value comparison | Stephen Gallagher | 1 | -0/+3 |
2012-02-13 | Allocate setent structure on state, not on the client context | Jakub Hrozek | 3 | -7/+7 |
2012-02-13 | Remove setent structure when callback is called | Jakub Hrozek | 2 | -10/+4 |
2012-02-10 | Fix group enumeration | Jakub Hrozek | 1 | -0/+2 |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -3/+0 |
2012-02-05 | Split the logic to check cache expiration into separate function | Jakub Hrozek | 1 | -43/+17 |
2012-02-05 | RESPONDERS: Refactor setent_req_list | Jakub Hrozek | 4 | -95/+43 |
2012-02-04 | NSS: Add individual timeouts for entry types | Stephen Gallagher | 1 | -1/+1 |
2012-02-04 | NSS: Use sss_hash_create instead of destructor | Jakub Hrozek | 2 | -13/+2 |
2012-02-02 | RESPONDERS: Provide a common sss_cmd_send_error function | Jakub Hrozek | 1 | -13/+1 |
2012-01-31 | Refactor nss_cmd_send_empty | Jakub Hrozek | 4 | -41/+7 |
2012-01-27 | NSS: Add service enumeration support to NSS provider | Stephen Gallagher | 2 | -1/+659 |
2012-01-27 | DP: Refactor responder_dp_req so it's reusable by other responders | Jakub Hrozek | 1 | -1/+2 |
2012-01-27 | NSS: Add getservbyname and getservbyport support to the NSS Responder | Stephen Gallagher | 3 | -0/+1209 |
2012-01-23 | Move sized_string declaration to utils | Stephen Gallagher | 2 | -19/+0 |
2012-01-23 | DP: Fix bugs in sss_dp_get_account_int | Stephen Gallagher | 1 | -0/+1 |
2012-01-21 | RESPONDER: Extend sss_dp_account_send() to include extra data | Stephen Gallagher | 1 | -4/+4 |
2012-01-17 | NSS: Improve DEBUG messages for netgroup cache | Stephen Gallagher | 1 | -2/+2 |
2012-01-09 | nsssrv: use sized_string in fill_grent | Simo Sorce | 1 | -35/+48 |
2012-01-09 | nsssrv: use sized_string in fill_pwent | Simo Sorce | 1 | -41/+56 |
2012-01-09 | nsssrv: add string manipulation helper | Simo Sorce | 2 | -0/+19 |
2012-01-04 | nsssrv: remove unused macro | Simo Sorce | 1 | -2/+0 |
2011-12-21 | Return user and group names lowercased in case insensitive domains | Jakub Hrozek | 1 | -12/+32 |
2011-12-21 | sss_get_cased_name utility function | Jakub Hrozek | 2 | -9/+9 |
2011-12-19 | Deleted declaration of nss_get_dom() | Jan Zeleny | 1 | -4/+0 |
2011-12-19 | Pass client context to sss_dp_get_account_send | Jakub Hrozek | 1 | -1/+1 |
2011-12-16 | Use the case sensitivity flag in responders | Jakub Hrozek | 2 | -20/+40 |
2011-12-16 | Responders: Split getting domain by name into separate function | Jakub Hrozek | 2 | -17/+4 |
2011-12-08 | Ignore NULL-terminator when checking UTF8-validity for netgroups | Stephen Gallagher | 1 | -1/+1 |
2011-12-07 | Pass the correct private data into Data Provider callback | Jakub Hrozek | 1 | -1/+1 |
2011-12-05 | Ignore NULL-terminator when checking UTF8-validity | Stephen Gallagher | 1 | -3/+3 |
2011-11-29 | RESPONDER: Refactor DP requests into tevent_req style | Stephen Gallagher | 2 | -50/+112 |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -2/+1 |
2011-11-18 | RESPONDER: Ensure that all input strings are valid UTF-8 | Stephen Gallagher | 2 | -0/+28 |
2011-09-21 | Enable the midpoint cache update by default | Stephen Gallagher | 1 | -1/+1 |
2011-08-25 | New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0 | Pavel Březina | 1 | -1/+4 |
2011-08-25 | New DEBUG facility - conversion | Pavel Březina | 1 | -0/+2 |
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 2 | -9/+8 |
2011-08-08 | Remove unused temporary context | Jakub Hrozek | 1 | -5/+0 |
2011-08-08 | Prevent segfault if vetoed_shells are specified without allowed_shells | Jakub Hrozek | 1 | -16/+19 |