summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
* Check slot validity before MC_SLOT_TO_PTR.Michal Zidek2013-09-231-0/+4
* Rename _SSS_MC_SPECIALMichal Zidek2013-09-131-2/+2
* CLIENT: Fix non gnu sss_strnlen implementationLukas Slebodnik2013-08-281-1/+1
* mmap_cache: Off by one error.Michal Zidek2013-08-192-8/+8
* mmap_cache: Remove triple checks in client code.Michal Zidek2013-08-192-40/+20
* mmap_cache: Check data->name value in client codeMichal Zidek2013-08-192-0/+37
* mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2013-08-112-0/+16
* Fix warnings: uninitialized variableLukas Slebodnik2013-07-221-1/+1
* Enhance PAC responder for AD usersSumit Bose2013-06-061-15/+47
* Rename SAFEALIGN macros.Michal Zidek2013-05-141-34/+2
* SSH: Use separate field for domain name in client requestsJan Cholasta2013-05-074-37/+29
* Add client library for SID related lookupsSumit Bose2013-05-035-0/+1925
* sudo client: remove dead codePavel Březina2013-04-241-8/+0
* Fix sss_client breakage.Lukas Slebodnik2013-03-181-1/+1
* Removing unused header file providers.hLukas Slebodnik2013-03-131-151/+0
* Reuse sss_open_cloexec at other places in code.Lukas Slebodnik2013-03-131-17/+2
* Add support for krb5 1.11's responder callback.Nathaniel McCallum2013-03-081-0/+3
* Updated Doxygen configuration to 1.8.1Thorsten Scherf2013-03-061-134/+478
* Revert "Add debug message to autofs client"Jakub Hrozek2013-03-011-3/+0
* Add debug message to autofs clientPavel Březina2013-03-011-0/+3
* autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32Jakub Hrozek2013-01-161-10/+5
* Potential resource leak in sss_nss_mc_get_recordJakub Hrozek2013-01-081-0/+1
* explicit null dereferenced in sss_nss_mc_get_record()Pavel Březina2013-01-071-0/+5
* Add a macro to copy with barriersSimo Sorce2012-12-131-17/+30
* Add memory barrier to mmap cache client code loopSimo Sorce2012-12-051-0/+3
* Fix errors reported by rpmlintJan Cholasta2012-11-227-21/+14
* SUDO: Remove unused variableStephen Gallagher2012-11-151-1/+0
* sudo: do not send domain name with usernamePavel Březina2012-11-142-16/+6
* Include talloc log in our debug facilityMichal Zidek2012-10-292-2/+2
* 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