Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-29 | sudo ldap provider: find highest USN | Pavel Březina | 5 | -22/+113 | |
2012-06-29 | ldap provider: add sudo usn value | Pavel Březina | 5 | -0/+11 | |
2012-06-29 | sudo ldap provider: support periodical full refresh | Pavel Březina | 1 | -0/+129 | |
2012-06-29 | sysdb: remove sudo_set/get_refreshed | Pavel Březina | 2 | -63/+0 | |
2012-06-29 | sudo ldap provider: add new timer API | Pavel Březina | 2 | -0/+194 | |
2012-06-29 | sudo provider: remove old timer | Pavel Březina | 8 | -355/+0 | |
2012-06-29 | sudo provider: add ldap_sudo_full_refresh_interval | Pavel Březina | 5 | -0/+5 | |
2012-06-29 | sudo backend - add support for on demand refresh of specific rules | Pavel Březina | 1 | -7/+61 | |
2012-06-29 | sudo backend - support only on demand full refresh | Pavel Březina | 1 | -28/+4 | |
2012-06-29 | sudo ldap provider: add support for on demand refresh of specific rules | Pavel Březina | 3 | -0/+11 | |
2012-06-29 | sudo ldap provider: provide API for refresh of specific rules | Pavel Březina | 1 | -0/+93 | |
2012-06-29 | sudo ldap provider: add support for on demand full refresh | Pavel Březina | 2 | -16/+26 | |
2012-06-29 | sudo ldap provider: provide API for full refresh | Pavel Březina | 2 | -1/+126 | |
2012-06-29 | sysdb: add getter/setter for last sudo full refresh time | Pavel Březina | 2 | -0/+147 | |
2012-06-29 | sudo ldap provider: add expiration time to each rule | Pavel Březina | 3 | -8/+30 | |
2012-06-29 | sudo ldap provider: add domain info in sdap_sudo_refresh_state | Pavel Březina | 1 | -0/+2 | |
2012-06-29 | sudo ldap provider: add sysdb ctx in sdap_sudo_refresh_state | Pavel Březina | 1 | -7/+7 | |
2012-06-29 | confdb: add entry_cache_sudo_timeout option | Pavel Březina | 5 | -0/+17 | |
2012-06-29 | sudo ldap provider: give sdap_sudo_refresh_send() search and purge filters | Pavel Březina | 4 | -278/+93 | |
2012-06-29 | sudo ldap provider: move async routines to sdap_async_sudo.c | Pavel Březina | 2 | -675/+710 | |
2012-06-29 | sudo responder: discard in-memory cache | Pavel Březina | 3 | -375/+0 | |
2012-06-29 | sudo responder: change protocol version to 1 | Pavel Březina | 2 | -1/+10 | |
2012-06-29 | sudo api: send uid, username and domainname | Pavel Březina | 9 | -175/+260 | |
https://fedorahosted.org/sssd/ticket/1239 Test client was changed accordingly. The new usage is: sss_sudo_cli username [uid] If uid is not set, getpwnam(username) is called. It will retrieve both default options and rules. | |||||
2012-06-29 | sudo sysdb: make sysdb_get_sudo_user_info more configurable | Pavel Březina | 1 | -25/+35 | |
2012-06-29 | sudo responder: get rid of dctx where possible | Pavel Březina | 3 | -93/+102 | |
2012-06-29 | sudo responder: remove code duplication in commands | Pavel Březina | 4 | -277/+283 | |
2012-06-29 | sudo api: remove EOK | Pavel Březina | 2 | -13/+10 | |
2012-06-26 | libcrypto fully implemented | George McCollister | 5 | -15/+482 | |
Implemented working versions of the following functions for libcrypto: sss_base64_encode sss_base64_decode sss_hmac_sha1 sss_password_encrypt sss_password_decrypt test_encrypt_decrypt now expects EOK from libcrypto. test_hmac_sha1 now expects EOK from libcrypto. Added test_base64_encode to test base64 encoding implementation. Added test_base64_decode to test base64 decoding implementation. Signed-off-by: George McCollister <George.McCollister@gmail.com> | |||||
2012-06-25 | Update translations for 1.9.0 beta 3 release | Stephen Gallagher | 10 | -7226/+9148 | |
2012-06-25 | Set default for subdomain_homedir | Sumit Bose | 3 | -1/+6 | |
2012-06-25 | BUILD: Change default unicode library to glib2 | Stephen Gallagher | 1 | -2/+2 | |
This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary. | |||||
2012-06-25 | Add man page section for the PAC responder | Sumit Bose | 2 | -1/+40 | |
2012-06-25 | SELinux user maps: pick just one map | Jan Zeleny | 1 | -12/+11 | |
This patch modifies behavior of SSSD when putting together content of the file for pam_selinux. SSSD will now pick only the first user map in the priority list which matches to the user logging in. Other maps are ignored. https://fedorahosted.org/sssd/ticket/1360 | |||||
2012-06-21 | Fix re_expression matching with subdomains | Jan Zeleny | 4 | -85/+173 | |
This patch fixes an issue which resulted in a need to initialize responder with data from local domain, otherwise it would not correctly detect requests for subdomains. Similar situation can occur if new subdomain is added at runtime. The solution is to ask for a list of subdomains in case there is a candidate domain identified in the process of matching re_expressions with given name. | |||||
2012-06-21 | UTILS: Fix segfault due to sss_parse_name_for_domains | Stephen Gallagher | 1 | -7/+10 | |
The recent fixes for per-domain parsing can cause a segfault in the netgroup processing if the domain isn't set to NULL when it's parsed as "any domain". https://fedorahosted.org/sssd/ticket/1383 | |||||
2012-06-21 | Try to build PAC responder only if all dependencies are available | Sumit Bose | 1 | -5/+8 | |
2012-06-21 | Add range support to PAC responder | Sumit Bose | 3 | -45/+140 | |
2012-06-21 | Add support for ID ranges | Sumit Bose | 10 | -10/+583 | |
2012-06-21 | PAC client: add krb5 authdata plugin | Sumit Bose | 3 | -0/+481 | |
2012-06-21 | PAC client: add basic support in common client code | Sumit Bose | 2 | -0/+38 | |
2012-06-21 | PAC responder: test suite | Jan Zeleny | 1 | -0/+106 | |
2012-06-21 | PAC responder: add the core functionality | Sumit Bose | 3 | -2/+475 | |
This adds support for parsing PAC and storing information contained within. In particular the user and all his memberships are stored. In case it is necessary, getgrgid() requests are sent to provider for group resolution. | |||||
2012-06-21 | PAC responder: add some utility functions | Jan Zeleny | 2 | -0/+549 | |
2012-06-21 | PAC responder: add basic infrastructure | Sumit Bose | 6 | -1/+378 | |
This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself. | |||||
2012-06-21 | Add close on exec support for old platforms | Simo Sorce | 1 | -1/+16 | |
Older platfroms like RHEL5 do not have support for O_CLOEXC and need an explicit fcntl after the fd is created. Add it conditionally so it can be clearly removed once we declared those platfroms obsolete and unsupported. | |||||
2012-06-21 | Do not leak file descriptors in client libs. | Simo Sorce | 1 | -1/+1 | |
We need to make sure the mc socket is not leaked otherwise child processes will pile up leaked file descriptors. Add O_CLOEXEC when opening the cache. | |||||
2012-06-20 | Move some debug lines to new debug log levels | Stef Walter | 14 | -26/+26 | |
* These are common lines of debug output when starting up sssd https://bugzilla.redhat.com/show_bug.cgi?id=811113 | |||||
2012-06-20 | Fix possible segfault in sdap_save_group() | Jan Zeleny | 1 | -2/+11 | |
2012-06-18 | Make the client idle timeout configurable | Stephen Gallagher | 7 | -5/+40 | |
2012-06-18 | Add support for terminating idle connections | Shantanu Goel | 2 | -2/+67 | |