summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
...
* AUTOFS: speed up the client by requesting multiple entries at onceJakub Hrozek2012-02-271-44/+160
* SSH: Manage global known_hosts file in the responderJan Cholasta2012-02-261-78/+2
* SSH: Continue connecting to SSH server even when SSSD is not running in sss_s...Jan Cholasta2012-02-261-112/+85
* SSH: Refactor responder and client common codeJan Cholasta2012-02-264-177/+72
* pam_sss: keep selinux optionalSimo Sorce2012-02-231-0/+6
* nss_group: Cache the result from sssd when the glibc provided buffer is too s...Simo Sorce2012-02-231-8/+145
* Refactor sss_result into sss_sudo_resultPavel Březina2012-02-145-36/+38
* Fix missing NULL check after mallocStephen Gallagher2012-02-131-0/+4
* SSH: Verify that names received from client are valid UTF-8 in responderJan Cholasta2012-02-131-0/+17
* Fix SSH compilation on RHEL5Jakub Hrozek2012-02-071-1/+3
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-071-1/+1
* SSH: OpenSSH known_hosts clientJan Cholasta2012-02-071-0/+401
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-071-0/+130
* SSH: Common client codeJan Cholasta2012-02-074-0/+372
* SSH: ResponderJan Cholasta2012-02-071-0/+4
* SELinux support in PAM moduleJan Zeleny2012-02-061-1/+60
* SELinux support in PAM responderJan Zeleny2012-02-061-0/+4
* AUTOFS: a command-line test clientJakub Hrozek2012-02-051-0/+116
* AUTOFS: a client libraryJakub Hrozek2012-02-055-0/+451
* SUDO: Provide documentation for the SUDO APIJakub Hrozek2012-01-302-0/+1658
* Fix sudo compilation on RHEL5Jakub Hrozek2012-01-302-0/+3
* SUDO Integration - test client changedPavel Březina2012-01-271-78/+13
* SUDO Integration - SUDO API can request only cn=defaults recordPavel Březina2012-01-273-26/+44
* SUDO Integration - responder command for cn=defaultsPavel Březina2012-01-271-0/+1
* NSS: Add client support for [set|get|end]servent()Stephen Gallagher2012-01-271-4/+125
* NSS: Add client support for services (non-enumeration)Stephen Gallagher2012-01-273-5/+388
* NSS: Add sss_readrep_copy_stringStephen Gallagher2012-01-185-181/+131
* Export libsss_sudo as a separate packageJakub Hrozek2012-01-172-0/+27
* SUDO Integration review issuesPavel Březina2012-01-174-7/+8
* NSS: Validate input string lengthsStephen Gallagher2012-01-144-9/+32
* SUDO Integration - pseudo client for testingPavel Březina2011-12-161-0/+167
* SUDO Integration - API for sudoPavel Březina2011-12-164-0/+553
* SUDO Integration - responderPavel Březina2011-12-161-0/+3
* SUDO integration - client common interfacePavel Březina2011-12-162-0/+24
* Fixed incorrect return code in PAM clientJan Zeleny2011-12-081-1/+1
* sss_cli.h - fix: function declaration after the header guardPavel Březina2011-11-281-2/+2
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-8/+2
* Added quiet option to pam_sssPavel Březina2011-09-201-5/+25
* Fixed implicit declaration of function 'time' in src/sss_client/common.c.Pavel Březina2011-08-081-0/+1
* sss_client: avoid leaking file descriptorsSimo Sorce2011-07-291-0/+3
* Import config.h earlierStephen Gallagher2011-05-231-1/+1
* Include string.h in sss_cli.hSumit Bose2011-05-231-0/+1
* Set _GNU_SOURCE globallySumit Bose2011-05-232-7/+1
* clients: use poll instead of selectSimo Sorce2011-05-031-9/+6
* Use neutral name for functions used by both pam and nssSimo Sorce2011-02-113-49/+64
* Check that the socket is really ours before attempting to close it.Simo Sorce2011-02-081-13/+42
* Fix wrong test in pam_sssSimo Sorce2010-12-171-1/+1
* Fix segfault for PAM_TEXT_INFO conversationsStephen Gallagher2010-12-161-1/+1
* Fix another possible memory leak in sss_nss_recv_rep()Sumit Bose2010-12-151-8/+19
* Fix possible memory leak in do_pam_conversationSumit Bose2010-12-151-16/+28