- reyk@cvs.openbsd.org 2005/12/08 18:34:11
     [auth-options.c includes.h misc.c misc.h readconf.c servconf.c]
     [serverloop.c ssh.c ssh_config.5 sshd_config.5 configure.ac]
     two changes to the new ssh tunnel support. this breaks compatibility
     with the initial commit but is required for a portable approach.
     - make the tunnel id u_int and platform friendly, use predefined types.
     - support configuration of layer 2 (ethernet) or layer 3
     (point-to-point, default) modes. configuration is done using the
     Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and
     restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option
     in sshd_config(5).
     ok djm@, man page bits by jmc@
12 files changed
tree: f8b436c13a767fcb014125513fe53b6bc0bde9a2
  1. .cvsignore
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. LICENCE
  6. Makefile.in
  7. OVERVIEW
  8. README
  9. README.dns
  10. README.platform
  11. README.privsep
  12. README.smartcard
  13. RFC.nroff
  14. TODO
  15. WARNING.RNG
  16. aclocal.m4
  17. acss.c
  18. acss.h
  19. atomicio.c
  20. atomicio.h
  21. audit-bsm.c
  22. audit.c
  23. audit.h
  24. auth-bsdauth.c
  25. auth-chall.c
  26. auth-krb5.c
  27. auth-options.c
  28. auth-options.h
  29. auth-pam.c
  30. auth-pam.h
  31. auth-passwd.c
  32. auth-rh-rsa.c
  33. auth-rhosts.c
  34. auth-rsa.c
  35. auth-shadow.c
  36. auth-sia.c
  37. auth-sia.h
  38. auth-skey.c
  39. auth.c
  40. auth.h
  41. auth1.c
  42. auth2-chall.c
  43. auth2-gss.c
  44. auth2-hostbased.c
  45. auth2-kbdint.c
  46. auth2-none.c
  47. auth2-passwd.c
  48. auth2-pubkey.c
  49. auth2.c
  50. authfd.c
  51. authfd.h
  52. authfile.c
  53. authfile.h
  54. bufaux.c
  55. bufaux.h
  56. buffer.c
  57. buffer.h
  58. buildpkg.sh.in
  59. canohost.c
  60. canohost.h
  61. channels.c
  62. channels.h
  63. cipher-3des1.c
  64. cipher-acss.c
  65. cipher-aes.c
  66. cipher-bf1.c
  67. cipher-ctr.c
  68. cipher.c
  69. cipher.h
  70. cleanup.c
  71. clientloop.c
  72. clientloop.h
  73. compat.c
  74. compat.h
  75. compress.c
  76. compress.h
  77. config.guess
  78. config.sub
  79. configure.ac
  80. contrib/
  81. crc32.c
  82. crc32.h
  83. deattack.c
  84. deattack.h
  85. defines.h
  86. dh.c
  87. dh.h
  88. dispatch.c
  89. dispatch.h
  90. dns.c
  91. dns.h
  92. entropy.c
  93. entropy.h
  94. fatal.c
  95. fixpaths
  96. fixprogs
  97. getput.h
  98. groupaccess.c
  99. groupaccess.h
  100. gss-genr.c
  101. gss-serv-krb5.c
  102. gss-serv.c
  103. hostfile.c
  104. hostfile.h
  105. includes.h
  106. install-sh
  107. kex.c
  108. kex.h
  109. kexdh.c
  110. kexdhc.c
  111. kexdhs.c
  112. kexgex.c
  113. kexgexc.c
  114. kexgexs.c
  115. key.c
  116. key.h
  117. log.c
  118. log.h
  119. loginrec.c
  120. loginrec.h
  121. logintest.c
  122. mac.c
  123. mac.h
  124. match.c
  125. match.h
  126. md5crypt.c
  127. md5crypt.h
  128. mdoc2man.awk
  129. misc.c
  130. misc.h
  131. mkinstalldirs
  132. moduli
  133. moduli.c
  134. monitor.c
  135. monitor.h
  136. monitor_fdpass.c
  137. monitor_fdpass.h
  138. monitor_mm.c
  139. monitor_mm.h
  140. monitor_wrap.c
  141. monitor_wrap.h
  142. msg.c
  143. msg.h
  144. myproposal.h
  145. nchan.c
  146. nchan.ms
  147. nchan2.ms
  148. openbsd-compat/
  149. opensshd.init.in
  150. packet.c
  151. packet.h
  152. pathnames.h
  153. progressmeter.c
  154. progressmeter.h
  155. readconf.c
  156. readconf.h
  157. readpass.c
  158. regress/
  159. rijndael.c
  160. rijndael.h
  161. rsa.c
  162. rsa.h
  163. scard-opensc.c
  164. scard.c
  165. scard.h
  166. scard/
  167. scp.1
  168. scp.c
  169. servconf.c
  170. servconf.h
  171. serverloop.c
  172. serverloop.h
  173. session.c
  174. session.h
  175. sftp-client.c
  176. sftp-client.h
  177. sftp-common.c
  178. sftp-common.h
  179. sftp-glob.c
  180. sftp-server.8
  181. sftp-server.c
  182. sftp.1
  183. sftp.c
  184. sftp.h
  185. ssh-add.1
  186. ssh-add.c
  187. ssh-agent.1
  188. ssh-agent.c
  189. ssh-dss.c
  190. ssh-gss.h
  191. ssh-keygen.1
  192. ssh-keygen.c
  193. ssh-keyscan.1
  194. ssh-keyscan.c
  195. ssh-keysign.8
  196. ssh-keysign.c
  197. ssh-rand-helper.8
  198. ssh-rand-helper.c
  199. ssh-rsa.c
  200. ssh.1
  201. ssh.c
  202. ssh.h
  203. ssh1.h
  204. ssh2.h
  205. ssh_config
  206. ssh_config.5
  207. ssh_prng_cmds.in
  208. sshconnect.c
  209. sshconnect.h
  210. sshconnect1.c
  211. sshconnect2.c
  212. sshd.8
  213. sshd.c
  214. sshd_config
  215. sshd_config.5
  216. sshlogin.c
  217. sshlogin.h
  218. sshpty.c
  219. sshpty.h
  220. sshtty.c
  221. survey.sh.in
  222. ttymodes.c
  223. ttymodes.h
  224. uidswap.c
  225. uidswap.h
  226. uuencode.c
  227. uuencode.h
  228. version.h
  229. xmalloc.c
  230. xmalloc.h