Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-18 | sss_cache: support invalidating services and autofs maps | Jakub Hrozek | 2 | -9/+162 | |
https://fedorahosted.org/sssd/ticket/1170 | |||||
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 | |
It is a low-level developer option not indended to be consumed by users https://fedorahosted.org/sssd/ticket/1174 | |||||
2012-04-18 | Fix erronous reference to the 'allow' access_provider | Stef Walter | 1 | -1/+1 | |
* Should be 'permit' instead https://fedorahosted.org/sssd/ticket/1295 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
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 | |
https://fedorahosted.org/sssd/ticket/1265 | |||||
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 | |
In the unlikely case that the interface name was IFNAMSIZ bytes long or longer, strncpy wouldn't NULL-terminate the buffer. Copy one byte less to ensure the buffer is NULL-terminated. | |||||
2012-04-05 | Fix regression in SSSDConfig.py | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1291 | |||||
2012-04-05 | Clean up log messages about keytab_name | Stephen Gallagher | 4 | -20/+37 | |
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 | 4 | -12/+16 | |
https://fedorahosted.org/sssd/ticket/1271 | |||||
2012-04-05 | Catch cases where D-Bus connection is NULL | Jakub Hrozek | 2 | -0/+24 | |
https://fedorahosted.org/sssd/ticket/1270 | |||||
2012-04-05 | Fix building manpages in parallel build dirs | Stephen Gallagher | 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 | |||||
2012-03-29 | Fix off-by-one error in principal selection | Jakub Hrozek | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1269 | |||||
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 | 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 | |
https://fedorahosted.org/sssd/ticket/1274 | |||||
2012-03-28 | Remove old compatibility tests | Stephen Gallagher | 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. | |||||
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 | 7 | -512/+613 | |
There is no functional change due to this patch. | |||||
2012-03-28 | BUILDSYS: Create common libs for LDAP and KRB5 sources | Stephen Gallagher | 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') | |||||
2012-03-28 | Silence Coverity warning in the autofs test tool | Jakub Hrozek | 1 | -8/+22 | |
https://fedorahosted.org/sssd/ticket/1237 | |||||
2012-03-26 | Add idmap library | Sumit Bose | 8 | -3/+2414 | |
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 | |
2012-03-26 | AUTOFS: fix copy-and-paste bug in the autofs client | Jakub Hrozek | 1 | -1/+1 | |
2012-03-26 | Always initialize the returned data in sss_krb5_princ_realm() | Sumit Bose | 1 | -0/+3 | |
2012-03-21 | LDAP: Add better error logging when ldap_result() fails | Stephen Gallagher | 1 | -1/+3 | |
2012-03-21 | Start SSSD earlier and stop it later | Stephen Gallagher | 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 | |||||
2012-03-21 | NSS: Look for services with correct case when cache is updated | Jakub Hrozek | 1 | -7/+7 | |
https://fedorahosted.org/sssd/ticket/1259 | |||||
2012-03-21 | Save alias of the primary name, too | Jakub Hrozek | 2 | -11/+23 | |
2012-03-21 | Make the string_equal() function public | Jakub Hrozek | 3 | -13/+14 | |
2012-03-20 | SSH: Fix infinite loop in sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -6/+9 | |
https://fedorahosted.org/sssd/ticket/1268 | |||||
2012-03-20 | NSS: Fix debug message | Stephen Gallagher | 1 | -0/+2 | |
2012-03-19 | sss_client: shared memory cache group map support | Simo Sorce | 4 | -0/+269 | |
2012-03-19 | nsssrv: add handling of memory cache group map | Simo Sorce | 6 | -4/+108 | |
2012-03-19 | sss_client: shared memory cache passwd map support | Simo Sorce | 4 | -0/+263 | |
2012-03-19 | sss_client: Add common shared memory cache utils | Simo Sorce | 3 | -1/+338 | |
2012-03-19 | nsssrv: add handling of memory cache passwd map | Simo Sorce | 3 | -3/+101 | |
2012-03-19 | nsssrv: Add memory cache record handling utils | Simo Sorce | 1 | -0/+279 | |