summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-kbdint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+2
| | | | | | | | may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
|
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+6
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
| | | | Theo nuked - our scripts to sync -portable need them in the files
* RCSID() can diederaadt2006-03-191-1/+0
|
* move Authmethod definitons to per-method file.markus2002-05-311-2/+8
|
* split auth2.c into one file per method; ok provos@/deraadt@markus2002-05-251-0/+55