summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
* AUTOFS: remove unused assignmentsJakub Hrozek2012-05-031-1/+0
* PAM_SSS: report error code if write failsJakub Hrozek2012-05-021-2/+2
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-1/+1
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-202-27/+27
* autofs: Raise the maximum key length to PATH_MAXJakub Hrozek2012-04-181-2/+4
* sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina2012-04-181-2/+4
* pam_sss: improve error handling in SELinux codeJakub Hrozek2012-04-181-3/+5
* Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek2012-04-051-3/+4
* Silence Coverity warning in the autofs test toolJakub Hrozek2012-03-281-8/+22
* AUTOFS: fix copy-and-paste bug in the autofs clientJakub Hrozek2012-03-261-1/+1
* SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta2012-03-201-6/+9
* sss_client: shared memory cache group map supportSimo Sorce2012-03-193-0/+268
* sss_client: shared memory cache passwd map supportSimo Sorce2012-03-193-0/+262
* sss_client: Add common shared memory cache utilsSimo Sorce2012-03-192-0/+334
* SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta2012-03-151-26/+38
* SSH: Allow clients to explicitly specify host aliasJan Cholasta2012-03-154-6/+25
* Fixed resource leak in ssh client codeJan Zeleny2012-03-091-0/+1
* Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny2012-03-091-1/+1
* Fixed uninitialized pointer in SSH known host proxyJan Zeleny2012-03-091-1/+1
* Use of unininitialized value in sss_sudo_parse_responsePavel Březina2012-03-091-0/+2
* Two memory leaks in sss_sudo_get_valuesPavel Březina2012-03-091-1/+4
* Only free returned values on successJakub Hrozek2012-03-081-3/+3
* Autofs: operate on contents of double-pointer, not addressJakub Hrozek2012-03-081-3/+3
* SSH: Remove unused --file option of sss_ssh_knownhostsproxyJan Cholasta2012-02-271-5/+0
* SSH: Add more debugging messagesJan Cholasta2012-02-272-4/+18
* 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