summaryrefslogtreecommitdiffstats
path: root/examples/samplesshd-tty.c
Commit message (Expand)AuthorAgeFilesLines
* example: Add missing include for forkpty().Andreas Schneider2014-01-071-0/+3
* examples: Fix building samplesshd-tty on FreeBSD.Andreas Schneider2013-12-261-2/+2
* examples: fix forktty() warning on OSXAris Adamantiadis2013-11-031-1/+3
* Fix examples compilation on OSX (libargp)Aris Adamantiadis2013-11-031-0/+2
* example: Fix a memory leak on error in tty server.Andreas Schneider2013-07-241-0/+1
* examples: Check return value of ssh_event_dopoll().Andreas Schneider2013-07-141-2/+7
* examples: Fix a possible memory leak.Andreas Schneider2013-06-191-0/+3
* example: Use const in auth_password from samplesshd.Andreas Schneider2011-03-101-1/+1
* examples: Added a event context based sshd example.milo2011-02-201-0/+453