summaryrefslogtreecommitdiffstats
path: root/src/responder/ssh/sshsrv.c
Commit message (Expand)AuthorAgeFilesLines
* SSH: Run the ssh responder as the SSSD userJakub Hrozek2014-10-221-1/+2
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-221-1/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-1/+4
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-081-0/+1
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-14/+2
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-13/+21
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-15/+15
* Lookup domains at startupSumit Bose2013-06-041-0/+6
* SSH: Fix parsing of names from client requestsJan Cholasta2013-05-071-0/+8
* change responder contexts hierarchyPavel Březina2013-03-201-9/+14
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-4/+8
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-0/+1
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* SSH: Expire hosts in known_hostsJan Cholasta2012-10-051-0/+11
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-0/+13
* SSH: Allow clients to explicitly specify host aliasJan Cholasta2012-03-151-7/+0
* Use the correct hash table for pending requestsSimo Sorce2012-03-081-1/+1
* SSH: Replace blocking getaddrinfo call in the responder with asynchronous res...Jan Cholasta2012-02-271-0/+7
* Don't give memory context in confdb where not neededJan Zeleny2012-02-211-1/+1
* SSH: ResponderJan Cholasta2012-02-071-0/+193