- (stevesk) OpenBSD CVS sync X11 localhost display
   - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
     [channels.h channels.c session.c]
     sshd X11 fake server will now listen on localhost by default:
     $ echo $DISPLAY
     localhost:12.0
     $ netstat -an|grep 6012
     tcp        0      0  127.0.0.1.6012         *.*                    LISTEN
     tcp6       0      0  ::1.6012               *.*                    LISTEN
     sshd_config gatewayports=yes can be used to revert back to the old
     behavior.  will control this with another option later.  ok markus@
   - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
     [includes.h session.c]
     handle utsname.nodename case for FamilyLocal X authorization; ok markus@
5 files changed
tree: 0bc22c3d8df006b97799a6ff491fe15ed6da8cdd
  1. .cvsignore
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. LICENCE
  6. Makefile.in
  7. OVERVIEW
  8. README
  9. README.smartcard
  10. RFC.nroff
  11. TODO
  12. WARNING.RNG
  13. acconfig.h
  14. aclocal.m4
  15. atomicio.c
  16. atomicio.h
  17. auth-bsdauth.c
  18. auth-chall.c
  19. auth-krb4.c
  20. auth-krb5.c
  21. auth-options.c
  22. auth-options.h
  23. auth-pam.c
  24. auth-pam.h
  25. auth-passwd.c
  26. auth-rh-rsa.c
  27. auth-rhosts.c
  28. auth-rsa.c
  29. auth-sia.c
  30. auth-sia.h
  31. auth-skey.c
  32. auth.c
  33. auth.h
  34. auth1.c
  35. auth2-chall.c
  36. auth2-pam.c
  37. auth2-pam.h
  38. auth2.c
  39. authfd.c
  40. authfd.h
  41. authfile.c
  42. authfile.h
  43. bufaux.c
  44. bufaux.h
  45. buffer.c
  46. buffer.h
  47. canohost.c
  48. canohost.h
  49. channels.c
  50. channels.h
  51. cipher.c
  52. cipher.h
  53. clientloop.c
  54. clientloop.h
  55. compat.c
  56. compat.h
  57. compress.c
  58. compress.h
  59. config.guess
  60. config.sub
  61. configure.ac
  62. contrib/
  63. crc32.c
  64. crc32.h
  65. deattack.c
  66. deattack.h
  67. defines.h
  68. dh.c
  69. dh.h
  70. dispatch.c
  71. dispatch.h
  72. entropy.c
  73. entropy.h
  74. fixpaths
  75. fixprogs
  76. getput.h
  77. groupaccess.c
  78. groupaccess.h
  79. hostfile.c
  80. hostfile.h
  81. includes.h
  82. install-sh
  83. kex.c
  84. kex.h
  85. kexdh.c
  86. kexgex.c
  87. key.c
  88. key.h
  89. log.c
  90. log.h
  91. loginrec.c
  92. loginrec.h
  93. logintest.c
  94. mac.c
  95. mac.h
  96. match.c
  97. match.h
  98. md5crypt.c
  99. md5crypt.h
  100. mdoc2man.pl
  101. misc.c
  102. misc.h
  103. mkinstalldirs
  104. moduli
  105. mpaux.c
  106. mpaux.h
  107. myproposal.h
  108. nchan.c
  109. nchan.ms
  110. nchan2.ms
  111. openbsd-compat/
  112. packet.c
  113. packet.h
  114. pathnames.h
  115. radix.c
  116. radix.h
  117. readconf.c
  118. readconf.h
  119. readpass.c
  120. readpass.h
  121. rijndael.c
  122. rijndael.h
  123. rsa.c
  124. rsa.h
  125. scard.c
  126. scard.h
  127. scard/
  128. scp.1
  129. scp.c
  130. servconf.c
  131. servconf.h
  132. serverloop.c
  133. serverloop.h
  134. session.c
  135. session.h
  136. sftp-client.c
  137. sftp-client.h
  138. sftp-common.c
  139. sftp-common.h
  140. sftp-glob.c
  141. sftp-glob.h
  142. sftp-int.c
  143. sftp-int.h
  144. sftp-server.8
  145. sftp-server.c
  146. sftp.1
  147. sftp.c
  148. sftp.h
  149. ssh-add.1
  150. ssh-add.c
  151. ssh-agent.1
  152. ssh-agent.c
  153. ssh-dss.c
  154. ssh-dss.h
  155. ssh-keygen.1
  156. ssh-keygen.c
  157. ssh-keyscan.1
  158. ssh-keyscan.c
  159. ssh-rsa.c
  160. ssh-rsa.h
  161. ssh.1
  162. ssh.c
  163. ssh.h
  164. ssh1.h
  165. ssh2.h
  166. ssh_config
  167. ssh_prng_cmds.in
  168. sshconnect.c
  169. sshconnect.h
  170. sshconnect1.c
  171. sshconnect2.c
  172. sshd.8
  173. sshd.c
  174. sshd_config
  175. sshlogin.c
  176. sshlogin.h
  177. sshpty.c
  178. sshpty.h
  179. sshtty.c
  180. sshtty.h
  181. tildexpand.c
  182. tildexpand.h
  183. ttymodes.c
  184. ttymodes.h
  185. uidswap.c
  186. uidswap.h
  187. uuencode.c
  188. uuencode.h
  189. version.h
  190. xmalloc.c
  191. xmalloc.h