Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | Sysdb routines for subdomains | Jan Zeleny | 5 | -81/+852 | |
2012-04-20 | Fix typo: retreiving->retrieving | Yuri Chornoivan | 1 | -1/+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 | Two manual pages fixes | Marco Pizzoli | 2 | -1/+3 | |
2012-04-20 | Test RFC2307bis and RFC2307 option maps | Jakub Hrozek | 1 | -0/+28 | |
https://fedorahosted.org/sssd/ticket/1281 Only user, group and autofs maps are different. Services and netgroups are using the same map. | |||||
2012-04-20 | Warn on 'make update-po' if there are manpages not listed in po4a.cfg | Jakub Hrozek | 1 | -0/+7 | |
https://fedorahosted.org/sssd/ticket/1219 | |||||
2012-04-20 | Document sss_tools better | Jakub Hrozek | 9 | -0/+35 | |
https://fedorahosted.org/sssd/ticket/917 | |||||
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 15 | -313/+236 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-04-20 | Move atomic io function to a separate module | Jakub Hrozek | 5 | -52/+111 | |
We'll be using it on various places of the SSSD. The function is in its own file to allow using just the one piece without having to drag in the whole util.c module. | |||||
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 | |
Also adds a unit test for sss_atomic_io() | |||||
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 | Make the monitor SIGKILL time configurable | Jakub Hrozek | 6 | -3/+43 | |
https://fedorahosted.org/sssd/ticket/1119 | |||||
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 | |
https://fedorahosted.org/sssd/ticket/1249 | |||||
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 | |
* Print usage when no options are given * Report skipped entries * Print error message when a nonexistent domain is selected https://fedorahosted.org/sssd/ticket/1301 https://fedorahosted.org/sssd/ticket/1305 https://fedorahosted.org/sssd/ticket/1306 | |||||
2012-04-18 | autofs: Raise the maximum key length to PATH_MAX | Jakub Hrozek | 1 | -2/+4 | |
https://fedorahosted.org/sssd/ticket/1300 | |||||
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 | |