1 --- openssh-3.6.1p1/Makefile.in.orig 2003-03-20 17:34:34.000000000 -0700
2 +++ openssh-3.6.1p1/Makefile.in 2003-04-25 17:09:00.000000000 -0600
4 RAND_HELPER=$(libexecdir)/ssh-rand-helper
5 PRIVSEP_PATH=@PRIVSEP_PATH@
6 SSH_PRIVSEP_USER=@SSH_PRIVSEP_USER@
10 PATHS= -DSSHDIR=\"$(sysconfdir)\" \
11 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
12 --- openssh-3.8p1/configure.ac.orig 2004-02-23 22:47:04.000000000 -0700
13 +++ openssh-3.8p1/configure.ac 2004-03-19 01:41:47.000000000 -0700
17 AC_MSG_ERROR([*** compiler cannot create working executables, check config.log ***])
20 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
26 AC_MSG_WARN([zlib version may have security problems])
30 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
37 AC_DEFINE(BROKEN_ONE_BYTE_DIRENT_D_NAME)
40 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
47 AC_MSG_ERROR([** Incomplete or missing s/key libraries.])
50 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
57 [AC_DEFINE(BROKEN_SETRESUID)
58 - AC_MSG_RESULT(not implemented)]
59 + AC_MSG_RESULT(not implemented)
62 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
70 [AC_DEFINE(BROKEN_SETRESGID)
71 - AC_MSG_RESULT(not implemented)]
72 + AC_MSG_RESULT(not implemented)
75 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
82 AC_DEFINE(BROKEN_SNPRINTF)
83 AC_MSG_WARN([****** Your snprintf() function is broken, complain to your vendor])
86 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
93 AC_DEFINE(SSHD_ACQUIRES_CTTY)
97 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
102 @@ -1096,6 +1122,10 @@
104 AC_MSG_RESULT(not found)
105 AC_MSG_ERROR(OpenSSL version header not found.)
108 + ssl_header_ver="0x0090704fL (OpenSSL 0.9.7d 17 Mar 2004)"
109 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to $ssl_header_ver])
113 @@ -1129,6 +1159,10 @@
115 AC_MSG_RESULT(not found)
116 AC_MSG_ERROR(OpenSSL library not found.)
119 + ssl_header_ver="0x0090704fL (OpenSSL 0.9.7d 17 Mar 2004)"
120 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to $ssl_library_ver])
124 @@ -1148,7 +1182,11 @@
125 AC_MSG_ERROR([Your OpenSSL headers do not match your library.
126 Check config.log for details.
127 Also see contrib/findssl.sh for help identifying header/library mismatches.])
132 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
136 # Some systems want crypt() from libcrypt, *not* the version in OpenSSL,
137 @@ -1183,6 +1221,11 @@
138 # Default to use of the rand helper if OpenSSL doesn't
143 + OPENSSL_SEEDS_ITSELF=yes
145 + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.])
149 @@ -1773,7 +1816,8 @@
153 - ], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ]
154 + ], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ],
159 @@ -1893,6 +1937,7 @@
162 [ ac_cv_have_accrights_in_msghdr="yes" ],
163 + [ ac_cv_have_accrights_in_msghdr="no" ],
164 [ ac_cv_have_accrights_in_msghdr="no" ]
167 @@ -1917,7 +1962,8 @@
170 [ ac_cv_have_control_in_msghdr="yes" ],
171 - [ ac_cv_have_control_in_msghdr="no" ]
172 + [ ac_cv_have_control_in_msghdr="no" ],
173 + [ ac_cv_have_control_in_msghdr="yes" ]
176 if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
177 @@ -2229,12 +2275,9 @@
181 -AC_CHECK_FILE("/dev/ptc",
183 - AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC)
187 +AC_MSG_CHECKING([for "/dev/ptc"])
191 # Options from here on. Some of these are preset by platform above
193 @@ -2329,15 +2372,8 @@
196 # check for /etc/default/login and use it if present.
197 -AC_ARG_ENABLE(etc-default-login,
198 - [ --disable-etc-default-login Disable using PATH from /etc/default/login [no]],,
200 -AC_CHECK_FILE("/etc/default/login", [ external_path_file=/etc/default/login ])
202 -if test "x$external_path_file" = "x/etc/default/login"; then
203 - AC_DEFINE(HAVE_ETC_DEFAULT_LOGIN)
206 +AC_MSG_CHECKING([for "/etc/default/login"])
209 dnl BSD systems use /etc/login.conf so --with-default-path= has no effect
210 if test $ac_cv_func_login_getcapbool = "yes" -a \
211 --- openssh-3.8p1.orig/sshd_config Fri Sep 27 05:21:58 2002
212 +++ openssh-3.8p1/sshd_config Mon Mar 17 14:55:00 2003
215 #VerifyReverseMapping no
217 +ClientAliveInterval 15
218 +ClientAliveCountMax 4
220 # override default of no subsystems
221 -Subsystem sftp /usr/libexec/sftp-server
222 +Subsystem sftp /usr/sbin/sftp-server
223 --- openssh-3.6.1p1/S50sshd Fri Sep 27 05:21:58 2002
224 +++ openssh-3.6.1p1/S50sshd Mon Mar 17 14:55:00 2003
231 +# Make sure the ssh-keygen progam exists
232 +[ -f /usr/bin/ssh-keygen ] || exit 0
234 +# Check for the SSH1 RSA key
235 +if [ ! -f /etc/ssh_host_key ] ; then
236 + echo Generating RSA Key...
237 + /usr/bin/ssh-keygen -t rsa1 -f /etc/ssh_host_key -C '' -N ''
240 +# Check for the SSH2 RSA key
241 +if [ ! -f /etc/ssh_host_rsa_key ] ; then
242 + echo Generating RSA Key...
243 + /usr/bin/ssh-keygen -t rsa -f /etc/ssh_host_rsa_key -C '' -N ''
246 +# Check for the SSH2 DSA key
247 +if [ ! -f /etc/ssh_host_dsa_key ] ; then
248 + echo Generating DSA Key...
249 + echo THIS CAN TAKE A MINUTE OR TWO DEPENDING ON YOUR PROCESSOR!
251 + /usr/bin/ssh-keygen -t dsa -f /etc/ssh_host_dsa_key -C '' -N ''
257 + echo -n "Starting sshd: "
259 + touch /var/lock/sshd
263 + echo -n "Stopping sshd: "
265 + rm -f /var/lock/sshd
284 + echo $"Usage: $0 {start|stop|restart}"