summaryrefslogtreecommitdiff
path: root/src/sss_client/common.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-28CLIENT: Fix non gnu sss_strnlen implementationLukas Slebodnik1-1/+1
2012-11-22Fix errors reported by rpmlintJan Cholasta1-3/+2
2012-10-12PAM: fix handling the client fd in pam destructorJakub Hrozek1-5/+12
2012-10-11PAM: close socket fd with pam_set_dataJakub Hrozek1-0/+6
2012-10-10do not fail if POLLHUP occurs while reading dataPavel Březina1-1/+9
2012-08-27Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the clientJakub Hrozek1-6/+90
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-06-21PAC client: add basic support in common client codeSumit Bose1-0/+33
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-02-07SSH: Common client codeJan Cholasta1-0/+19
2012-02-05AUTOFS: a client libraryJakub Hrozek1-0/+20
2012-01-18NSS: Add sss_readrep_copy_stringStephen Gallagher1-0/+30
2011-12-16SUDO integration - client common interfacePavel Březina1-0/+18
2011-08-08Fixed implicit declaration of function 'time' in src/sss_client/common.c.Pavel Březina1-0/+1
2011-07-29sss_client: avoid leaking file descriptorsSimo Sorce1-0/+3
2011-05-23Set _GNU_SOURCE globallySumit Bose1-3/+1
2011-05-03clients: use poll instead of selectSimo Sorce1-9/+6
2011-02-11Use neutral name for functions used by both pam and nssSimo Sorce1-48/+62
2011-02-08Check that the socket is really ours before attempting to close it.Simo Sorce1-13/+42
2010-12-15Fix another possible memory leak in sss_nss_recv_rep()Sumit Bose1-8/+19
2010-12-14Fix possible memory leak in sss_nss_recv_rep()Sumit Bose1-8/+13
2010-11-22sss_client: make code thread-safeSimo Sorce1-8/+60
2010-11-15Fix incorrect type comparisonStephen Gallagher1-1/+1
2010-10-13Add utility function sss_strnlen()Stephen Gallagher1-0/+29
2010-07-23Allow sssd clients to reconnectSumit Bose1-4/+3
2010-06-10Properly handle read() and write() throughout the SSSDStephen Gallagher1-0/+16
2010-04-16Use SO_PEERCRED on the PAM socketSumit Bose1-1/+80
2010-04-16Revert "Add better checks on PAM socket"Sumit Bose1-122/+4
2010-03-15Fixed buffer alignment in exchange_credentials().George McCollister1-5/+9
2010-03-11Add better checks on PAM socketSumit Bose1-4/+118
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+669