summaryrefslogtreecommitdiffstats
path: root/src/sss_client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Do not leak file descriptors in client libs.Simo Sorce2012-06-211-1/+1
* Do not send SIGPIPE on disconnectionShantanu Goel2012-06-181-6/+21
* Set return errno to the value prior to calling close().Shantanu Goel2012-06-181-2/+2
* SSS_CLIENT: Fix uninitialized value errorStephen Gallagher2012-06-151-1/+1
* Provide "service filter" for SELinux contextJan Zeleny2012-06-141-0/+20
* SSH: Don't abort connection in sss_ssh_knownhostsproxy when DNS records are m...Jan Cholasta2012-05-311-36/+49
* SSH: Supress error message output in sss_ssh_knownhostsproxyJan Cholasta2012-05-312-15/+8
* Revert the client packet length, too, after reverting the packet protocolJakub Hrozek2012-05-291-1/+1
* NSS: Restore original protocol for getservbyportStephen Gallagher2012-05-251-2/+3
* Send 16bit protocol numbers from the sss_clientJakub Hrozek2012-05-251-6/+7
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-221-2/+2
* AUTOFS: remove unused assignmentsJakub Hrozek2012-05-031-1/+0
* PAM_SSS: report error code if write failsJakub Hrozek2012-05-021-2/+2
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-1/+1
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-202-27/+27
* autofs: Raise the maximum key length to PATH_MAXJakub Hrozek2012-04-181-2/+4