summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
* sss_autofs: Do not try to free empty autofs contextLukas Slebodnik2014-05-271-2/+4
* sss_autofs: Check return value of autofs make requestLukas Slebodnik2014-05-271-12/+12
* PAM: macro PAM_DATA_REPLACE isn't available in openpam.Lukas Slebodnik2014-05-181-0/+2
* PAM: Fix problem with missing declaration.Lukas Slebodnik2014-05-181-0/+1
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-262-0/+22
* Use pattern #elif defined(identifier)Lukas Slebodnik2014-03-141-2/+2
* PAM: add ignore_unknown_user optionPete Fritchman2014-03-141-0/+11
* PAM: Test return value of strdupLukas Slebodnik2014-03-072-0/+9
* DOC: Fix names of arguments in doxygen commentsLukas Slebodnik2014-02-171-3/+3
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-122-27/+27
* CLIENT: Remove unused macrosLukas Slebodnik2014-01-241-5/+0
* Properly align buffer when storing pointers.Michal Zidek2013-12-103-11/+14
* sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate.Michal Zidek2013-12-038-27/+80
* sss_client: Use SAFEALIGN_SETMEM_<type> macros where appropriate.Michal Zidek2013-11-151-6/+3
* mmap_cache: Use two chains for hash collision.Lukas Slebodnik2013-09-234-8/+23
* 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