summaryrefslogtreecommitdiff
path: root/src/sss_client
AgeCommit message (Expand)AuthorFilesLines
2012-10-11PAM: close socket fd with pam_set_dataJakub Hrozek3-0/+33
2012-10-10do not fail if POLLHUP occurs while reading dataPavel Březina1-1/+9
2012-09-04SSH: Simplify public key formatting functionJan Cholasta1-2/+1
2012-09-04SSH: Return error code in SSH utility functionsJan Cholasta1-6/+7
2012-08-27Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the clientJakub Hrozek1-6/+90
2012-08-13sss_client: Group lookups should work even when fastcache cannot be initializedJakub Hrozek1-8/+2
2012-07-27Write SELinux config files in responder instead of PAM moduleJan Zeleny2-99/+0
2012-07-27Move SELinux processing from session to account PAM stackJan Zeleny1-55/+55
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-07-16sudo test client: avoid SIGSEGV when run without argumentsPavel Březina1-1/+1
2012-07-10Remove resource leak in sssdpac_import_authdataSumit Bose1-3/+1
2012-07-09Fix use-after-freeStephen Gallagher1-0/+1
2012-06-29sudo responder: change protocol version to 1Pavel Březina1-1/+1
2012-06-29sudo api: send uid, username and domainnamePavel Březina5-66/+158
2012-06-29sudo api: remove EOKPavel Březina2-13/+10
2012-06-21PAC client: add krb5 authdata pluginSumit Bose2-0/+467
2012-06-21PAC client: add basic support in common client codeSumit Bose2-0/+38
2012-06-21PAC responder: add the core functionalitySumit Bose1-0/+4
2012-06-21Add close on exec support for old platformsSimo Sorce1-1/+16
2012-06-21Do not leak file descriptors in client libs.Simo Sorce1-1/+1
2012-06-18Do not send SIGPIPE on disconnectionShantanu Goel1-6/+21
2012-06-18Set return errno to the value prior to calling close().Shantanu Goel1-2/+2
2012-06-15SSS_CLIENT: Fix uninitialized value errorStephen Gallagher1-1/+1
2012-06-14Provide "service filter" for SELinux contextJan Zeleny1-0/+20
2012-05-31SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are m...Jan Cholasta1-36/+49
2012-05-31SSH: Supress error message output in sss_ssh_knownhostsproxyJan Cholasta2-15/+8
2012-05-29Revert the client packet length, too, after reverting the packet protocolJakub Hrozek1-1/+1
2012-05-25NSS: Restore original protocol for getservbyportStephen Gallagher1-2/+3
2012-05-25Send 16bit protocol numbers from the sss_clientJakub Hrozek1-6/+7
2012-05-22Always use positional arguments in translatable stringsStephen Gallagher1-2/+2
2012-05-03AUTOFS: remove unused assignmentsJakub Hrozek1-1/+0
2012-05-02PAM_SSS: report error code if write failsJakub Hrozek1-2/+2
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta1-1/+1
2012-04-20Convert read and write operations to sss_atomic_readJakub Hrozek2-27/+27
2012-04-18autofs: Raise the maximum key length to PATH_MAXJakub Hrozek1-2/+4
2012-04-18sudo api: check sss_status instead of errnop in sss_sudo_send_recv_generic()Pavel Březina1-2/+4
2012-04-18pam_sss: improve error handling in SELinux codeJakub Hrozek1-3/+5
2012-04-05Use HTML_TIMESTAMP instead of HTML_FOOTER_DESCRIPTIONJakub Hrozek1-3/+4
2012-03-28Silence Coverity warning in the autofs test toolJakub Hrozek1-8/+22
2012-03-26AUTOFS: fix copy-and-paste bug in the autofs clientJakub Hrozek1-1/+1
2012-03-20SSH: Fix infinite loop in sss_ssh_knownhostsproxyJan Cholasta1-6/+9
2012-03-19sss_client: shared memory cache group map supportSimo Sorce3-0/+268
2012-03-19sss_client: shared memory cache passwd map supportSimo Sorce3-0/+262
2012-03-19sss_client: Add common shared memory cache utilsSimo Sorce2-0/+334
2012-03-15SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxyJan Cholasta1-26/+38
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta4-6/+25
2012-03-09Fixed resource leak in ssh client codeJan Zeleny1-0/+1
2012-03-09Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny1-1/+1
2012-03-09Fixed uninitialized pointer in SSH known host proxyJan Zeleny1-1/+1
2012-03-09Use of unininitialized value in sss_sudo_parse_responsePavel Březina1-0/+2