- (djm) OpenBSD CVS changes:
   - markus@cvs.openbsd.org  2000/07/22 03:14:37
     [servconf.c servconf.h sshd.8 sshd.c sshd_config]
     random early drop; ok theo, niels
   - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
     [ssh.1]
     typo
   - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
     [sshd.8]
     many fixes from pepper@mail.reppep.com
   - provos@cvs.openbsd.org  2000/08/01 13:01:42
     [Makefile.in util.c aux.c]
     rename aux.c to util.c to help with cygwin port
   - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
     [authfd.c]
     correct sun_len; Alexander@Leidinger.net
   - provos@cvs.openbsd.org  2000/08/02 10:27:17
     [readconf.c sshd.8]
     disable kerberos authentication by default
   - provos@cvs.openbsd.org  2000/08/02 11:27:05
     [sshd.8 readconf.c auth-krb4.c]
     disallow kerberos authentication if we can't verify the TGT; from
     dugsong@
     kerberos authentication is on by default only if you have a srvtab.
   - markus@cvs.openbsd.org  2000/08/04 14:30:07
     [auth.c]
     unused
   - markus@cvs.openbsd.org  2000/08/04 14:30:35
     [sshd_config]
     MaxStartups
   - markus@cvs.openbsd.org  2000/08/15 13:20:46
     [authfd.c]
     cleanup; ok niels@
   - markus@cvs.openbsd.org  2000/08/17 14:05:10
     [session.c]
     cleanup login(1)-like jobs, no duplicate utmp entries
   - markus@cvs.openbsd.org  2000/08/17 14:06:34
     [session.c sshd.8 sshd.c]
      sshd -u len, similar to telnetd
16 files changed
tree: 0ac91ba19e494a3cb054d34db0c3b65660bd7375
  1. COPYING.Ylonen
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. Makefile.in
  6. OVERVIEW
  7. README
  8. README.Ylonen
  9. README.openssh2
  10. RFC.nroff
  11. TODO
  12. UPGRADING
  13. acconfig.h
  14. aclocal.m4
  15. atomicio.c
  16. auth-krb4.c
  17. auth-options.c
  18. auth-options.h
  19. auth-pam.c
  20. auth-pam.h
  21. auth-passwd.c
  22. auth-rh-rsa.c
  23. auth-rhosts.c
  24. auth-rsa.c
  25. auth-skey.c
  26. auth.c
  27. auth.h
  28. auth1.c
  29. auth2.c
  30. authfd.c
  31. authfd.h
  32. authfile.c
  33. authfile.h
  34. aux.c
  35. bsd-arc4random.c
  36. bsd-arc4random.h
  37. bsd-base64.c
  38. bsd-base64.h
  39. bsd-bindresvport.c
  40. bsd-bindresvport.h
  41. bsd-daemon.c
  42. bsd-daemon.h
  43. bsd-inet_aton.c
  44. bsd-inet_aton.h
  45. bsd-inet_ntoa.c
  46. bsd-inet_ntoa.h
  47. bsd-misc.c
  48. bsd-misc.h
  49. bsd-mktemp.c
  50. bsd-mktemp.h
  51. bsd-rresvport.c
  52. bsd-rresvport.h
  53. bsd-setenv.c
  54. bsd-setenv.h
  55. bsd-sigaction.c
  56. bsd-sigaction.h
  57. bsd-snprintf.c
  58. bsd-snprintf.h
  59. bsd-strlcat.c
  60. bsd-strlcat.h
  61. bsd-strlcpy.c
  62. bsd-strlcpy.h
  63. bsd-strsep.c
  64. bsd-strsep.h
  65. bufaux.c
  66. bufaux.h
  67. buffer.c
  68. buffer.h
  69. canohost.c
  70. channels.c
  71. channels.h
  72. cipher.c
  73. cipher.h
  74. clientloop.c
  75. compat.c
  76. compat.h
  77. compress.c
  78. compress.h
  79. config.guess
  80. config.sub
  81. configure.in
  82. contrib/
  83. crc32.c
  84. crc32.h
  85. deattack.c
  86. deattack.h
  87. defines.h
  88. dispatch.c
  89. dispatch.h
  90. dsa.c
  91. dsa.h
  92. entropy.c
  93. entropy.h
  94. fake-gai-errnos.h
  95. fake-getaddrinfo.c
  96. fake-getaddrinfo.h
  97. fake-getnameinfo.c
  98. fake-getnameinfo.h
  99. fake-socket.h
  100. fingerprint.c
  101. fingerprint.h
  102. fixpaths
  103. fixprogs
  104. getput.h
  105. hmac.c
  106. hmac.h
  107. hostfile.c
  108. hostfile.h
  109. includes.h
  110. install-sh
  111. kex.c
  112. kex.h
  113. key.c
  114. key.h
  115. log-client.c
  116. log-server.c
  117. log.c
  118. login.c
  119. loginrec.c
  120. loginrec.h
  121. logintest.c
  122. match.c
  123. match.h
  124. md5crypt.c
  125. md5crypt.h
  126. mkinstalldirs
  127. mpaux.c
  128. mpaux.h
  129. myproposal.h
  130. nchan.c
  131. nchan.h
  132. nchan.ms
  133. nchan2.ms
  134. next-posix.c
  135. next-posix.h
  136. openbsd-compat.h
  137. packet.c
  138. packet.h
  139. pty.c
  140. pty.h
  141. radix.c
  142. readconf.c
  143. readconf.h
  144. readpass.c
  145. rsa.c
  146. rsa.h
  147. scp.1
  148. scp.c
  149. servconf.c
  150. servconf.h
  151. serverloop.c
  152. session.c
  153. session.h
  154. ssh-add.1
  155. ssh-add.c
  156. ssh-agent.1
  157. ssh-agent.c
  158. ssh-keygen.1
  159. ssh-keygen.c
  160. ssh.1
  161. ssh.c
  162. ssh.h
  163. ssh2.h
  164. ssh_config
  165. ssh_prng_cmds.in
  166. sshconnect.c
  167. sshconnect.h
  168. sshconnect1.c
  169. sshconnect2.c
  170. sshd.8
  171. sshd.c
  172. sshd_config
  173. tildexpand.c
  174. ttymodes.c
  175. ttymodes.h
  176. uidswap.c
  177. uidswap.h
  178. uuencode.c
  179. uuencode.h
  180. version.h
  181. xmalloc.c
  182. xmalloc.h