Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AUTOFS: IPA provider | Jakub Hrozek | 2012-02-07 | 1 | -1/+2 |
| | |||||
* | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SSH: OpenSSH known_hosts client | Jan Cholasta | 2012-02-07 | 1 | -1/+10 |
| | |||||
* | SSH: OpenSSH authorized_keys client | Jan Cholasta | 2012-02-07 | 1 | -0/+16 |
| | |||||
* | SSH: Common client code | Jan Cholasta | 2012-02-07 | 1 | -1/+3 |
| | |||||
* | SSH: Responder | Jan Cholasta | 2012-02-07 | 1 | -0/+15 |
| | |||||
* | IPA: Add host info handler | Jan Cholasta | 2012-02-07 | 1 | -0/+8 |
| | |||||
* | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 2012-02-07 | 1 | -2/+4 |
| | |||||
* | Session target in IPA provider | Jan Zeleny | 2012-02-06 | 1 | -0/+6 |
| | |||||
* | Separate the host-retrieval code from IPA HBAC to common IPA code | Jan Zeleny | 2012-02-06 | 1 | -0/+2 |
| | |||||
* | SELinux support in PAM module | Jan Zeleny | 2012-02-06 | 1 | -0/+1 |
| | |||||
* | Added some SELinux-related sysdb routines | Jan Zeleny | 2012-02-06 | 1 | -0/+2 |
| | |||||
* | Added some SELinux-related utility functions | Jan Zeleny | 2012-02-06 | 1 | -1/+3 |
| | |||||
* | Add support for generic IPA config retrieval | Jan Zeleny | 2012-02-06 | 1 | -0/+2 |
| | |||||
* | Implemented support for multiple search bases in HBAC rules and services | Jan Zeleny | 2012-02-06 | 1 | -0/+1 |
| | |||||
* | AUTOFS: LDAP provider | Jakub Hrozek | 2012-02-05 | 1 | -0/+9 |
| | |||||
* | AUTOFS: responder | Jakub Hrozek | 2012-02-05 | 1 | -0/+15 |
| | |||||
* | AUTOFS: a command-line test client | Jakub Hrozek | 2012-02-05 | 1 | -0/+11 |
| | | | | | | | | A very simply binary that can be used to test getting data from the library via SSSD in pretty much the same way SSSD would. A required positional parameter specifies the map name and the tool would print out all the key/value pairs using _sss_getautomntent_r(). You can also specify -n to query a specific key using _sss_getautomntbyname_r(). | ||||
* | AUTOFS: a client library | Jakub Hrozek | 2012-02-05 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | This is the library the autofs client is using. automounter dlopen()s the library so there is no header file, no pkgconfig file and the library is in the libsss_autofs package, not in -devel. The library provides the following interface: * _sss_setautomntent() - select the map for processing * _sss_getautomntent_r() - iterates through key/value pairs in the selected map. The key is usually the mount point, the value is mount information (server:/export) * _sss_getautomntbyname_r() - returns value for a specific key. * _sss_endautomntent() deselect a map, clean up | ||||
* | AUTOFS: sysdb interface | Jakub Hrozek | 2012-02-05 | 1 | -0/+2 |
| | |||||
* | Build all experimental features during 'make distcheck' | Stephen Gallagher | 2012-02-04 | 1 | -1/+2 |
| | |||||
* | SUDO Integration - in-memory cache in responder | Pavel Březina | 2012-02-04 | 1 | -0/+1 |
| | | | | | | New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111 | ||||
* | IPA: Add support for services lookups (non-enum) | Stephen Gallagher | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | LDAP: Add support for service lookups (non-enum) | Stephen Gallagher | 2012-01-31 | 1 | -0/+2 |
| | |||||
* | SUDO: Provide documentation for the SUDO API | Jakub Hrozek | 2012-01-30 | 1 | -2/+5 |
| | |||||
* | SSSDConfigAPI: Move sssd.api.* to /usr/share/sssd | Stephen Gallagher | 2012-01-30 | 1 | -2/+4 |
| | | | | https://fedorahosted.org/sssd/ticket/1158 | ||||
* | PROXY: add support for service lookups (non-enumeration) | Stephen Gallagher | 2012-01-27 | 1 | -0/+1 |
| | |||||
* | NSS: Add getservbyname and getservbyport support to the NSS Responder | Stephen Gallagher | 2012-01-27 | 1 | -0/+2 |
| | |||||
* | NSS: Add client support for services (non-enumeration) | Stephen Gallagher | 2012-01-27 | 1 | -0/+1 |
| | |||||
* | SYSDB: Add sysdb routines for manipulating service entries | Stephen Gallagher | 2012-01-27 | 1 | -0/+2 |
| | |||||
* | SUDO: include the sources in the IPA provider, too | Jakub Hrozek | 2012-01-18 | 1 | -0/+6 |
| | |||||
* | Add a new Makefile target to build RPMs with the experimental flag | Jakub Hrozek | 2012-01-17 | 1 | -4/+16 |
| | |||||
* | Export libsss_sudo as a separate package | Jakub Hrozek | 2012-01-17 | 1 | -7/+29 |
| | |||||
* | SUDO Integration - periodical update of rules in data provider | Pavel Březina | 2012-01-17 | 1 | -0/+2 |
| | | | | | | | | https://fedorahosted.org/sssd/ticket/1110 Adds new configuration options: - ldap_sudo_refresh_enabled - enable/disable periodical updates - ldap_sudo_refresh_timeout - rules timeout (refresh period) | ||||
* | util: add murmurhash3 hash function | Simo Sorce | 2012-01-09 | 1 | -1/+3 |
| | |||||
* | PAM: make initgroups timeout work across multiple clients | Stephen Gallagher | 2011-12-20 | 1 | -0/+2 |
| | | | | | | | | | | | Instead of timing out the initgroups lookup on a per-cctx basis, we will maintain a hash table of recently-seen users and use this instead. This will allow SSSD to handle user's logging into multiple services simultaneously more graciously, as well as playing nicer with SSH (which makes calls to PAM both before and after a fork). https://fedorahosted.org/sssd/ticket/1063 | ||||
* | Move child_common routines to util | Stephen Gallagher | 2011-12-19 | 1 | -7/+7 |
| | |||||
* | Add common SIGCHLD handling for providers. | Pavel Zuna | 2011-12-19 | 1 | -2/+9 |
| | |||||
* | SUDO Integration - pseudo client for testing | Pavel Březina | 2011-12-16 | 1 | -0/+15 |
| | |||||
* | SUDO Integration - responder | Pavel Březina | 2011-12-16 | 1 | -0/+17 |
| | |||||
* | SUDO integration - LDAP provider | Pavel Březina | 2011-12-16 | 1 | -1/+3 |
| | |||||
* | SUDO Integration - LDAP provider - save sudo rules functions | Jakub Hrozek | 2011-12-16 | 1 | -0/+4 |
| | |||||
* | SUDO Integration - sysdb interface | Jakub Hrozek | 2011-12-16 | 1 | -0/+4 |
| | |||||
* | SUDO integration - client common interface | Pavel Březina | 2011-12-16 | 1 | -0/+1 |
| | |||||
* | sss_utf8_tolower utility function+unit tests | Jakub Hrozek | 2011-12-16 | 1 | -1/+2 |
| | |||||
* | Allow using Glib for UTF8 support | Stephen Gallagher | 2011-12-05 | 1 | -7/+12 |
| | |||||
* | Add -fno-strict-aliasing | Stephen Gallagher | 2011-11-28 | 1 | -1/+2 |
| | |||||
* | Fix broken build due to commit of IPA netgroup support | Stephen Gallagher | 2011-11-23 | 1 | -0/+1 |
| | |||||
* | Added IPA account info handler | Jan Zeleny | 2011-11-23 | 1 | -0/+1 |
| | | | | | Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider. | ||||
* | Added support for fetching netgroups in IPA provider | Jan Zeleny | 2011-11-23 | 1 | -0/+1 |
| |