Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTION | Jakub Hrozek | 2012-04-05 | 4 | -12/+16 |
| | | | | https://fedorahosted.org/sssd/ticket/1271 | ||||
* | Catch cases where D-Bus connection is NULL | Jakub Hrozek | 2012-04-05 | 2 | -0/+24 |
| | | | | https://fedorahosted.org/sssd/ticket/1270 | ||||
* | Fix building manpages in parallel build dirs | Stephen Gallagher | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Commit 2ebb3cf3d7062860343c3db1b53173c9c6547038 introduced an issue when building manpages in parallel build dirs. It unnecessarily modified the XML_DOC definition to restrict it to basing its contents on the man_MANS variable. Unfortunately, this means that when we entered the recursion in all-local we would be effectively turning XML_DOC into $(srcdir)/$(lang)/manpage.N.xml when we really only care that the source language XML document exists. This patch reverts that portion of the change. https://fedorahosted.org/sssd/ticket/1293 | ||||
* | Fix off-by-one error in principal selection | Jakub Hrozek | 2012-03-29 | 1 | -3/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/1269 | ||||
* | Proxy services: Save lowercased protocol names and aliases in ↵ | Jakub Hrozek | 2012-03-29 | 1 | -57/+17 |
| | | | | case-insensitive domains | ||||
* | LDAP services: Save lowercased protocol names in case-insensitive domains | Jakub Hrozek | 2012-03-29 | 1 | -1/+17 |
| | | | | https://fedorahosted.org/sssd/ticket/1260 | ||||
* | Add sss_get_cased_name_list utility function | Jakub Hrozek | 2012-03-29 | 2 | -0/+41 |
| | |||||
* | Return correct resolv_status on resolver timeout | Jakub Hrozek | 2012-03-29 | 4 | -24/+95 |
| | | | | https://fedorahosted.org/sssd/ticket/1274 | ||||
* | Remove old compatibility tests | Stephen Gallagher | 2012-03-28 | 3 | -42/+1 |
| | | | | | | | 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. | ||||
* | Add better tests for sdap_attr compability | Stephen Gallagher | 2012-03-28 | 3 | -0/+69 |
| | |||||
* | Add terminator for sdap_attr_map | Stephen Gallagher | 2012-03-28 | 3 | -22/+49 |
| | |||||
* | Add better dp_option tests | Stephen Gallagher | 2012-03-28 | 3 | -0/+49 |
| | |||||
* | Add terminator for dp_option | Stephen Gallagher | 2012-03-28 | 4 | -5/+12 |
| | |||||
* | Put dp_option maps in their own file | Stephen Gallagher | 2012-03-28 | 7 | -512/+613 |
| | | | | There is no functional change due to this patch. | ||||
* | BUILDSYS: Create common libs for LDAP and KRB5 sources | Stephen Gallagher | 2012-03-28 | 1 | -64/+48 |
| | | | | | | This will eliminate the need for automake to build these files for each backend that consumes LDAP and KRB5 functionality (currently 'ldap', 'krb5' and 'ipa'; soon to include 'ad') | ||||
* | Silence Coverity warning in the autofs test tool | Jakub Hrozek | 2012-03-28 | 1 | -8/+22 |
| | | | | https://fedorahosted.org/sssd/ticket/1237 | ||||
* | Add idmap library | Sumit Bose | 2012-03-26 | 8 | -3/+2414 |
| | |||||
* | LDAP: Fix memory leaks in synchronous_tls_setup | Stephen Gallagher | 2012-03-26 | 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. | ||||
* | LDAP services: Keep the protocol around | Jakub Hrozek | 2012-03-26 | 1 | -0/+1 |
| | |||||
* | AUTOFS: fix copy-and-paste bug in the autofs client | Jakub Hrozek | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Always initialize the returned data in sss_krb5_princ_realm() | Sumit Bose | 2012-03-26 | 1 | -0/+3 |
| | |||||
* | LDAP: Add better error logging when ldap_result() fails | Stephen Gallagher | 2012-03-21 | 1 | -1/+3 |
| | |||||
* | Start SSSD earlier and stop it later | Stephen Gallagher | 2012-03-21 | 1 | -1/+1 |
| | | | | | | | | SSSD needs to be started before NFS-related processes or they will mount with the username 'nobody' if they would have otherwise used LDAP accounts. https://fedorahosted.org/sssd/ticket/1273 | ||||
* | NSS: Look for services with correct case when cache is updated | Jakub Hrozek | 2012-03-21 | 1 | -7/+7 |
| | | | | https://fedorahosted.org/sssd/ticket/1259 | ||||
* | Save alias of the primary name, too | Jakub Hrozek | 2012-03-21 | 2 | -11/+23 |
| | |||||
* | Make the string_equal() function public | Jakub Hrozek | 2012-03-21 | 3 | -13/+14 |
| | |||||
* | SSH: Fix infinite loop in sss_ssh_knownhostsproxy | Jan Cholasta | 2012-03-20 | 1 | -6/+9 |
| | | | | https://fedorahosted.org/sssd/ticket/1268 | ||||
* | NSS: Fix debug message | Stephen Gallagher | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | sss_client: shared memory cache group map support | Simo Sorce | 2012-03-19 | 4 | -0/+269 |
| | |||||
* | nsssrv: add handling of memory cache group map | Simo Sorce | 2012-03-19 | 6 | -4/+108 |
| | |||||
* | sss_client: shared memory cache passwd map support | Simo Sorce | 2012-03-19 | 4 | -0/+263 |
| | |||||
* | sss_client: Add common shared memory cache utils | Simo Sorce | 2012-03-19 | 3 | -1/+338 |
| | |||||
* | nsssrv: add handling of memory cache passwd map | Simo Sorce | 2012-03-19 | 3 | -3/+101 |
| | |||||
* | nsssrv: Add memory cache record handling utils | Simo Sorce | 2012-03-19 | 1 | -0/+279 |
| | |||||
* | nsssrv: shared memory cache server initialization | Simo Sorce | 2012-03-19 | 8 | -0/+376 |
| | |||||
* | util: Helper headers for shared memory cache | Simo Sorce | 2012-03-19 | 2 | -0/+118 |
| | |||||
* | Free entry found in negative cache | Jakub Hrozek | 2012-03-16 | 1 | -0/+3 |
| | |||||
* | LDAP: Errors retrieving the RootDSE should not be fatal | Stephen Gallagher | 2012-03-16 | 1 | -15/+8 |
| | | | | | | | | If we can't reach the RootDSE, let's just proceed as if it's unavailable with reasonable defaults. If we fail later on, that's fine. Fixes https://fedorahosted.org/sssd/ticket/1257 | ||||
* | Fix uninitialized variable | Jakub Hrozek | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | SYSDB: Save only lowercased aliases in case-insensitive domains | Stephen Gallagher | 2012-03-16 | 1 | -19/+28 |
| | | | | https://fedorahosted.org/sssd/ticket/1253 | ||||
* | IPA: Allow service lookups | Stephen Gallagher | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxy | Jan Cholasta | 2012-03-15 | 1 | -26/+38 |
| | | | | https://fedorahosted.org/sssd/ticket/1245 | ||||
* | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 2012-03-15 | 8 | -76/+64 |
| | | | | | This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | ||||
* | LDAP: Add AD 2008r2 schema | Stephen Gallagher | 2012-03-14 | 2 | -3/+53 |
| | | | | https://fedorahosted.org/sssd/ticket/1031 | ||||
* | i18n: Remove empty translations | Stephen Gallagher | 2012-03-12 | 75 | -207670/+16989 |
| | |||||
* | IPA: Initialize hbac_ctx to NULL | Stephen Gallagher | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | Handle empty elements in proxy netgroups: | Jakub Hrozek | 2012-03-09 | 1 | -3/+6 |
| | |||||
* | Fix netgroup error handling | Jakub Hrozek | 2012-03-09 | 1 | -17/+59 |
| | | | | https://fedorahosted.org/sssd/ticket/1242 | ||||
* | SSH: Fix missing semicolon | Stephen Gallagher | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Fixed resource leak in ssh client code | Jan Zeleny | 2012-03-09 | 1 | -0/+1 |
| |