summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23pam_sss: keep selinux optionalSimo Sorce1-1/+1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2012-02-07AUTOFS: IPA providerJakub Hrozek1-1/+2
2012-02-07Make sudo installation path configurable, install into libdir by defaultJakub Hrozek1-1/+1
2012-02-07SSH: OpenSSH known_hosts clientJan Cholasta1-1/+10
2012-02-07SSH: OpenSSH authorized_keys clientJan Cholasta1-0/+16
2012-02-07SSH: Common client codeJan Cholasta1-1/+3
2012-02-07SSH: ResponderJan Cholasta1-0/+15
2012-02-07IPA: Add host info handlerJan Cholasta1-0/+8
2012-02-07UTIL: Provide base64 encoding and decoding functionsJan Cholasta1-2/+4
2012-02-06Session target in IPA providerJan Zeleny1-0/+6
2012-02-06Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny1-0/+2
2012-02-06SELinux support in PAM moduleJan Zeleny1-0/+1
2012-02-06Added some SELinux-related sysdb routinesJan Zeleny1-0/+2
2012-02-06Added some SELinux-related utility functionsJan Zeleny1-1/+3
2012-02-06Add support for generic IPA config retrievalJan Zeleny1-0/+2
2012-02-06Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny1-0/+1
2012-02-05AUTOFS: LDAP providerJakub Hrozek1-0/+9
2012-02-05AUTOFS: responderJakub Hrozek1-0/+15
2012-02-05AUTOFS: a command-line test clientJakub Hrozek1-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-05AUTOFS: a client libraryJakub Hrozek1-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-05AUTOFS: sysdb interfaceJakub Hrozek1-0/+2
2012-02-04Build all experimental features during 'make distcheck'Stephen Gallagher1-1/+2
2012-02-04SUDO Integration - in-memory cache in responderPavel Březina1-0/+1
New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111
2012-01-31IPA: Add support for services lookups (non-enum)Stephen Gallagher1-0/+2
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher1-0/+2
2012-01-30SUDO: Provide documentation for the SUDO APIJakub Hrozek1-2/+5
2012-01-30SSSDConfigAPI: Move sssd.api.* to /usr/share/sssdStephen Gallagher1-2/+4
https://fedorahosted.org/sssd/ticket/1158
2012-01-27PROXY: add support for service lookups (non-enumeration)Stephen Gallagher1-0/+1
2012-01-27NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher1-0/+2
2012-01-27NSS: Add client support for services (non-enumeration)Stephen Gallagher1-0/+1
2012-01-27SYSDB: Add sysdb routines for manipulating service entriesStephen Gallagher1-0/+2
2012-01-18SUDO: include the sources in the IPA provider, tooJakub Hrozek1-0/+6
2012-01-17Add a new Makefile target to build RPMs with the experimental flagJakub Hrozek1-4/+16
2012-01-17Export libsss_sudo as a separate packageJakub Hrozek1-7/+29
2012-01-17SUDO Integration - periodical update of rules in data providerPavel Březina1-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-09util: add murmurhash3 hash functionSimo Sorce1-1/+3
2011-12-20PAM: make initgroups timeout work across multiple clientsStephen Gallagher1-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-19Move child_common routines to utilStephen Gallagher1-7/+7
2011-12-19Add common SIGCHLD handling for providers.Pavel Zuna1-2/+9
2011-12-16SUDO Integration - pseudo client for testingPavel Březina1-0/+15
2011-12-16SUDO Integration - responderPavel Březina1-0/+17
2011-12-16SUDO integration - LDAP providerPavel Březina1-1/+3
2011-12-16SUDO Integration - LDAP provider - save sudo rules functionsJakub Hrozek1-0/+4
2011-12-16SUDO Integration - sysdb interfaceJakub Hrozek1-0/+4
2011-12-16SUDO integration - client common interfacePavel Březina1-0/+1
2011-12-16sss_utf8_tolower utility function+unit testsJakub Hrozek1-1/+2
2011-12-05Allow using Glib for UTF8 supportStephen Gallagher1-7/+12
2011-11-28Add -fno-strict-aliasingStephen Gallagher1-1/+2
2011-11-23Fix broken build due to commit of IPA netgroup supportStephen Gallagher1-0/+1
2011-11-23Added IPA account info handlerJan Zeleny1-0/+1
Currently it is only handling netgroups by itself, other requests are forwarded to LDAP provider.