Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-03 | LDAP: Add id-mapping option | Stephen Gallagher | 3 | -0/+3 | |
2012-05-03 | LDAP: Add objectSID config option | Stephen Gallagher | 3 | -0/+10 | |
2012-05-03 | Read sysdb attribute name, not LDAP attribute map name | Jakub Hrozek | 1 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/1320 | |||||
2012-05-03 | SSH: Add dp_get_host_send to common responder code | Jakub Hrozek | 3 | -30/+24 | |
Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176 | |||||
2012-05-03 | Rename split_service_name_filter | Jakub Hrozek | 1 | -16/+16 | |
The function was used outside services code which was confusing due to its name. This patch renames it to sound more netrual. | |||||
2012-05-03 | IPA: Check return values | Jakub Hrozek | 2 | -2/+12 | |
2012-05-03 | PROXY: return correct return codes | Jakub Hrozek | 1 | -7/+9 | |
We were reporting on the value of "status" instead of "ret'. We also didn't set ret to EOK in cases group contained no members. | |||||
2012-05-02 | DP: return correct error message when subdomains back end target is not ↵ | Jakub Hrozek | 1 | -1/+1 | |
configured The done handler uses the value of status, not ret. | |||||
2012-05-02 | HBAC: Prevent NULL dereference in hbac_evaluate | Jakub Hrozek | 1 | -2/+4 | |
'info' is optional parameter and can be set to NULL | |||||
2012-05-02 | ipa_get_config_send: remove unused assignment | Jakub Hrozek | 1 | -1/+0 | |
2012-05-02 | IPA netgroups: return EOK when there are no netgroups to process | Jakub Hrozek | 1 | -0/+1 | |
If the code fell through the loop, ret would have been random value. | |||||
2012-05-02 | LDAP: check return value of sysdb_attrs_get_el | Jakub Hrozek | 1 | -0/+7 | |
2012-05-01 | execv, excvp and exec_child never return EOK | Stef Walter | 2 | -10/+6 | |
* So don't need to handle that case | |||||
2012-04-24 | Utilize sysdb context within be_req in HBAC | Jan Zeleny | 1 | -2/+2 | |
2012-04-24 | Detect subdomain request in IPA access provider | Jan Zeleny | 1 | -0/+10 | |
2012-04-24 | Accept be_req instead if be_ctx in LDAP access provider | Jan Zeleny | 3 | -15/+16 | |
2012-04-24 | Carry sysdb context and domain info in be_req structure | Jan Zeleny | 2 | -0/+5 | |
2012-04-24 | Basic support for subdomains in auth provider | Jan Zeleny | 3 | -3/+13 | |
2012-04-24 | Add ID operations in subdomains | Jan Zeleny | 3 | -0/+276 | |
2012-04-24 | Add s2n extended operation | Sumit Bose | 2 | -0/+667 | |
2012-04-24 | Add domain name to get_account_info request | Sumit Bose | 2 | -0/+10 | |
2012-04-24 | IPA: Add get-domains target | Sumit Bose | 6 | -0/+425 | |
2012-04-24 | data provider: added subdomains | Sumit Bose | 3 | -2/+167 | |
2012-04-24 | Responder part of the subdomain retrieval work | Jan Zeleny | 1 | -0/+1 | |
2012-04-20 | Get the RootDSE after binding if not successfull before | Jakub Hrozek | 1 | -26/+104 | |
https://fedorahosted.org/sssd/ticket/1258 | |||||
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 3 | -78/+52 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-04-20 | sdap_check_aliases must not error when detects the same user | Jakub Hrozek | 1 | -13/+31 | |
https://fedorahosted.org/sssd/ticket/1307 | |||||
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 | 3 | -43/+123 | |
2012-04-20 | proxy: Canonicalize user and group names | Jakub Hrozek | 1 | -312/+354 | |
https://fedorahosted.org/sssd/ticket/1249 | |||||
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 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 | Do not call sdap_auth if not needed | Jakub Hrozek | 1 | -7/+11 | |
2012-04-18 | Prevent printing NULL from DEBUG messages | Jakub Hrozek | 7 | -50/+67 | |
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-05 | Clean up log messages about keytab_name | Stephen Gallagher | 2 | -9/+16 | |
There were many places where we were printing (null) to the logs because a NULL keytab name tells libkrb5 to use its configured default instead of a particular path. This patch should clean up all uses of this to print "default" in the logs. https://fedorahosted.org/sssd/ticket/1288 | |||||
2012-04-05 | Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTION | Jakub Hrozek | 1 | -3/+4 | |
https://fedorahosted.org/sssd/ticket/1271 | |||||
2012-04-05 | Catch cases where D-Bus connection is NULL | Jakub Hrozek | 1 | -0/+20 | |
https://fedorahosted.org/sssd/ticket/1270 | |||||
2012-03-29 | Proxy services: Save lowercased protocol names and aliases in ↵ | Jakub Hrozek | 1 | -57/+17 | |
case-insensitive domains | |||||
2012-03-29 | LDAP services: Save lowercased protocol names in case-insensitive domains | Jakub Hrozek | 1 | -1/+17 | |
https://fedorahosted.org/sssd/ticket/1260 | |||||
2012-03-29 | Return correct resolv_status on resolver timeout | Jakub Hrozek | 2 | -12/+17 | |
https://fedorahosted.org/sssd/ticket/1274 | |||||
2012-03-28 | Remove old compatibility tests | Stephen Gallagher | 2 | -31/+0 | |
These are now replaced by the more accurate tests. This patch also drops the runtime option-count check, since we are always performing the more complete check at build-time. | |||||
2012-03-28 | Add terminator for sdap_attr_map | Stephen Gallagher | 3 | -22/+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 | |
There is no functional change due to this patch. | |||||
2012-03-26 | LDAP: Fix memory leaks in synchronous_tls_setup | Stephen Gallagher | 1 | -8/+10 | |
We were never freeing "result" if it was allocated by ldap_result(). We were also not freeing "errmsg" if it was allocated but ldap_parse_result() returned an error. Also disambiguate error messages from ldap_parse_result() and error messages from sss_ldap_get_diagnostic_msg() since they use differing memory-management functions. | |||||
2012-03-26 | LDAP services: Keep the protocol around | Jakub Hrozek | 1 | -0/+1 | |