History log of /sssd/src/sss_client/ssh/sss_ssh_client.c
Revision Date Author Comments Expand
43e06ff39584570817949dc5de118d2b7ca854c1 04-Nov-2015 Michal Židek <mzidek@redhat.com>

util: Continue if setlocale fails setlocale needs some environment variables to be set in order to work. These variables are not present in some special cases. We should not fail completely in these cases but continue with the compatible C locale. Resolves: https://fedorahosted.org/sssd/ticket/2785 Reviewed-by: Michal Židek <mzidek@redhat.com>

2b490bc947dbe0094417304840bd721417a162d9 03-Sep-2015 Pavel Reichl <preichl@redhat.com>

Remove trailing whitespace Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

9f0bffebd070115ab47a92eadc6890a721c7b78d 31-Aug-2015 Michal Židek <mzidek@redhat.com>

sssd: incorrect checks on length values during packet decoding https://fedorahosted.org/sssd/ticket/1697 It is safer to isolate the checked (unknown/untrusted) value on the left hand side in the conditions to avoid overflows/underflows. Reviewed-by: Petr Cech <pcech@redhat.com>

08e3f641a8b8d6b5d7eb0b523599702eda960da2 22-Jul-2013 Lukas Slebodnik <lslebodn@redhat.com>

Fix warnings: uninitialized variable

28e55560008f21a532b103b3f612c6fca2a54d76 07-May-2013 Jan Cholasta <jcholast@redhat.com>

SSH: Use separate field for domain name in client requests Instead of appending @domain to names when the --domain option of sss_ssh_* is used, put domain name in a separate field in client requests.

8e911f93054c410cfbec3c3b71f74081468451de 31-May-2012 Jan Cholasta <jcholast@redhat.com>

SSH: Supress error message output in sss_ssh_knownhostsproxy

bd03e67c9d2fc4ad0275e7a573385ee5b7b9307a 15-Mar-2012 Jan Cholasta <jcholast@redhat.com>

SSH: Allow clients to explicitly specify host alias This change removes the need to canonicalize host names on the responder side - the relevant code was removed.

0a9c4827cbd0cfa8efc1bc99bc3571f3724b958a 09-Mar-2012 Jan Zeleny <jzeleny@redhat.com>

Fixed resource leak in ssh client code

748ba184db97b7534254f97018fa04e8aa458fae 27-Feb-2012 Jan Cholasta <jcholast@redhat.com>

SSH: Refactor responder and client common code