summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
* SUDO: Remove unused variableStephen Gallagher2012-11-191-1/+0
* sudo: do not send domain name with usernamePavel Březina2012-11-142-16/+6
* PAM: fix handling the client fd in pam destructorJakub Hrozek2012-10-123-18/+18
* Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudoJakub Hrozek2012-10-121-12/+0
* PAM: close socket fd with pam_set_dataJakub Hrozek2012-10-113-0/+33
* do not fail if POLLHUP occurs while reading dataPavel Březina2012-10-101-1/+9
* SSH: Simplify public key formatting functionJan Cholasta2012-09-041-2/+1
* SSH: Return error code in SSH utility functionsJan Cholasta2012-09-041-6/+7
* Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the clientJakub Hrozek2012-08-271-6/+90
* sss_client: Group lookups should work even when fastcache cannot be initializedJakub Hrozek2012-08-131-8/+2
* Write SELinux config files in responder instead of PAM moduleJan Zeleny2012-07-272-99/+0
* Move SELinux processing from session to account PAM stackJan Zeleny2012-07-271-55/+55
* Fix uninitialized valuesNick Guay2012-07-181-1/+1
* sudo test client: avoid SIGSEGV when run without argumentsPavel Březina2012-07-161-1/+1
* Remove resource leak in sssdpac_import_authdataSumit Bose2012-07-101-3/+1
* Fix use-after-freeStephen Gallagher2012-07-091-0/+1
* sudo responder: change protocol version to 1Pavel Březina2012-06-291-1/+1
* sudo api: send uid, username and domainnamePavel Březina2012-06-295-66/+158
* sudo api: remove EOKPavel Březina2012-06-292-13/+10
* PAC client: add krb5 authdata pluginSumit Bose2012-06-212-0/+467
* PAC client: add basic support in common client codeSumit Bose2012-06-212-0/+38
* PAC responder: add the core functionalitySumit Bose2012-06-211-0/+4
* Add close on exec support for old platformsSimo Sorce2012-06-211-1/+16
* Do not leak file descriptors in client libs.Simo Sorce2012-06-211-1/+1
* Do not send SIGPIPE on disconnectionShantanu Goel2012-06-181-6/+21
* Set return errno to the value prior to calling close().Shantanu Goel2012-06-181-2/+2
* SSS_CLIENT: Fix uninitialized value errorStephen Gallagher2012-06-151-1/+1
* Provide "service filter" for SELinux contextJan Zeleny2012-06-141-0/+20
* SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are m...Jan Cholasta2012-05-311-36/+49
* SSH: Supress error message output in sss_ssh_knownhostsproxyJan Cholasta2012-05-312-15/+8
* Revert the client packet length, too, after reverting the packet protocolJakub Hrozek2012-05-291-1/+1
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-2/+3
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-6/+7
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-221-2/+2
* 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