Age | Commit message (Expand) | Author | Files | Lines |
2012-04-20 | sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to read | Jakub Hrozek | 2 | -1/+208 |
2012-04-20 | sdap_check_aliases must not error when detects the same user | Jakub Hrozek | 1 | -13/+31 |
2012-04-20 | Make the monitor SIGKILL time configurable | Jakub Hrozek | 6 | -3/+43 |
2012-04-20 | Free controls in sdap_rebind_proc | Jakub Hrozek | 1 | -4/+6 |
2012-04-20 | proxy: new option proxy_fast_alias | Jakub Hrozek | 7 | -43/+143 |
2012-04-20 | proxy: Canonicalize user and group names | Jakub Hrozek | 1 | -312/+354 |
2012-04-18 | MAN: document the hostid and autofs providers | Jakub Hrozek | 1 | -0/+60 |
2012-04-18 | MAN: timeout can be specified for services, too | Jakub Hrozek | 1 | -14/+13 |
2012-04-18 | Fixed minor memory leak in ldap provider | Jan Zeleny | 1 | -0/+1 |
2012-04-18 | Fixed memory context in sdap_fill_memberships() | Jan Zeleny | 1 | -1/+1 |
2012-04-18 | Removed unused function sysdb_attrs_users_from_ldb_vals() | Jan Zeleny | 2 | -51/+0 |
2012-04-18 | Removed unused block of code is sdap_fill_memberships() | Jan Zeleny | 1 | -57/+29 |
2012-04-18 | Removed a block of dead code in sdap_async_groups.c | Jan Zeleny | 1 | -20/+1 |
2012-04-18 | sss_cache: Better error reporting | Jakub Hrozek | 1 | -37/+94 |
2012-04-18 | autofs: Raise the maximum key length to PATH_MAX | Jakub Hrozek | 1 | -2/+4 |
2012-04-18 | sss_cache: support invalidating services and autofs maps | Jakub Hrozek | 2 | -9/+162 |
2012-04-18 | Add sysdb_set_service_attr and sysdb_set_autofsmap_attr | Jakub Hrozek | 4 | -0/+68 |
2012-04-18 | sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic() | Pavel Březina | 1 | -2/+4 |
2012-04-18 | Remove the "command" option from documentation | Jakub Hrozek | 1 | -16/+0 |
2012-04-18 | Fix erronous reference to the 'allow' access_provider | Stef Walter | 1 | -1/+1 |
2012-04-18 | pam_sss: improve error handling in SELinux code | Jakub Hrozek | 1 | -3/+5 |
2012-04-18 | MAN: Add ldap_sasl_minssf to the manpage | Stephen Gallagher | 1 | -0/+16 |
2012-04-18 | MAN: Improve ldap_disable_paging documentation | Stephen Gallagher | 1 | -1/+4 |
2012-04-18 | Do not call sdap_auth if not needed | Jakub Hrozek | 1 | -7/+11 |
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 10 | -55/+77 |
2012-04-18 | man: document that referral chasing might bring performance penalty | Jakub Hrozek | 1 | -0/+8 |
2012-04-16 | autofs: load the correct option | Jakub Hrozek | 1 | -1/+1 |
2012-04-13 | Remove forgotten DEBUG message | Jakub Hrozek | 1 | -2/+0 |
2012-04-09 | netlink integration: ensure that interface name is NULL-terminated | Jakub Hrozek | 1 | -1/+2 |
2012-04-05 | Fix regression in SSSDConfig.py | Jakub Hrozek | 1 | -1/+1 |
2012-04-05 | Clean up log messages about keytab_name | Stephen Gallagher | 4 | -20/+37 |
2012-04-05 | Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTION | Jakub Hrozek | 4 | -12/+16 |
2012-04-05 | Catch cases where D-Bus connection is NULL | Jakub Hrozek | 2 | -0/+24 |
2012-04-05 | Fix building manpages in parallel build dirs | Stephen Gallagher | 1 | -1/+1 |
2012-03-29 | Fix off-by-one error in principal selection | Jakub Hrozek | 1 | -3/+3 |
2012-03-29 | Proxy services: Save lowercased protocol names and aliases in case-insensitiv... | Jakub Hrozek | 1 | -57/+17 |
2012-03-29 | LDAP services: Save lowercased protocol names in case-insensitive domains | Jakub Hrozek | 1 | -1/+17 |
2012-03-29 | Add sss_get_cased_name_list utility function | Jakub Hrozek | 2 | -0/+41 |
2012-03-29 | Return correct resolv_status on resolver timeout | Jakub Hrozek | 4 | -24/+95 |
2012-03-28 | Remove old compatibility tests | Stephen Gallagher | 3 | -42/+1 |
2012-03-28 | Add better tests for sdap_attr compability | Stephen Gallagher | 3 | -0/+69 |
2012-03-28 | Add terminator for sdap_attr_map | Stephen Gallagher | 3 | -22/+49 |
2012-03-28 | Add better dp_option tests | Stephen Gallagher | 3 | -0/+49 |
2012-03-28 | Add terminator for dp_option | Stephen Gallagher | 4 | -5/+12 |
2012-03-28 | Put dp_option maps in their own file | Stephen Gallagher | 6 | -512/+610 |
2012-03-28 | Silence Coverity warning in the autofs test tool | Jakub Hrozek | 1 | -8/+22 |
2012-03-26 | Add idmap library | Sumit Bose | 5 | -0/+2354 |
2012-03-26 | LDAP: Fix memory leaks in synchronous_tls_setup | Stephen Gallagher | 1 | -8/+10 |
2012-03-26 | LDAP services: Keep the protocol around | Jakub Hrozek | 1 | -0/+1 |
2012-03-26 | AUTOFS: fix copy-and-paste bug in the autofs client | Jakub Hrozek | 1 | -1/+1 |