summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-03-26Add idmap librarySumit Bose1-3/+24
2012-03-19sss_client: shared memory cache group map supportSimo Sorce1-0/+1
2012-03-19sss_client: shared memory cache passwd map supportSimo Sorce1-0/+1
2012-03-19sss_client: Add common shared memory cache utilsSimo Sorce1-1/+4
2012-03-19nsssrv: shared memory cache server initializationSimo Sorce1-0/+5
2012-03-19util: Helper headers for shared memory cacheSimo Sorce1-0/+1
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta1-3/+1
This change removes the need to canonicalize host names on the responder side - the relevant code was removed.
2012-03-09IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher1-0/+1
https://fedorahosted.org/sssd/ticket/1227
2012-03-08Properly terminate GIT_CHECKOUTStephen Gallagher1-0/+1
Accidentally removed the endif in the patch removing 'make experimental-rpms'
2012-03-08Build experimental features by default in RPMsStephen Gallagher1-13/+0
2012-02-29Fix the script pathJan Zeleny1-1/+1
2012-02-29Fix typo in script nameStephen Gallagher1-1/+1
2012-02-28Include the debug_level upgrade tool in the tarballStephen Gallagher1-0/+1
2012-02-27SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵Jan Cholasta1-1/+3
resolver code
2012-02-26SSH: Refactor responder and client common codeJan Cholasta1-4/+7
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)