summaryrefslogtreecommitdiff
path: root/src/sss_client
AgeCommit message (Expand)AuthorFilesLines
2013-09-23mmap_cache: Use two chains for hash collision.Lukas Slebodnik4-8/+23
2013-09-13Rename _SSS_MC_SPECIALMichal Zidek1-2/+2
2013-08-28CLIENT: Fix non gnu sss_strnlen implementationLukas Slebodnik1-1/+1
2013-08-19mmap_cache: Off by one error.Michal Zidek2-8/+8
2013-08-19mmap_cache: Remove triple checks in client code.Michal Zidek2-40/+20
2013-08-19mmap_cache: Check data->name value in client codeMichal Zidek2-0/+37
2013-08-11mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2-0/+16
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik1-1/+1
2013-06-06Enhance PAC responder for AD usersSumit Bose1-15/+47
2013-05-14Rename SAFEALIGN macros.Michal Zidek1-34/+2
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta4-37/+29
2013-05-03Add client library for SID related lookupsSumit Bose5-0/+1925
2013-04-24sudo client: remove dead codePavel Březina1-8/+0
2013-03-18Fix sss_client breakage.Lukas Slebodnik1-1/+1
2013-03-13Removing unused header file providers.hLukas Slebodnik1-151/+0
2013-03-13Reuse sss_open_cloexec at other places in code.Lukas Slebodnik1-17/+2
2013-03-08Add support for krb5 1.11's responder callback.Nathaniel McCallum1-0/+3
2013-03-06Updated Doxygen configuration to 1.8.1Thorsten Scherf1-134/+478
2013-03-01Revert "Add debug message to autofs client"Jakub Hrozek1-3/+0
2013-03-01Add debug message to autofs clientPavel Březina1-0/+3
2013-01-16autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32Jakub Hrozek1-10/+5
2013-01-08Potential resource leak in sss_nss_mc_get_recordJakub Hrozek1-0/+1
2013-01-07explicit null dereferenced in sss_nss_mc_get_record()Pavel Březina1-0/+5
2012-12-13Add a macro to copy with barriersSimo Sorce1-17/+30
2012-12-05Add memory barrier to mmap cache client code loopSimo Sorce1-0/+3
2012-11-22Fix errors reported by rpmlintJan Cholasta7-21/+14
2012-11-15SUDO: Remove unused variableStephen Gallagher1-1/+0
2012-11-14sudo: do not send domain name with usernamePavel Březina2-16/+6
2012-10-29Include talloc log in our debug facilityMichal Zidek2-2/+2
2012-10-12PAM: fix handling the client fd in pam destructorJakub Hrozek3-18/+18
2012-10-12Remove libsss_sudo.pc and move libsss_sudo.so to libsss_sudoJakub Hrozek1-12/+0
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