]> andersk Git - openssh.git/blob - ChangeLog
20e8be2399c2e603ba4c4d17fe5306f040450905
[openssh.git] / ChangeLog
1 20030124
2  - (djm) OpenBSD CVS Sync
3    - jmc@cvs.openbsd.org 2003/01/23 08:58:47
4      [sshd_config.5]
5      typos; ok millert@
6
7 20030123
8  - (djm) OpenBSD CVS Sync
9    - djm@cvs.openbsd.org 2003/01/23 00:03:00
10      [auth1.c]
11      Don't log TIS auth response; "get rid of it" - markus@
12
13 20030122
14  - (djm) OpenBSD CVS Sync
15    - marc@cvs.openbsd.org 2003/01/21 18:14:36
16      [ssh-agent.1 ssh-agent.c]
17      Add a -t life option to ssh-agent that set the default lifetime.
18      The default can still be overriden by using -t in ssh-add.
19      OK markus@
20  - (djm) Reorganise PAM & SIA password handling to eliminate some common code
21  - (djm) Sync regress with OpenBSD -current
22
23 20030120
24  - (djm) Fix compilation for NetBSD from dtucker@zip.com.au
25  - (tim) [progressmeter.c] make compilers without long long happy.
26  - (tim) [configure.ac] Add -belf to build ELF binaries on OpenServer 5 when
27    using cc. (gcc already did)
28
29 20030118
30  - (djm) Revert fix for Bug #442 for now.
31
32 20030117
33  - (djm) Bug #470: Detect strnvis, not strvis in configure.
34     From d_wllms@lanl.gov
35
36 20030116
37  - (djm) OpenBSD CVS Sync
38    - djm@cvs.openbsd.org 2003/01/16 03:41:55
39      [sftp-int.c]
40      explicitly use first glob result
41
42 20030114
43  - (djm) OpenBSD CVS Sync
44    - fgsch@cvs.openbsd.org 2003/01/10 23:23:24
45      [sftp-int.c]
46      typo; from Nils Nordman <nino at nforced dot com>.
47    - markus@cvs.openbsd.org 2003/01/11 18:29:43
48      [log.c]
49      set fatal_cleanups to NULL in fatal_remove_all_cleanups(); 
50      dtucker@zip.com.au
51    - markus@cvs.openbsd.org 2003/01/12 16:57:02
52      [progressmeter.c]
53      allow WARNINGS=yes; ok djm@
54    - djm@cvs.openbsd.org 2003/01/13 11:04:04
55      [sftp-int.c]
56      make cmds[] array static to avoid conflict with BSDI libc.
57      mindrot bug #466. Fix from mdev@idg.nl; ok markus@
58    - djm@cvs.openbsd.org 2003/01/14 10:58:00
59      [sftp-client.c sftp-int.c]
60      Don't try to upload or download non-regular files. Report from
61      apoloval@pantuflo.escet.urjc.es; ok markus@
62
63 20030113
64  - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
65    detection to configure.ac. Prompted by stevesk@
66  - (djm) Bug #467: Add a --disable-strip option to turn off stripping of 
67    installed binaries. From mdev@idg.nl
68
69 20030110
70  - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More 
71    systems may be added later.
72  - (djm) OpenBSD CVS Sync
73    - djm@cvs.openbsd.org 2003/01/08 23:53:26
74      [sftp.1 sftp.c sftp-int.c sftp-int.h]
75      Cleanup error handling for batchmode
76      Allow blank lines and comments in input
77      Ability to suppress abort on error in batchmode ("-put blah")
78      Fixes mindrot bug #452; markus@ ok
79    - fgsch@cvs.openbsd.org 2003/01/10 08:19:07
80      [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c  progressmeter.c]
81      [progressmeter.h]
82      sftp progress meter support.
83      original diffs by Nils Nordman <nino at nforced dot com> via 
84      markus@, merged to -current by me, djm@ ok.
85    - djm@cvs.openbsd.org 2003/01/10 08:48:15
86      [sftp-client.c]
87      Simplify and avoid redundancy in packet send and receive 
88      functions; ok fgs@
89    - djm@cvs.openbsd.org 2003/01/10 10:29:35
90      [scp.c]
91      Don't ftruncate after write error, creating sparse files of 
92      incorrect length
93      mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
94    - djm@cvs.openbsd.org 2003/01/10 10:32:54
95      [channels.c]
96      hush socket() errors, except last. Fixes mindrot bug #408; ok markus@
97
98 20030108
99  - (djm) Sync openbsd-compat/ with OpenBSD -current
100  - (djm) Avoid redundant xstrdup/xfree in auth2-pam.c. From Solar via markus@
101  - (djm) OpenBSD CVS Sync
102    - markus@cvs.openbsd.org 2003/01/01 18:08:52
103      [channels.c]
104      move big output buffer messages to debug2
105    - djm@cvs.openbsd.org 2003/01/06 23:51:22
106      [sftp-client.c]
107      Fix "get -p" download to not add user-write perm. mindrot bug #426
108      reported by gfernandez@livevault.com; ok markus@
109    - fgsch@cvs.openbsd.org 2003/01/07 23:42:54
110      [sftp.1]
111      add version; from Nils Nordman <nino at nforced dot com> via markus@.
112      markus@ ok
113  - (djm) Update README to reflect AIX's status as a well supported platform.
114    From dtucker@zip.com.au
115  - (tim) [Makefile.in configure.ac] replace fixpath with sed script. Patch
116    by Mo DeJong.
117  - (tim) [auth.c] declare today at top of allowed_user() to keep
118    older compilers happy.
119  - (tim) [scp.c] make compilers without long long happy.
120
121 20030107
122  - (djm) Bug #401: Work around Linux breakage with IPv6 mapped addresses. 
123    Based on fix from yoshfuji@linux-ipv6.org
124  - (djm) Bug #442: Check for and deny access to accounts with locked 
125    passwords. Patch from dtucker@zip.com.au
126  - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes
127    Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
128  - (djm) Fix Bug #442 for PAM case
129  - (djm) Bug #110: bogus error messages in lastlog_get_entry(). Fix based
130    on one by peak@argo.troja.mff.cuni.cz
131  - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate
132    nasties. Report from peak@argo.troja.mff.cuni.cz
133  - (djm) Bug #178: On AIX /etc/nologin wasnt't shown to users. Fix from 
134    Ralf.Wenk@fh-karlsruhe.de and dtucker@zip.com.au
135  - (djm) Fix my fix of the fix for the Bug #442 for PAM case. Spotted by 
136    dtucker@zip.com.au. Reorder for clarity too.
137
138 20030103
139  - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from 
140    cjwatson@debian.org
141  - (djm) Bug #460: Filling utmp[x]->ut_addr_v6 if present. Patch from 
142    cjwatson@debian.org
143  - (djm) Bug #446: Set LOGIN env var to pw_name on AIX. Patch from 
144    mii@ornl.gov 
145
146 20030101
147   - (stevesk) [session.c sshlogin.c sshlogin.h] complete portable
148     parts of pass addrlen with sockaddr * fix.
149     from Hajimu UMEMOTO <ume@FreeBSD.org>
150
151 20021222
152  - (bal) OpenBSD CVS Sync
153    - fgsch@cvs.openbsd.org 2002/11/15 10:03:09
154      [authfile.c]
155      lseek(2) may return -1 when getting the public/private key lenght.
156      Simplify the code and check for errors using fstat(2).
157
158      Problem reported by Mauricio Sanchez, markus@ ok.
159    - markus@cvs.openbsd.org 2002/11/18 16:43:44
160      [clientloop.c]
161      don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;
162      e.g. if ssh is used for backup; report Joerg Schilling; ok millert@
163    - markus@cvs.openbsd.org 2002/11/21 22:22:50
164      [dh.c]
165      debug->debug2
166    - markus@cvs.openbsd.org 2002/11/21 22:45:31
167      [cipher.c kex.c packet.c sshconnect.c sshconnect2.c]
168      debug->debug2, unify debug messages
169    - deraadt@cvs.openbsd.org 2002/11/21 23:03:51
170      [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c 
171       sshconnect.c]
172      KNF
173    - markus@cvs.openbsd.org 2002/11/21 23:04:33
174      [ssh.c]
175      debug->debug2
176    - stevesk@cvs.openbsd.org 2002/11/24 21:46:24
177      [ssh-keysign.8]
178      typo: "the the"
179    - wcobb@cvs.openbsd.org 2002/11/26 00:45:03
180      [scp.c ssh-keygen.c]
181      Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
182      ok markus@
183    - stevesk@cvs.openbsd.org 2002/11/26 02:35:30
184      [ssh-keygen.1]
185      remove outdated statement; ok markus@ deraadt@
186    - stevesk@cvs.openbsd.org 2002/11/26 02:38:54
187      [canohost.c]
188      KNF, comment and error message repair; ok markus@
189    - markus@cvs.openbsd.org 2002/11/27 17:53:35
190      [scp.c sftp.c ssh.c]
191      allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;
192      http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
193    - stevesk@cvs.openbsd.org 2002/12/04 04:36:47
194      [session.c]
195      remove xauth entries before add; PR 2994 from janjaap@stack.nl.
196      ok markus@
197    - markus@cvs.openbsd.org 2002/12/05 11:08:35
198      [scp.c]
199      use roundup() similar to rcp/util.c and avoid problems with strange
200      filesystem block sizes, noted by tjr@freebsd.org; ok djm@
201    - djm@cvs.openbsd.org 2002/12/06 05:20:02
202      [sftp.1]
203      Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
204    - millert@cvs.openbsd.org 2002/12/09 16:50:30
205      [ssh.c]
206      Avoid setting optind to 0 as GNU getopt treats that like we do optreset.
207      markus@ OK
208    - markus@cvs.openbsd.org 2002/12/10 08:56:00
209      [session.c]
210      Make sure $SHELL points to the shell from the password file, even if shell
211      is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
212    - markus@cvs.openbsd.org 2002/12/10 19:26:50
213      [packet.c]
214      move tos handling to packet_set_tos; ok provos/henning/deraadt
215    - markus@cvs.openbsd.org 2002/12/10 19:47:14
216      [packet.c]
217      static
218    - markus@cvs.openbsd.org 2002/12/13 10:03:15
219      [channels.c misc.c sshconnect2.c]
220      cleanup debug messages, more useful information for the client user.
221    - markus@cvs.openbsd.org 2002/12/13 15:20:52
222      [scp.c]
223      1) include stalling time in total time
224      2) truncate filenames to 45 instead of 20 characters
225      3) print rate instead of progress bar, no more stars
226      4) scale output to tty width
227      based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
228  - (bal) [msg.c msg.h scp.c ssh-keysign.c sshconnect2.c]  Resync CVS IDs since 
229    we already did s/msg_send/ssh_msg_send/
230
231 20021205
232  - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
233
234 20021122
235  - (tim) [configure.ac] fix STDPATH test for IRIX. First reported by
236    advax@triumf.ca. This type of solution tested by <herb@sgi.com>
237
238 20021113
239  - (tim) [configure.ac] remove unused variables no_libsocket and no_libnsl
240
241 20021111
242  - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
243    not world writable.
244
245 20021109
246  - (bal) OpenBSD CVS Sync
247    - itojun@cvs.openbsd.org 2002/10/16 14:31:48
248      [sftp-common.c]
249      64bit pedant.  %llu is "unsigned long long".  markus ok
250    - markus@cvs.openbsd.org 2002/10/23 10:32:13
251      [packet.c]
252      use %u for u_int
253    - markus@cvs.openbsd.org 2002/10/23 10:40:16
254      [bufaux.c]
255      %u for u_int
256    - markus@cvs.openbsd.org 2002/11/04 10:07:53
257      [auth.c]
258      don't compare against pw_home if realpath fails for pw_home (seen 
259      on AFS); ok djm@
260    - markus@cvs.openbsd.org 2002/11/04 10:09:51
261      [packet.c]
262      log before send disconnect; ok djm@
263    - markus@cvs.openbsd.org 2002/11/05 19:45:20
264      [monitor.c]
265      handle overflows for size_t larger than u_int; siw@goneko.de, bug #425
266    - markus@cvs.openbsd.org 2002/11/05 20:10:37
267      [sftp-client.c]
268      typo; GaryF@livevault.com
269    - markus@cvs.openbsd.org 2002/11/07 16:28:47
270      [sshd.c]
271      log to stderr if -ie is given, bug #414, prj@po.cwru.edu
272    - markus@cvs.openbsd.org 2002/11/07 22:08:07
273      [readconf.c readconf.h ssh-keysign.8 ssh-keysign.c]
274      we cannot use HostbasedAuthentication for enabling ssh-keysign(8),
275      because HostbasedAuthentication might be enabled based on the
276      target host and ssh-keysign(8) does not know the remote hostname
277      and not trust ssh(1) about the hostname, so we add a new option
278      EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
279    - markus@cvs.openbsd.org 2002/11/07 22:35:38
280      [scp.c]
281      check exit status from ssh, and exit(1) if ssh fails; bug#369; 
282      binder@arago.de
283  - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c
284    ntsec now default if cygwin version beginning w/ version 56.  Patch
285    by Corinna Vinschen <vinschen@redhat.com> 
286  - (bal) AIX does not log login attempts for unknown users (bug #432).
287    patch by dtucker@zip.com.au
288
289 20021021
290  - (djm) Bug #400: Kill ssh-rand-helper children on timeout, patch from 
291    dtucker@zip.com.au
292  - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from 
293    dirk.meyer@dinoex.sub.org
294
295 20021015
296  - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
297  - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
298
299 20021015
300  - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody
301
302 20021004
303  - (bal) Disable post-authentication Privsep for OSF/1.  It conflicts with
304    SIA.
305
306 20021003
307  - (djm) OpenBSD CVS Sync
308    - markus@cvs.openbsd.org 2002/10/01 20:34:12
309      [ssh-agent.c]
310      allow root to access the agent, since there is no protection from root.
311    - markus@cvs.openbsd.org 2002/10/01 13:24:50
312      [version.h]
313      OpenSSH 3.5
314  - (djm) Bump RPM spec version numbers
315  - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2
316
317 20020930
318  - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, 
319    tweak README
320  - (djm) OpenBSD CVS Sync
321    - mickey@cvs.openbsd.org 2002/09/27 10:42:09
322      [compat.c compat.h sshd.c]
323      add a generic match for a prober, such as sie big brother; 
324      idea from stevesk@; markus@ ok
325    - stevesk@cvs.openbsd.org 2002/09/27 15:46:21
326      [ssh.1]
327      clarify compression level protocol 1 only; ok markus@ deraadt@
328
329 20020927
330  - (djm) OpenBSD CVS Sync
331    - markus@cvs.openbsd.org 2002/09/25 11:17:16
332      [sshd_config]
333      sync LoginGraceTime with default
334    - markus@cvs.openbsd.org 2002/09/25 15:19:02
335      [sshd.c]
336      typo; pilot@monkey.org
337    - markus@cvs.openbsd.org 2002/09/26 11:38:43
338      [auth1.c auth.h auth-krb4.c monitor.c monitor.h monitor_wrap.c]
339      [monitor_wrap.h]
340      krb4 + privsep; ok dugsong@, deraadt@
341
342 20020925
343  - (bal) Fix issue where successfull login does not clear failure counts
344    in AIX.  Patch by dtucker@zip.com.au ok by djm
345  - (tim) Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
346     This does not include the deattack.c fixes.
347
348 20020923
349  - (djm) OpenBSD CVS Sync
350    - stevesk@cvs.openbsd.org 2002/09/23 20:46:27
351      [canohost.c]
352      change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for
353      non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
354    - markus@cvs.openbsd.org 2002/09/23 22:11:05
355      [monitor.c]
356      only call auth_krb5 if kerberos is enabled; ok deraadt@
357    - markus@cvs.openbsd.org 2002/09/24 08:46:04
358      [monitor.c]
359      only call kerberos code for authctxt->valid
360    - todd@cvs.openbsd.org 2002/09/24 20:59:44
361      [sshd.8]
362      tweak the example $HOME/.ssh/rc script to not show on any cmdline the
363      sensitive data it handles. This fixes bug # 402 as reported by
364      kolya@mit.edu (Nickolai Zeldovich).
365      ok markus@ and stevesk@
366
367 20020923
368  - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
369
370 20020922
371  - (djm) OpenBSD CVS Sync
372    - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
373      [compat.c]
374    - markus@cvs.openbsd.org 2002/09/19 15:51:23
375      [ssh-add.c]
376      typo; cd@kalkatraz.de
377    - stevesk@cvs.openbsd.org 2002/09/19 16:03:15
378      [serverloop.c]
379      log IP address also; ok markus@
380    - stevesk@cvs.openbsd.org 2002/09/20 18:41:29
381      [auth.c]
382      log illegal user here for missing privsep case (ssh2).
383      this is executed in the monitor. ok markus@
384
385 20020919
386  - (djm) OpenBSD CVS Sync
387    - stevesk@cvs.openbsd.org 2002/09/12 19:11:52
388      [ssh-agent.c]
389      %u for uid print; ok markus@
390    - stevesk@cvs.openbsd.org 2002/09/12 19:50:36
391      [session.c ssh.1]
392      add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384.  ok markus@
393    - stevesk@cvs.openbsd.org 2002/09/13 19:23:09
394      [channels.c sshconnect.c sshd.c]
395      remove use of SO_LINGER, it should not be needed. error check
396      SO_REUSEADDR. fixup comments. ok markus@
397    - stevesk@cvs.openbsd.org 2002/09/16 19:55:33
398      [session.c]
399      log when _PATH_NOLOGIN exists; ok markus@
400    - stevesk@cvs.openbsd.org 2002/09/16 20:12:11
401      [sshd_config.5]
402      more details on X11Forwarding security issues and threats; ok markus@
403    - stevesk@cvs.openbsd.org 2002/09/16 22:03:13
404      [sshd.8]
405      reference moduli(5) in FILES /etc/moduli.
406    - itojun@cvs.openbsd.org 2002/09/17 07:47:02
407      [channels.c]
408      don't quit while creating X11 listening socket.
409      http://mail-index.netbsd.org/current-users/2002/09/16/0005.html
410      got from portable.  markus ok
411    - djm@cvs.openbsd.org 2002/09/19 01:58:18
412      [ssh.c sshconnect.c]
413      bugzilla.mindrot.org #223 - ProxyCommands don't exit.
414      Patch from dtucker@zip.com.au; ok markus@
415
416 20020912
417  - (djm) Made GNOME askpass programs return non-zero if cancel button is 
418    pressed.
419  - (djm) Added getpeereid() replacement. Properly implemented for systems
420    with SO_PEERCRED support. Faked for systems which lack it.
421  - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and 
422    fake-queue.h to sys-tree.h and sys-queue.h
423  - (djm) OpenBSD CVS Sync
424    - markus@cvs.openbsd.org 2002/09/08 20:24:08
425      [hostfile.h]
426      no comma at end of enumerator list
427    - itojun@cvs.openbsd.org 2002/09/09 06:48:06
428      [auth1.c auth.h auth-krb5.c monitor.c monitor.h]
429      [monitor_wrap.c monitor_wrap.h]
430      kerberos support for privsep.  confirmed to work by lha@stacken.kth.se
431      patch from markus
432    - markus@cvs.openbsd.org 2002/09/09 14:54:15
433      [channels.c kex.h key.c monitor.c monitor_wrap.c radix.c uuencode.c]
434      signed vs unsigned from -pedantic; ok henning@
435    - markus@cvs.openbsd.org 2002/09/10 20:24:47
436      [ssh-agent.c]
437      check the euid of the connecting process with getpeereid(2); 
438      ok provos deraadt stevesk
439    - stevesk@cvs.openbsd.org 2002/09/11 17:55:03
440      [ssh.1]
441      add agent and X11 forwarding warning text from ssh_config.5; ok markus@
442    - stevesk@cvs.openbsd.org 2002/09/11 18:27:26
443      [authfd.c authfd.h ssh.c]
444      don't connect to agent to test for presence if we've previously
445      connected; ok markus@
446    - djm@cvs.openbsd.org 2002/09/11 22:41:50
447      [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h]
448      [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c]
449      support for short/long listings and globbing in "ls"; ok markus@
450    - djm@cvs.openbsd.org 2002/09/12 00:13:06
451      [sftp-int.c]
452      zap unused var introduced in last commit
453
454 20020911
455  - (djm) Sync openbsd-compat with OpenBSD -current
456
457 20020910
458  - (djm) Bug #365: Read /.ssh/environment properly under CygWin. 
459    Patch from Mark Bradshaw <bradshaw@staff.crosswalk.com>
460  - (djm) Bug #138: Make protocol 1 blowfish work with old OpenSSL. 
461    Patch from Robert Halubek <rob@adso.com.pl>
462
463 20020905 
464  - (djm) OpenBSD CVS Sync
465    - stevesk@cvs.openbsd.org 2002/09/04 18:52:42
466      [servconf.c sshd.8 sshd_config.5]
467      default LoginGraceTime to 2m; 1m may be too short for slow systems.
468      ok markus@
469  - (djm) Merge openssh-TODO.patch from Redhat (null) beta
470  - (djm) Add gnome-ssh-askpass2.c (gtk2) by merge with patch from 
471     Nalin Dahyabhai <nalin@redhat.com>
472  - (djm) Add support for building gtk2 password requestor from Redhat beta
473
474 20020903
475  - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
476  - (djm) Fix Redhat RPM build dependancy test
477  - (djm) OpenBSD CVS Sync
478    - markus@cvs.openbsd.org 2002/08/12 10:46:35
479      [ssh-agent.c]
480      make ssh-agent setgid, disallow ptrace.
481    - espie@cvs.openbsd.org 2002/08/21 11:20:59
482      [sshd.8]
483      `RSA' updated to refer to `public key', where it matters.
484      okay markus@
485    - stevesk@cvs.openbsd.org 2002/08/21 19:38:06
486      [servconf.c sshd.8 sshd_config sshd_config.5]
487      change LoginGraceTime default to 1 minute; ok mouring@ markus@
488    - stevesk@cvs.openbsd.org 2002/08/21 20:10:28
489      [ssh-agent.c]
490      raise listen backlog; ok markus@
491    - stevesk@cvs.openbsd.org 2002/08/22 19:27:53
492      [ssh-agent.c]
493      use common close function; ok markus@
494    - stevesk@cvs.openbsd.org 2002/08/22 19:38:42
495      [clientloop.c]
496      format with current EscapeChar; bugzilla #388 from wknox@mitre.org.
497      ok markus@
498    - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
499      [ssh-agent.c]
500      shutdown(SHUT_RDWR) not needed before close here; ok markus@
501    - markus@cvs.openbsd.org 2002/08/22 21:33:58
502      [auth1.c auth2.c]
503      auth_root_allowed() is handled by the monitor in the privsep case,
504      so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
505    - markus@cvs.openbsd.org 2002/08/22 21:45:41
506      [session.c]
507      send signal name (not signal number) in "exit-signal" message; noticed
508      by galb@vandyke.com
509    - stevesk@cvs.openbsd.org 2002/08/27 17:13:56
510      [ssh-rsa.c]
511      RSA_public_decrypt() returns -1 on error so len must be signed; 
512      ok markus@
513    - stevesk@cvs.openbsd.org 2002/08/27 17:18:40
514      [ssh_config.5]
515      some warning text for ForwardAgent and ForwardX11; ok markus@
516    - stevesk@cvs.openbsd.org 2002/08/29 15:57:25
517      [monitor.c session.c sshlogin.c sshlogin.h]
518      pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>
519      NOTE: there are also p-specific parts to this patch. ok markus@
520    - stevesk@cvs.openbsd.org 2002/08/29 16:02:54
521      [ssh.1 ssh.c]
522      deprecate -P as UsePrivilegedPort defaults to no now; ok markus@
523    - stevesk@cvs.openbsd.org 2002/08/29 16:09:02
524      [ssh_config.5]
525      more on UsePrivilegedPort and setuid root; ok markus@
526    - stevesk@cvs.openbsd.org 2002/08/29 19:49:42
527      [ssh.c]
528      shrink initial privilege bracket for setuid case; ok markus@
529    - stevesk@cvs.openbsd.org 2002/08/29 22:54:10
530      [ssh_config.5 sshd_config.5]
531      state XAuthLocation is a full pathname
532
533 20020820
534  - OpenBSD CVS Sync
535    - millert@cvs.openbsd.org 2002/08/02 14:43:15
536      [monitor.c monitor_mm.c]
537      Change mm_zalloc() sanity checks to be more in line with what
538      we do in calloc() and add a check to monitor_mm.c.
539      OK provos@ and markus@
540    - marc@cvs.openbsd.org 2002/08/02 16:00:07
541      [ssh.1 sshd.8]
542      note that .ssh/environment is only read when
543      allowed (PermitUserEnvironment in sshd_config).
544      OK markus@
545    - markus@cvs.openbsd.org 2002/08/02 21:23:41
546      [ssh-rsa.c]
547      diff is u_int (2x); ok deraadt/provos
548    - markus@cvs.openbsd.org 2002/08/02 22:20:30
549      [ssh-rsa.c]
550      replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
551      for authentication; ok deraadt/djm
552    - aaron@cvs.openbsd.org 2002/08/08 13:50:23
553      [sshconnect1.c]
554      Use & to test if bits are set, not &&; markus@ ok.
555    - stevesk@cvs.openbsd.org 2002/08/08 23:54:52
556      [auth.c]
557      typo in comment
558    - stevesk@cvs.openbsd.org 2002/08/09 17:21:42
559      [sshd_config.5]
560      use Op for mdoc conformance; from esr@golux.thyrsus.com
561      ok aaron@
562    - stevesk@cvs.openbsd.org 2002/08/09 17:41:12
563      [sshd_config.5]
564      proxy vs. fake display
565    - stevesk@cvs.openbsd.org 2002/08/12 17:30:35
566      [ssh.1 sshd.8 sshd_config.5]
567      more PermitUserEnvironment; ok markus@
568    - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
569      [ssh.1]
570      ForwardAgent has defaulted to no for over 2 years; be more clear here.
571    - stevesk@cvs.openbsd.org 2002/08/17 23:55:01
572      [ssh_config.5]
573      ordered list here
574  - (bal) [defines.h] Some platforms don't have SIZE_T_MAX.  So assign 
575    it to ULONG_MAX.
576
577 20020813
578  - (tim) [configure.ac] Display OpenSSL header/library version.
579    Patch by dtucker@zip.com.au
580
581 20020731
582  - (bal) OpenBSD CVS Sync
583    - markus@cvs.openbsd.org 2002/07/24 16:11:18
584      [hostfile.c hostfile.h sshconnect.c]
585      print out all known keys for a host if we get a unknown host key,
586      see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4
587
588      the ssharp mitm tool attacks users in a similar way, so i'd like to
589      pointed out again:
590         A MITM attack is always possible if the ssh client prints:
591         The authenticity of host 'bla' can't be established.
592      (protocol version 2 with pubkey authentication allows you to detect
593      MITM attacks)
594    - mouring@cvs.openbsd.org 2002/07/25 01:16:59
595      [sftp.c]
596      FallBackToRsh does not exist anywhere else.  Remove it from here.
597      OK deraadt.
598    - markus@cvs.openbsd.org 2002/07/29 18:57:30
599      [sshconnect.c]
600      print file:line
601    - markus@cvs.openbsd.org 2002/07/30 17:03:55
602      [auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5]
603      add PermitUserEnvironment (off by default!); from dot@dotat.at;
604      ok provos, deraadt
605
606 20020730
607  - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
608
609 20020728
610  - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solar
611  - (stevesk) [CREDITS] solar
612  - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsigned
613    char arg.
614
615 20020725
616  - (djm) Remove some cruft from INSTALL
617  - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/
618
619 20020723
620  - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger. 
621  - (bal) sync ID w/ ssh-agent.c
622  - (bal) OpenBSD Sync
623    - markus@cvs.openbsd.org 2002/07/19 15:43:33
624      [log.c log.h session.c sshd.c]
625      remove fatal cleanups after fork; based on discussions with and code
626      from solar.
627    - stevesk@cvs.openbsd.org 2002/07/19 17:42:40
628      [ssh.c]
629      display a warning from ssh when XAuthLocation does not exist or xauth
630      returned no authentication data. ok markus@
631    - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
632      [auth-options.c]
633      unneeded includes
634    - stevesk@cvs.openbsd.org 2002/07/21 18:34:43
635      [auth-options.h]
636      remove invalid comment
637    - markus@cvs.openbsd.org 2002/07/22 11:03:06
638      [session.c]
639      fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
640    - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
641      [monitor.c]
642      u_int here; ok provos@
643    - stevesk@cvs.openbsd.org 2002/07/23 16:03:10
644      [sshd.c]
645      utmp_len is unsigned; display error consistent with other options.
646      ok markus@
647    - stevesk@cvs.openbsd.org 2002/07/15 17:15:31
648      [uidswap.c]
649      little more debugging; ok markus@
650
651 20020722
652  - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
653  - (stevesk) [xmmap.c] missing prototype for fatal()
654  - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
655    with Cray (mostly #ifdef renaming).  Patch by wendyp@cray.com.
656  - (bal) [configure.ac]  Missing ;; from cray patch.
657  - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines
658    into it's own header.
659  - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must be
660    freed by the caller; add free_pam_environment() and use it.
661  - (stevesk) [auth-pam.c] typo in comment
662
663 20020721
664  - (stevesk) [auth-pam.c] merge cosmetic changes from solar's
665    openssh-3.4p1-owl-password-changing.diff
666  - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;
667    PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.
668  - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
669    warning on pam_conv struct conversation function.
670  - (stevesk) [auth-pam.h] license
671  - (stevesk) [auth-pam.h] unneeded include
672  - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
673
674 20020720
675  - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
676
677 20020719
678  - (tim) [contrib/solaris/buildpkg.sh] create privsep user/group if needed.
679    Patch by dtucker@zip.com.au
680  - (tim) [configure.ac]  test for libxnet on HP. Patch by dtucker@zip.com.au
681
682 20020718
683  - (tim) [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org
684  - (tim) [monitor_mm.c] add missing declaration for xmmap(). Reported
685    by ayamura@ayamura.org
686  - (tim) [configure.ac] Bug 267 rework int64_t test.
687  - (tim) [includes.h] Bug 267 add stdint.h
688
689 20020717
690  - (bal) aixbff package updated by dtucker@zip.com.au
691  - (tim) [configure.ac] change how we do paths in AC_PATH_PROGS tests
692    for autoconf 2.53. Based on a patch by jrj@purdue.edu
693
694 20020716
695  - (tim) [contrib/solaris/opensshd.in] Only kill sshd if .pid file found
696
697 20020715
698  - (bal) OpenBSD CVS Sync
699    - itojun@cvs.openbsd.org 2002/07/12 13:29:09
700      [sshconnect.c]
701      print connect failure during debugging mode.
702    - markus@cvs.openbsd.org 2002/07/12 15:50:17
703      [cipher.c]
704      EVP_CIPH_CUSTOM_IV for our own rijndael
705  - (bal) Remove unused tty defined in do_setusercontext() pointed out by
706    dtucker@zip.com.au plus a a more KNF since I am near it.
707  - (bal) Privsep user creation support in Solaris buildpkg.sh by 
708    dtucker@zip.com.au
709
710 20020714
711  - (tim) [Makefile.in] replace "id sshd" with "sshd -t"
712  - (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c
713    openbsd-compat/Makefile.in] support compression on platforms that
714    have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
715    Based on patch from nalin@redhat.com of code extracted from Owl's package
716  - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
717    report by chris@by-design.net
718  - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
719  - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
720    report by rodney@bond.net
721
722 20020712
723  - (tim) [Makefile.in] quiet down install-files: and check-user:
724  - (tim) [configure.ac] remove unused filepriv line
725
726 20020710
727  - (tim) [contrib/cygwin/ssh-host-config] explicitely sets the permissions
728    on /var/empty to 755 Patch by vinschen@redhat.com
729  - (bal) OpenBSD CVS Sync
730    - itojun@cvs.openbsd.org 2002/07/09 11:56:50
731      [sshconnect.c]
732      silently try next address on connect(2).  markus ok
733    - itojun@cvs.openbsd.org 2002/07/09 11:56:27
734      [canohost.c]
735      suppress log on reverse lookup failiure, as there's no real value in
736      doing so.
737      markus ok
738    - itojun@cvs.openbsd.org 2002/07/09 12:04:02
739      [sshconnect.c]
740      ed static function (less warnings)
741    - stevesk@cvs.openbsd.org 2002/07/09 17:46:25
742      [sshd_config.5]
743      clarify no preference ordering in protocol list; ok markus@
744    - itojun@cvs.openbsd.org 2002/07/10 10:28:15
745      [sshconnect.c]
746      bark if all connection attempt fails.
747    - deraadt@cvs.openbsd.org 2002/07/10 17:53:54
748      [rijndael.c]
749      use right sizeof in memcpy; markus ok
750
751 20020709
752  - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
753    lacking that concept can share it. Patch by vinschen@redhat.com
754
755 20020708
756  - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to
757    work in a jumpstart environment. patch by kbrint@rufus.net
758  - (tim) [Makefile.in] workaround for broken pakadd on some systems.
759  - (tim) [configure.ac] fix libc89 utimes test. Mention default path for
760    --with-privsep-path=
761
762 20020707
763  - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)
764  - (tim) [acconfig.h configure.ac sshd.c]
765    s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/
766  - (tim) [contrib/cygwin/ssh-host-config] sshd account creation fixes
767    patch from vinschen@redhat.com
768  - (bal) [realpath.c] Updated with OpenBSD tree.
769  - (bal) OpenBSD CVS Sync
770    - deraadt@cvs.openbsd.org 2002/07/04 04:15:33
771      [key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c]
772      patch memory leaks; grendel@zeitbombe.org
773    - deraadt@cvs.openbsd.org 2002/07/04 08:12:15
774      [channels.c packet.c]
775      blah blah minor nothing as i read and re-read and re-read...
776    - markus@cvs.openbsd.org 2002/07/04 10:41:47
777      [key.c monitor_wrap.c ssh-dss.c ssh-rsa.c]
778      don't allocate, copy, and discard if there is not interested in the data; 
779      ok deraadt@
780    - deraadt@cvs.openbsd.org 2002/07/06 01:00:49
781      [log.c]
782      KNF
783    - deraadt@cvs.openbsd.org 2002/07/06 01:01:26
784      [ssh-keyscan.c]
785      KNF, realloc fix, and clean usage
786    - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
787      [ssh-keyscan.c]
788      unused variable
789  - (bal) Minor KNF on ssh-keyscan.c
790
791 20020705
792  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
793    Reported by Darren Tucker <dtucker@zip.com.au>
794  - (tim) [contrib/cygwin/ssh-host-config] double slash corrction
795    from vinschen@redhat.com
796
797 20020704
798  - (bal) Limit data to TTY for AIX only (Newer versions can't handle the
799    faster data rate)  Bug #124
800  - (bal) glob.c defines TILDE and AIX also defines it.  #undef it first.
801    bug #265
802  - (bal) One too many nulls in ports-aix.c
803  
804 20020703
805  - (bal) Updated contrib/cygwin/  patch by vinschen@redhat.com 
806  - (bal) minor correction to utimes() replacement.  Patch by
807    onoe@sm.sony.co.jp
808  - OpenBSD CVS Sync
809    - markus@cvs.openbsd.org 2002/06/27 08:49:44
810      [dh.c ssh-keyscan.c sshconnect.c]
811      more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
812    - deraadt@cvs.openbsd.org 2002/06/27 09:08:00
813      [monitor.c]
814      improve mm_zalloc check; markus ok
815    - deraadt@cvs.openbsd.org 2002/06/27 10:35:47
816      [auth2-none.c monitor.c sftp-client.c]
817      use xfree()
818    - stevesk@cvs.openbsd.org 2002/06/27 19:49:08
819      [ssh-keyscan.c]
820      use convtime(); ok markus@
821    - millert@cvs.openbsd.org 2002/06/28 01:49:31
822      [monitor_mm.c]
823      tree(3) wants an int return value for its compare functions and
824      the difference between two pointers is not an int.  Just do the
825      safest thing and store the result in a long and then return 0,
826      -1, or 1 based on that result.
827    - deraadt@cvs.openbsd.org 2002/06/28 01:50:37
828      [monitor_wrap.c]
829      use ssize_t
830    - deraadt@cvs.openbsd.org 2002/06/28 10:08:25
831      [sshd.c]
832      range check -u option at invocation
833    - deraadt@cvs.openbsd.org 2002/06/28 23:05:06
834      [sshd.c]
835      gidset[2] -> gidset[1]; markus ok
836    - deraadt@cvs.openbsd.org 2002/06/30 21:54:16
837      [auth2.c session.c sshd.c]
838      lint asks that we use names that do not overlap
839    - deraadt@cvs.openbsd.org 2002/06/30 21:59:45
840      [auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c
841       monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c
842       sshconnect2.c sshd.c]
843      minor KNF
844    - deraadt@cvs.openbsd.org 2002/07/01 16:15:25
845      [msg.c]
846      %u
847    - markus@cvs.openbsd.org 2002/07/01 19:48:46
848      [sshconnect2.c]
849      for compression=yes, we fallback to no-compression if the server does
850      not support compression, vice versa for compression=no. ok mouring@
851    - markus@cvs.openbsd.org 2002/07/03 09:55:38
852      [ssh-keysign.c]
853      use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)
854      in order to avoid a possible Kocher timing attack pointed out by Charles
855      Hannum; ok provos@
856    - markus@cvs.openbsd.org 2002/07/03 14:21:05
857      [ssh-keysign.8 ssh-keysign.c ssh.c ssh_config]
858      re-enable ssh-keysign's sbit, but make ssh-keysign read 
859      /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled 
860      globally. based on discussions with deraadt, itojun and sommerfeld; 
861      ok itojun@
862  - (bal) Failed password attempts don't increment counter on AIX. Bug #145
863  - (bal) Missed Makefile.in change.  keysign needs readconf.o
864  - (bal) Clean up aix_usrinfo().  Ignore TTY= period I guess.
865   
866 20020702
867  - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc & 
868    friends consistently. Spotted by Solar Designer <solar@openwall.com>
869
870 20020629
871  - (bal) fix to auth2-pam.c to swap fatal() arguments,  A bit of style
872    clean up while I'm near it.
873
874 20020628
875  - (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
876    options should contain default value.  from solar.
877  - (bal) Cygwin uid0 fix by vinschen@redhat.com
878  - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c.  Otherwise wise
879    have issues of our fixes not propogating right (ie bcopy instead of
880    memmove).  OK tim
881  - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
882    Bug #303
883
884 20020627
885  - OpenBSD CVS Sync
886    - deraadt@cvs.openbsd.org 2002/06/26 14:49:36
887      [monitor.c]
888      correct %u
889    - deraadt@cvs.openbsd.org 2002/06/26 14:50:04
890      [monitor_fdpass.c]
891      use ssize_t for recvmsg() and sendmsg() return
892    - markus@cvs.openbsd.org 2002/06/26 14:51:33
893      [ssh-add.c]
894      fix exit code for -X/-x
895    - deraadt@cvs.openbsd.org 2002/06/26 15:00:32
896      [monitor_wrap.c]
897      more %u
898    - markus@cvs.openbsd.org 2002/06/26 22:27:32
899      [ssh-keysign.c]
900      bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
901
902 20020626
903  - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM
904  - (bal) OpenBSD CVS Sync
905    - markus@cvs.openbsd.org 2002/06/23 21:34:07
906      [channels.c]
907      tcode is u_int
908    - markus@cvs.openbsd.org 2002/06/24 13:12:23
909      [ssh-agent.1]
910      the socket name contains ssh-agent's ppid; via mpech@ from form@
911    - markus@cvs.openbsd.org 2002/06/24 14:33:27
912      [channels.c channels.h clientloop.c serverloop.c]
913      move channel counter to u_int
914    - markus@cvs.openbsd.org 2002/06/24 14:55:38
915      [authfile.c kex.c ssh-agent.c]
916      cat to (void) when output from buffer_get_X is ignored
917    - itojun@cvs.openbsd.org 2002/06/24 15:49:22
918      [msg.c]
919      printf type pedant
920    - deraadt@cvs.openbsd.org 2002/06/24 17:57:20
921      [sftp-server.c sshpty.c]
922      explicit (u_int) for uid and gid
923    - markus@cvs.openbsd.org 2002/06/25 16:22:42
924      [authfd.c]
925      unnecessary cast
926    - markus@cvs.openbsd.org 2002/06/25 18:51:04
927      [sshd.c]
928      lightweight do_setusercontext after chroot()
929  - (bal) Updated AIX package build.  Patch by dtucker@zip.com.au
930  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
931  - (bal) added back in error check for mmap().  I screwed up, Pointed
932    out by stevesk@
933  - (tim) [README.privsep] UnixWare tip no longer needed.
934  - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,
935    but it all damned lies.
936  - (stevesk) [README.privsep] more for sshd pseudo-account.
937  - (tim) [contrib/caldera/openssh.spec] add support for privsep
938  - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@
939  - (djm) OpenBSD CVS Sync
940    - markus@cvs.openbsd.org 2002/06/26 08:53:12
941      [bufaux.c]
942      limit size of BNs to 8KB; ok provos/deraadt
943    - markus@cvs.openbsd.org 2002/06/26 08:54:18
944      [buffer.c]
945      limit append to 1MB and buffers to 10MB
946    - markus@cvs.openbsd.org 2002/06/26 08:55:02
947      [channels.c]
948      limit # of channels to 10000
949    - markus@cvs.openbsd.org 2002/06/26 08:58:26
950      [session.c]
951      limit # of env vars to 1000; ok deraadt/djm
952    - deraadt@cvs.openbsd.org 2002/06/26 13:20:57
953      [monitor.c]
954      be careful in mm_zalloc
955    - deraadt@cvs.openbsd.org 2002/06/26 13:49:26
956      [session.c]
957      disclose less information from environment files; based on input 
958      from djm, and dschultz@uclink.Berkeley.EDU
959    - markus@cvs.openbsd.org 2002/06/26 13:55:37
960      [auth2-chall.c]
961      make sure # of response matches # of queries, fixes int overflow; 
962      from ISS
963    - markus@cvs.openbsd.org 2002/06/26 13:56:27
964      [version.h]
965      3.4
966  - (djm) Require krb5 devel for RPM build w/ KrbV 
967  - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai 
968    <nalin@redhat.com>
969  - (djm) Update spec files for release 
970  - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
971  - (djm) Release 3.4p1
972  - (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
973    by mistake
974
975 20020625
976  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
977  - (stevesk) [README.privsep] minor updates
978  - (djm) Create privsep directory and warn if privsep user is missing 
979    during make install
980  - (bal) Started list of PrivSep issues in TODO
981  - (bal) if mmap() is substandard, don't allow compression on server side.
982    Post 'event' we will add more options.
983  - (tim) [contrib/caldera/openssh.spec] Sync with Caldera
984  - (bal) moved aix_usrinfo() and noted not setting real TTY.  Patch by
985    dtucker@zip.com.au
986  - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus
987    for Cygwin, Cray, & SCO
988
989 20020624
990  - OpenBSD CVS Sync
991    - deraadt@cvs.openbsd.org 2002/06/23 03:25:50
992      [tildexpand.c]
993      KNF
994    - deraadt@cvs.openbsd.org 2002/06/23 03:26:19
995      [cipher.c key.c]
996      KNF
997    - deraadt@cvs.openbsd.org 2002/06/23 03:30:58
998      [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c
999       sshpty.c]
1000      various KNF and %d for unsigned
1001    - deraadt@cvs.openbsd.org 2002/06/23 09:30:14
1002      [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c
1003       sftp.c]
1004      bunch of u_int vs int stuff
1005    - deraadt@cvs.openbsd.org 2002/06/23 09:39:55
1006      [ssh-keygen.c]
1007      u_int stuff
1008    - deraadt@cvs.openbsd.org 2002/06/23 09:46:51
1009      [bufaux.c servconf.c]
1010      minor KNF.  things the fingers do while you read
1011    - deraadt@cvs.openbsd.org 2002/06/23 10:29:52
1012      [ssh-agent.c sshd.c]
1013      some minor KNF and %u
1014    - deraadt@cvs.openbsd.org 2002/06/23 20:39:45
1015      [session.c]
1016      compression_level is u_int
1017    - deraadt@cvs.openbsd.org 2002/06/23 21:06:13
1018      [sshpty.c]
1019      KNF
1020    - deraadt@cvs.openbsd.org 2002/06/23 21:06:41
1021      [channels.c channels.h session.c session.h]
1022      display, screen, row, col, xpixel, ypixel are u_int; markus ok
1023    - deraadt@cvs.openbsd.org 2002/06/23 21:10:02
1024      [packet.c]
1025      packet_get_int() returns unsigned for reason & seqnr
1026   - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col,
1027     xpixel are u_int.
1028
1029
1030 20020623
1031  - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
1032  - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset.
1033  - (bal) add extern char *getopt.  Based on report by dtucker@zip.com.au 
1034  - OpenBSD CVS Sync
1035    - stevesk@cvs.openbsd.org 2002/06/22 02:00:29
1036      [ssh.h]
1037      correct comment
1038    - stevesk@cvs.openbsd.org 2002/06/22 02:40:23
1039      [ssh.1]
1040      section 5 not 4 for ssh_config
1041    - naddy@cvs.openbsd.org 2002/06/22 11:51:39
1042      [ssh.1]
1043      typo
1044    - stevesk@cvs.openbsd.org 2002/06/22 16:32:54
1045      [sshd.8]
1046      add /var/empty in FILES section
1047    - stevesk@cvs.openbsd.org 2002/06/22 16:40:19
1048      [sshd.c]
1049      check /var/empty owner mode; ok provos@
1050    - stevesk@cvs.openbsd.org 2002/06/22 16:41:57
1051      [scp.1]
1052      typo
1053    - stevesk@cvs.openbsd.org 2002/06/22 16:45:29
1054      [ssh-agent.1 sshd.8 sshd_config.5]
1055      use process ID vs. pid/PID/process identifier
1056    - stevesk@cvs.openbsd.org 2002/06/22 20:05:27
1057      [sshd.c]
1058      don't call setsid() if debugging or run from inetd; no "Operation not
1059      permitted" errors now; ok millert@ markus@
1060    - stevesk@cvs.openbsd.org 2002/06/22 23:09:51
1061      [monitor.c]
1062      save auth method before monitor_reset_key_state(); bugzilla bug #284;
1063      ok provos@
1064
1065 $Id$
This page took 0.112486 seconds and 3 git commands to generate.