summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-101-0/+2
| | | | | | | | | | | | | Active Directory 2008R2 allows only 1500 group members to be retrieved in a single lookup. However, when we hit such a situation, we can take advantage of the ASQ lookups, which are not similarly limited. With this patch, we will add any members found by ASQ that were not found by the initial lookup so we will end with a complete group listing. https://fedorahosted.org/sssd/ticket/783
* LDAP: Add helper routines for ID-mappingStephen Gallagher2012-05-031-2/+6
|
* SYSDB: Add sysdb routines for ID-mappingStephen Gallagher2012-05-031-0/+1
|
* SSH: Add dp_get_host_send to common responder codeJakub Hrozek2012-05-031-0/+1
| | | | | | | | Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176
* Allow different SID representations in libidmapSumit Bose2012-05-011-2/+4
| | | | | | Besides as strings it is now possible to use binary SIDs or a struct containing all SID information. Functions to convert between these formats are added as well.
* UTIL: Add HMAC-SHA-1 functionJan Cholasta2012-04-241-0/+2
|
* Add ID operations in subdomainsJan Zeleny2012-04-241-0/+1
|
* Add s2n extended operationSumit Bose2012-04-241-0/+1
|
* Moved expand_homedir_template() from NSS responder to utility codeJan Zeleny2012-04-241-0/+2
|
* IPA: Add get-domains targetSumit Bose2012-04-241-0/+2
|
* Responder part of the subdomain retrieval workJan Zeleny2012-04-241-1/+2
|
* Add some utility functions for subdomainsJan Zeleny2012-04-241-1/+2
|
* Sysdb routines for subdomainsJan Zeleny2012-04-241-0/+1
|
* Fix linker issue with pam_sssStephen Gallagher2012-04-201-0/+1
|
* Install and uninstall all documentationPavel Březina2012-04-201-3/+19
| | | | | Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation.
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-1/+6
| | | | https://fedorahosted.org/sssd/ticket/1209
* Move atomic io function to a separate moduleJakub Hrozek2012-04-201-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.
* Put dp_option maps in their own fileStephen Gallagher2012-03-281-0/+3
| | | | There is no functional change due to this patch.
* BUILDSYS: Create common libs for LDAP and KRB5 sourcesStephen Gallagher2012-03-281-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')
* Add idmap librarySumit Bose2012-03-261-3/+24
|
* sss_client: shared memory cache group map supportSimo Sorce2012-03-191-0/+1
|
* sss_client: shared memory cache passwd map supportSimo Sorce2012-03-191-0/+1
|
* sss_client: Add common shared memory cache utilsSimo Sorce2012-03-191-1/+4
|
* nsssrv: shared memory cache server initializationSimo Sorce2012-03-191-0/+5
|
* util: Helper headers for shared memory cacheSimo Sorce2012-03-191-0/+1
|
* SSH: Allow clients to explicitly specify host aliasJan Cholasta2012-03-151-3/+1
| | | | | This change removes the need to canonicalize host names on the responder side - the relevant code was removed.
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-03-091-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1227
* Properly terminate GIT_CHECKOUTStephen Gallagher2012-03-081-0/+1
| | | | | Accidentally removed the endif in the patch removing 'make experimental-rpms'
* Build experimental features by default in RPMsStephen Gallagher2012-03-081-13/+0
|
* Fix the script pathJan Zeleny2012-02-291-1/+1
|
* Fix typo in script nameStephen Gallagher2012-02-291-1/+1
|
* Include the debug_level upgrade tool in the tarballStephen Gallagher2012-02-281-0/+1
|
* SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵Jan Cholasta2012-02-271-1/+3
| | | | resolver code
* SSH: Refactor responder and client common codeJan Cholasta2012-02-261-4/+7
|
* pam_sss: keep selinux optionalSimo Sorce2012-02-231-1/+1
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* AUTOFS: IPA providerJakub Hrozek2012-02-071-1/+2
|
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-071-1/+1
|
* SSH: OpenSSH known_hosts clientJan Cholasta2012-02-071-1/+10
|
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-071-0/+16
|
* SSH: Common client codeJan Cholasta2012-02-071-1/+3
|
* SSH: ResponderJan Cholasta2012-02-071-0/+15
|
* IPA: Add host info handlerJan Cholasta2012-02-071-0/+8
|
* UTIL: Provide base64 encoding and decoding functionsJan Cholasta2012-02-071-2/+4
|
* Session target in IPA providerJan Zeleny2012-02-061-0/+6
|
* Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny2012-02-061-0/+2
|
* SELinux support in PAM moduleJan Zeleny2012-02-061-0/+1
|
* Added some SELinux-related sysdb routinesJan Zeleny2012-02-061-0/+2
|
* Added some SELinux-related utility functionsJan Zeleny2012-02-061-1/+3
|
* Add support for generic IPA config retrievalJan Zeleny2012-02-061-0/+2
|
* Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny2012-02-061-0/+1
|