Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-05 | AUTOFS: LDAP provider | Jakub Hrozek | 1 | -0/+9 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -0/+15 | |
2012-02-05 | AUTOFS: a command-line test client | Jakub Hrozek | 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(). | |||||
2012-02-05 | AUTOFS: a client library | Jakub Hrozek | 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 | |||||
2012-02-05 | AUTOFS: sysdb interface | Jakub Hrozek | 1 | -0/+2 | |
2012-02-04 | Build all experimental features during 'make distcheck' | Stephen Gallagher | 1 | -1/+2 | |
2012-02-04 | SUDO Integration - in-memory cache in responder | Pavel Březina | 1 | -0/+1 | |
New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111 | |||||
2012-01-31 | IPA: Add support for services lookups (non-enum) | Stephen Gallagher | 1 | -0/+2 | |
2012-01-31 | LDAP: Add support for service lookups (non-enum) | Stephen Gallagher | 1 | -0/+2 | |
2012-01-30 | SUDO: Provide documentation for the SUDO API | Jakub Hrozek | 1 | -2/+5 | |
2012-01-30 | SSSDConfigAPI: Move sssd.api.* to /usr/share/sssd | Stephen Gallagher | 1 | -2/+4 | |
https://fedorahosted.org/sssd/ticket/1158 | |||||
2012-01-27 | PROXY: add support for service lookups (non-enumeration) | Stephen Gallagher | 1 | -0/+1 | |
2012-01-27 | NSS: Add getservbyname and getservbyport support to the NSS Responder | Stephen Gallagher | 1 | -0/+2 | |
2012-01-27 | NSS: Add client support for services (non-enumeration) | Stephen Gallagher | 1 | -0/+1 | |
2012-01-27 | SYSDB: Add sysdb routines for manipulating service entries | Stephen Gallagher | 1 | -0/+2 | |
2012-01-18 | SUDO: include the sources in the IPA provider, too | Jakub Hrozek | 1 | -0/+6 | |
2012-01-17 | Add a new Makefile target to build RPMs with the experimental flag | Jakub Hrozek | 1 | -4/+16 | |
2012-01-17 | Export libsss_sudo as a separate package | Jakub Hrozek | 1 | -7/+29 | |
2012-01-17 | SUDO Integration - periodical update of rules in data provider | Pavel Březina | 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) | |||||
2012-01-09 | util: add murmurhash3 hash function | Simo Sorce | 1 | -1/+3 | |
2011-12-20 | PAM: make initgroups timeout work across multiple clients | Stephen Gallagher | 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 | |||||
2011-12-19 | Move child_common routines to util | Stephen Gallagher | 1 | -7/+7 | |
2011-12-19 | Add common SIGCHLD handling for providers. | Pavel Zuna | 1 | -2/+9 | |
2011-12-16 | SUDO Integration - pseudo client for testing | Pavel Březina | 1 | -0/+15 | |
2011-12-16 | SUDO Integration - responder | Pavel Březina | 1 | -0/+17 | |
2011-12-16 | SUDO integration - LDAP provider | Pavel Březina | 1 | -1/+3 | |
2011-12-16 | SUDO Integration - LDAP provider - save sudo rules functions | Jakub Hrozek | 1 | -0/+4 | |
2011-12-16 | SUDO Integration - sysdb interface | Jakub Hrozek | 1 | -0/+4 | |
2011-12-16 | SUDO integration - client common interface | Pavel Březina | 1 | -0/+1 | |
2011-12-16 | sss_utf8_tolower utility function+unit tests | Jakub Hrozek | 1 | -1/+2 | |
2011-12-05 | Allow using Glib for UTF8 support | Stephen Gallagher | 1 | -7/+12 | |
2011-11-28 | Add -fno-strict-aliasing | Stephen Gallagher | 1 | -1/+2 | |
2011-11-23 | Fix broken build due to commit of IPA netgroup support | Stephen Gallagher | 1 | -0/+1 | |
2011-11-23 | Added IPA account info handler | Jan Zeleny | 1 | -0/+1 | |
Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider. | |||||
2011-11-23 | Added support for fetching netgroups in IPA provider | Jan Zeleny | 1 | -0/+1 | |
2011-11-22 | Set more strict permissions on keyring | Simo Sorce | 1 | -0/+1 | |
We want to confine access to the keyring to the current process and not let root easily peek into the keyring contents. | |||||
2011-11-18 | RESPONDER: Ensure that all input strings are valid UTF-8 | Stephen Gallagher | 1 | -2/+4 | |
2011-10-14 | BUILDSYS: Fix --without-manpages | Stephen Gallagher | 1 | -1/+7 | |
We weren't honoring the --without-manpages option, and this was causing builds to break. Note: 'make dist[check]' will not work if you have configured with --without-manpages because it will not be able to pre-generate the translation files necessary for tarball release. | |||||
2011-10-07 | SYSDB: New source file for sysdb upgrade routines | Stephen Gallagher | 1 | -0/+1 | |
2011-09-08 | Improve documentation of libipa_hbac | Stephen Gallagher | 1 | -0/+1 | |
2011-09-06 | sss_debuglevel - change the debug levels on the fly | Pavel Březina | 1 | -1/+9 | |
https://fedorahosted.org/sssd/ticket/950 | |||||
2011-09-02 | Add option to specify the kerberos replay cache dir | Stephen Gallagher | 1 | -0/+4 | |
Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980 | |||||
2011-08-25 | New DEBUG facility - unit tests | Pavel Březina | 1 | -0/+11 | |
https://fedorahosted.org/sssd/ticket/925 | |||||
2011-08-15 | sdap_async_accounts.c split | Jan Zeleny | 1 | -2/+6 | |
The file has been split in three: sdap_async_users.c sdap_async_groups.c sdap_async_initgroups.c https://fedorahosted.org/sssd/ticket/864 | |||||
2011-08-08 | Rename sssd.conf to sssd-example.conf | Stephen Gallagher | 1 | -1/+1 | |
This file should not be installed by default. It leads to user confusion. We will instead install it as documentation. Fix incorrect example of entry_cache_nowait_percentage | |||||
2011-08-01 | Add rule validator to libipa_hbac | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/943 | |||||
2011-07-29 | libipa_hbac: Support case-insensitive comparisons with UTF8 | Stephen Gallagher | 1 | -1/+2 | |
2011-07-13 | Fix python HBAC bindings for python <= 2.4 | Jakub Hrozek | 1 | -1/+3 | |
Several parts of the HBAC python bindings did not work with old Python versions, such as the one shipped in RHEL5. The changes include: * a compatibility wrapper around python set object * PyModule_AddIntMacro compat macro * Py_ssize_t compat definition * Do not use PyUnicode_FromFormat * several function prototypes and structures used to have "char arguments where they have "const char *" in recent versions. This caused compilation warnings this patch mitigates by using the discard_const hack on python 2.4 | |||||
2011-07-08 | Provide python bindings for the HBAC evaluator library | Jakub Hrozek | 1 | -3/+18 | |
2011-07-08 | Add new HBAC lookup and evaluation routines | Stephen Gallagher | 1 | -1/+2 | |