summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24Sysdb routines for subdomainsJan Zeleny1-0/+1
2012-04-20Fix linker issue with pam_sssStephen Gallagher1-0/+1
2012-04-20Install and uninstall all documentationPavel Březina1-3/+19
Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation.
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek1-1/+6
https://fedorahosted.org/sssd/ticket/1209
2012-04-20Move atomic io function to a separate moduleJakub Hrozek1-0/+2
We'll be using it on various places of the SSSD. The function is in its own file to allow using just the one piece without having to drag in the whole util.c module.
2012-03-28Put dp_option maps in their own fileStephen Gallagher1-0/+3
There is no functional change due to this patch.
2012-03-28BUILDSYS: Create common libs for LDAP and KRB5 sourcesStephen Gallagher1-64/+48
This will eliminate the need for automake to build these files for each backend that consumes LDAP and KRB5 functionality (currently 'ldap', 'krb5' and 'ipa'; soon to include 'ad')
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