8e8dda8561e89276a891495ae84eefe2b2170193 |
|
07-Jul-2016 |
Jakub Hrozek <jhrozek@redhat.com> |
SSH: Use a qualified name for user searches in the SSH responder
The name is converted from whatever we receive on input to the internal
format before processing the data further.
Reviewed-by: Sumit Bose <sbose@redhat.com> |
4de84af23db74e13e867985c9093f394c9fa8d51 |
|
31-Jul-2015 |
Sumit Bose <sbose@redhat.com> |
ssh: generate public keys from certificate
Resolves: https://fedorahosted.org/sssd/ticket/2711
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
728b10c81204929be5669c1e67bd086e09c47c00 |
|
07-May-2013 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Fix parsing of names from client requests
Try to parse names in the form user@domain first, as that's what sss_ssh_*
send in requests when the --domain option is used. Do not parse host names
using domain-specific regular expression. |
e880949305cee3aca79441fe6113a9d79e7c98f2 |
|
18-Dec-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
RESPONDERS: Create a common file with service names and versions
The monitor sends calls different sbus methods to different responders.
Instead of including headers of the particular responders directly in
monitor, which breaks layering a little, create a common header file
that will be included from src/responder/common/ |
3882325ff60f89d0c312e9519bdfd1351978fd73 |
|
05-Oct-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Expire hosts in known_hosts |
2d6836a90bd326391782a5753f70e8ba666b5def |
|
05-Oct-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Refactor sysdb and related code |
b42b5d5aaf4da165582e73ad985fdff6e34e61e4 |
|
03-May-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
SSH: Add dp_get_host_send to common responder code
Instead of using account_info request, creates a new ssh specific
request. This improves code readability and will make the code more
flexible in the future.
https://fedorahosted.org/sssd/ticket/1176 |
4fa3ef8d8a8a3cddf8025d306c3b90b37dd431bc |
|
24-Apr-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Add support for hashed known_hosts
https://fedorahosted.org/sssd/ticket/1203 |
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. |
a836d70ad64013ec1d407388a9416ecb3d1cc992 |
|
27-Feb-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Replace blocking getaddrinfo call in the responder with asynchronous resolver code |
e6ab4b3ded22aca8dd6eb3ce69630d931cddb140 |
|
27-Feb-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Manage global known_hosts file in the responder
https://fedorahosted.org/sssd/ticket/1193 |
9e896dc45792ea7d2f267b4fbd49542d10339c63 |
|
27-Feb-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Save SSH host name aliases |
e7311aec8d691e5427317442387af1bc8fff3742 |
|
07-Feb-2012 |
Jan Cholasta <jcholast@redhat.com> |
SSH: Responder |