summaryrefslogtreecommitdiff
path: root/src/responder/ssh/sshsrv.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-07SSH: Fix parsing of names from client requestsJan Cholasta1-0/+8
2013-03-20change responder contexts hierarchyPavel Březina1-9/+14
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-4/+8
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek1-0/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-05SSH: Expire hosts in known_hostsJan Cholasta1-0/+11
2012-04-24SSH: Add support for hashed known_hostsJan Cholasta1-0/+13
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta1-7/+0
2012-03-08Use the correct hash table for pending requestsSimo Sorce1-1/+1
2012-02-27SSH: Replace blocking getaddrinfo call in the responder with asynchronous res...Jan Cholasta1-0/+7
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-1/+1
2012-02-07SSH: ResponderJan Cholasta1-0/+193