]> andersk Git - openssh.git/blob - ChangeLog
1915d44ff637502fd122fc4b5e17df35a3d10391
[openssh.git] / ChangeLog
1 20030714
2  - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declare
3    loginfailed at all, so assume 3-arg loginfailed if not declared.
4  - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by
5    undef'ing it.
6  - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
7    Call setauthdb() before loginfailed(), which may load password registry-
8    specific functions.  Based on patch by cawlfiel@us.ibm.com.
9  - (dtucker) [port-aix.h] Fix prototypes.
10
11 20030708
12  - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
13    Include AIX headers for authentication functions and make calls match
14    prototypes.  Test for and handle 3-arg and 4-arg variants of loginfailed.
15  - (dtucker) [session.c] Check return value of setpcred().
16  - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]
17    Convert aixloginmsg into platform-independant Buffer loginmsg.
18
19 20030707
20  - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
21    searching libraries for it.  Fixes build errors on NCR MP-RAS.
22
23 20030706
24  - (dtucker) [ssh-rand-helper.c loginrec.c]
25    Apply atomicio typing change to these too.
26
27 20030703
28  - (dtucker) OpenBSD CVS Sync
29    - djm@cvs.openbsd.org 2003/06/28 07:48:10
30      [sshd.c]
31      report pidfile creation errors, based on patch from Roumen Petrov;
32      ok markus@
33    - deraadt@cvs.openbsd.org 2003/06/28 16:23:06
34      [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c
35      progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c
36      sshd.c]
37      deal with typing of write vs read in atomicio
38    - markus@cvs.openbsd.org 2003/06/29 12:44:38
39      [sshconnect.c]
40      memset 0, not \0; andrushock@korovino.net
41    - markus@cvs.openbsd.org 2003/07/02 12:56:34
42      [channels.c]
43      deny dynamic forwarding with -R for v1, too; ok djm@
44    - markus@cvs.openbsd.org 2003/07/02 14:51:16
45      [channels.c ssh.1 ssh_config.5]
46      (re)add socks5 suppport to -D; ok djm@
47      now ssh(1) can act both as a socks 4 and socks 5 server and
48      dynamically forward ports.
49    - markus@cvs.openbsd.org 2003/07/02 20:37:48
50      [ssh.c]
51      convert hostkeyalias to lowercase, otherwise uppercase aliases will
52      not match at all; ok henning@
53    - markus@cvs.openbsd.org 2003/07/03 08:21:46
54      [regress/dynamic-forward.sh]
55      add socks5; speedup; reformat; based on patch from dtucker@zip.com.au
56    - markus@cvs.openbsd.org 2003/07/03 08:24:13
57      [regress/Makefile]
58      enable tests for dynamic fwd via socks (-D), uses nc(1)
59    - djm@cvs.openbsd.org 2003/07/03 08:09:06
60      [readconf.c readconf.h ssh-keysign.c ssh.c]
61      fix AddressFamily option in config file, from brent@graveland.net;
62      ok markus@
63
64 20030630
65  - (djm) Search for support functions necessary to build our 
66    getrrsetbyname() replacement. Patch from Roumen Petrov 
67
68 20030629
69  - (dtucker) [includes.h] Bug #602: move #include of netdb.h to after in.h
70    (fixes compiler warnings on Solaris 2.5.1).
71  - (dtucker) [configure.ac] Add sanity test after system-dependant compiler
72    flag modifications.
73    
74 20030628
75  - (djm) Bug #591: use PKCS#15 private key label as a comment in case 
76    of OpenSC. Report and patch from larsch@trustcenter.de
77  - (djm) Bug #593: Sanity check OpenSC card reader number; patch from 
78    aj@dungeon.inka.de
79  - (dtucker) OpenBSD CVS Sync
80    - markus@cvs.openbsd.org 2003/06/23 09:02:44
81      [ssh_config.5]
82      document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@
83    - markus@cvs.openbsd.org 2003/06/24 08:23:46
84      [auth2-hostbased.c auth2-pubkey.c auth2.c channels.c key.c key.h
85       monitor.c packet.c packet.h serverloop.c sshconnect2.c sshd.c]
86      int -> u_int; ok djm@, deraadt@, mouring@
87    - miod@cvs.openbsd.org 2003/06/25 22:39:36
88      [sftp-server.c]
89      Typo police: attribute is better written with an 'r'.
90    - markus@cvs.openbsd.org 2003/06/26 20:08:33
91      [readconf.c]
92      do not dump core for 'ssh -o proxycommand host'; ok deraadt@
93  - (dtucker) [regress/dynamic-forward.sh] Import new regression test.
94  - (dtucker) [configure.ac] Bug #570: Have ./configure --enable-FEATURE 
95    actually enable the feature, for those normally disabled.  Patch by
96    openssh (at) roumenpetrov.info.
97
98 20030624
99  - (dtucker) Have configure refer the user to config.log and
100    contrib/findssl.sh for OpenSSL header/library mismatches.
101
102 20030622
103  - (dtucker) OpenBSD CVS Sync
104    - markus@cvs.openbsd.org 2003/06/21 09:14:05
105      [regress/reconfigure.sh]
106      missing $SUDO; from dtucker@zip.com.au
107    - markus@cvs.openbsd.org 2003/06/18 11:28:11
108      [ssh-rsa.c]
109      backout last change, since it violates pkcs#1
110      switch to share/misc/license.template
111    - djm@cvs.openbsd.org 2003/06/20 05:47:58
112      [sshd_config.5]
113      sync description of protocol 2 cipher proposal; ok markus
114    - djm@cvs.openbsd.org 2003/06/20 05:48:21
115      [sshd_config]
116      sync some implemented options; ok markus@
117  - (dtucker) [regress/authorized_keys_root] Remove temp data file from CVS.
118  - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined before
119    testing its value.
120
121 20030618
122  - (djm) OpenBSD CVS Sync
123    - markus@cvs.openbsd.org 2003/06/12 07:57:38
124      [monitor.c sshlogin.c sshpty.c]
125      typos; dtucker at zip.com.au
126    - djm@cvs.openbsd.org 2003/06/12 12:22:47
127      [LICENCE]
128      mention more copyright holders; ok markus@
129    - nino@cvs.openbsd.org 2003/06/12 15:34:09
130      [scp.c]
131      Typo. Ok markus@.
132    - markus@cvs.openbsd.org 2003/06/12 19:12:03
133      [scard.c scard.h ssh-agent.c ssh.c]
134      add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
135    - markus@cvs.openbsd.org 2003/06/16 08:22:35
136      [ssh-rsa.c]
137      make sure the signature has at least the expected length (don't
138      insist on len == hlen + oidlen, since this breaks some smartcards)
139      bugzilla #592; ok djm@
140    - markus@cvs.openbsd.org 2003/06/16 10:22:45
141      [ssh-add.c]
142      print out key comment on each prompt; make ssh-askpass more useable; ok djm@
143    - markus@cvs.openbsd.org 2003/06/17 18:14:23
144      [cipher-ctr.c]
145      use license from /usr/share/misc/license.template for new code
146  - (dtucker) [reconfigure.sh rekey.sh sftp-badcmds.sh]
147    Import new regression tests from OpenBSD
148  - (dtucker) [regress/copy.1 regress/copy.2] Remove temp data files from CVS.
149  - (dtucker) OpenBSD CVS Sync (regress/)
150    - markus@cvs.openbsd.org 2003/04/02 12:21:13
151      [Makefile]
152      enable rekey test
153    - djm@cvs.openbsd.org 2003/04/04 09:34:22
154      [Makefile sftp-cmds.sh]
155      More regression tests, including recent directory rename bug; ok markus@
156    - markus@cvs.openbsd.org 2003/05/14 22:08:27
157      [ssh-com-client.sh ssh-com-keygen.sh ssh-com-sftp.sh ssh-com.sh]
158      test against some new commerical versions
159    - mouring@cvs.openbsd.org 2003/05/15 04:07:12
160      [sftp-cmds.sh]
161      Advanced put/get testing for sftp.  OK @djm
162    - markus@cvs.openbsd.org 2003/06/12 15:40:01
163      [try-ciphers.sh]
164      add ctr
165    - markus@cvs.openbsd.org 2003/06/12 15:43:32
166      [Makefile]
167      test -HUP; dtucker at zip.com.au
168
169 20030614
170  - (djm) Update license on fake-rfc2553.[ch]; ok itojun@
171
172 20030611
173  - (djm) Mention portable copyright holders in LICENSE
174  - (djm) Put licenses on substantial header files
175  - (djm) Sync LICENSE against OpenBSD
176  - (djm) OpenBSD CVS Sync
177    - jmc@cvs.openbsd.org 2003/06/10 09:12:11
178      [scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5]
179      [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
180      - section reorder
181      - COMPATIBILITY merge
182      - macro cleanup
183      - kill whitespace at EOL
184      - new sentence, new line
185      ssh pages ok markus@
186    - deraadt@cvs.openbsd.org 2003/06/10 22:20:52
187      [packet.c progressmeter.c]
188      mostly ansi cleanup; pval ok
189    - jakob@cvs.openbsd.org 2003/06/11 10:16:16
190      [sshconnect.c]
191      clean up check_host_key() and improve SSHFP feedback. ok markus@
192    - jakob@cvs.openbsd.org 2003/06/11 10:18:47
193      [dns.c]
194      sync with check_host_key() change
195    - djm@cvs.openbsd.org 2003/06/11 11:18:38
196      [authfd.c authfd.h ssh-add.c ssh-agent.c]
197      make agent constraints (lifetime, confirm) work with smartcard keys; 
198      ok markus@
199
200
201 20030609
202  - (djm) Sync README.smartcard with OpenBSD -current
203  - (djm) Re-merge OpenSC info into README.smartcard
204
205 20030606
206  - (dtucker) [uidswap.c] Fix setreuid and add missing args to fatal(). ok djm@
207
208 20030605
209  - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recent
210    canohost.c changes.
211  - (djm) Implement paranoid priv dropping checks, based on:
212    "SetUID demystified" - Hao Chen, David Wagner and Drew Dean
213    Proceedings of USENIX Security Symposium 2002
214  - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* code
215  - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]
216  - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in
217    Patch from larsch@trustcenter.de
218  - (djm) Bug #589 - scard-opensc: load only keys with a private keys
219    Patch from larsch@trustcenter.de
220  - (dtucker) Add includes.h to fake-rfc2553.c so it will build.
221  - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).
222
223 20030604
224  - (djm) Bug #573 - Remove unneeded Krb headers and compat goop. Patch from
225    simon@sxw.org.uk (Also matches a change in OpenBSD a while ago)
226  - (djm) Bug #577 - wrong flag in scard-opensc.c sc_private_decrypt. 
227    Patch from larsch@trustcenter.de; ok markus@
228  - (djm) Bug #584: scard-opensc.c doesn't work without PIN. Patch from 
229    larsch@trustcenter.de; ok markus@
230  - (djm) OpenBSD CVS Sync
231    - djm@cvs.openbsd.org 2003/06/04 08:25:18
232      [sshconnect.c]
233      disable challenge/response and keyboard-interactive auth methods 
234      upon hostkey mismatch. based on patch from fcusack AT fcusack.com. 
235      bz #580; ok markus@
236    - djm@cvs.openbsd.org 2003/06/04 10:23:48
237      [sshd.c]
238      remove duplicated group-dropping code; ok markus@
239    - djm@cvs.openbsd.org 2003/06/04 12:03:59
240      [serverloop.c]
241      remove bitrotten commet; ok markus@
242    - djm@cvs.openbsd.org 2003/06/04 12:18:49
243      [scp.c]
244      ansify; ok markus@
245    - djm@cvs.openbsd.org 2003/06/04 12:40:39
246      [scp.c]
247      kill ssh process upon receipt of signal, bz #241.
248      based on patch from esb AT hawaii.edu; ok markus@
249    - djm@cvs.openbsd.org 2003/06/04 12:41:22
250      [sftp.c]
251      kill ssh process on receipt of signal; ok markus@
252  - (djm) Update to fix of bug #584: lock card before return. 
253    From larsch@trustcenter.de
254  - (djm) Always use mysignal() for SIGALRM
255
256 20030603
257  - (djm) Replace setproctitle replacement with code derived from 
258    UCB sendmail
259  - (djm) OpenBSD CVS Sync
260    - markus@cvs.openbsd.org 2003/06/02 09:17:34
261      [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c]
262      [canohost.c monitor.c servconf.c servconf.h session.c sshd_config]
263      [sshd_config.5]
264      deprecate VerifyReverseMapping since it's dangerous if combined
265      with IP based access control as noted by Mike Harding; replace with
266      a UseDNS option, UseDNS is on by default and includes the
267      VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@
268      ok deraadt@, djm@
269    - millert@cvs.openbsd.org 2003/06/03 02:56:16
270      [scp.c]
271      Remove the advertising clause in the UCB license which Berkeley
272      rescinded 22 July 1999.  Proofed by myself and Theo.
273  - (djm) Fix portable-specific uses of verify_reverse_mapping too
274  - (djm) Sync openbsd-compat with OpenBSD CVS. 
275     - No more 4-term BSD licenses in linked code
276  - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.
277
278 20030602
279  - (djm) Fix segv from bad reordering in auth-pam.c
280  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
281    clobber
282  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
283    CVS ID.
284  - (djm) Remove "noip6" option from RedHat spec file. This may now be 
285    set at runtime using AddressFamily option.
286  - (djm) Fix use of macro before #define in cipher-aes.c
287  - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVS
288  - (djm) OpenBSD CVS Sync
289    - djm@cvs.openbsd.org 2003/05/26 12:54:40
290      [sshconnect.c]
291      fix format strings; ok markus@
292    - deraadt@cvs.openbsd.org 2003/05/29 16:58:45
293      [sshd.c uidswap.c]
294      seteuid and setegid; markus ok
295    - jakob@cvs.openbsd.org 2003/06/02 08:31:10
296      [ssh_config.5]
297      VerifyHostKeyDNS is v2 only. ok markus@
298
299 20030530
300  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
301    roumenpetrov.info
302  - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.
303
304 20030526
305  - (djm) Avoid auth2-chall.c warning when compiling without 
306    PAM, BSD_AUTH and SKEY
307
308 20030525
309 - (djm) OpenBSD CVS Sync
310    - djm@cvs.openbsd.org 2003/05/24 09:02:22
311      [log.c]
312      pass logged data through strnvis; ok markus
313    - djm@cvs.openbsd.org 2003/05/24 09:30:40
314      [authfile.c monitor.c sftp-common.c sshpty.c]
315      cast some types for printing; ok markus@
316
317 20030524
318  - (dtucker) Correct --osfsia in INSTALL.  Patch by skeleten at shillest.net
319
320 20030523
321  - (djm) Use VIS_SAFE on logged strings rather than default strnvis 
322    encoding (which encodes many more characters)
323  - OpenBSD CVS Sync
324    - jmc@cvs.openbsd.org 2003/05/20 12:03:35
325      [sftp.1]
326      - new sentence, new line
327      - added .Xr's
328      - typos
329      ok djm@
330    - jmc@cvs.openbsd.org 2003/05/20 12:09:31
331      [ssh.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1]
332      new sentence, new line
333    - djm@cvs.openbsd.org 2003/05/23 08:29:30
334      [sshconnect.c]
335      fix leak; ok markus@
336
337 20030520
338  - (djm) OpenBSD CVS Sync
339    - deraadt@cvs.openbsd.org 2003/05/18 23:22:01
340      [log.c]
341      use syslog_r() in a signal handler called place; markus ok
342  - (djm) Configure logic to detect syslog_r and friends
343
344 20030519
345  - (djm) Sync auth-pam.h with what we actually implement
346
347 20030518
348  - (djm) Return of the dreaded PAM_TTY_KLUDGE, which went missing in 
349    recent merge
350  - (djm) OpenBSD CVS Sync
351    - djm@cvs.openbsd.org 2003/05/16 03:27:12
352      [readconf.c ssh_config ssh_config.5 ssh-keysign.c]
353      add AddressFamily option to ssh_config (like -4, -6 on commandline).
354      Portable bug #534; ok markus@
355    - itojun@cvs.openbsd.org 2003/05/17 03:25:58
356      [auth-rhosts.c]
357      just in case, put numbers to sscanf %s arg.
358    - markus@cvs.openbsd.org 2003/05/17 04:27:52
359      [cipher.c cipher-ctr.c myproposal.h]
360      experimental support for aes-ctr modes from
361      http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt
362      ok djm@
363  - (djm) Remove IPv4 by default hack now that we can specify AF in config
364  - (djm) Tidy and trim TODO
365  - (djm) Sync openbsd-compat/ with OpenBSD CVS head
366  - (djm) Big KNF on openbsd-compat/
367  - (djm) KNF on md5crypt.[ch]
368  - (djm) KNF on auth-sia.[ch]
369
370 20030517
371  - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)
372
373 20030516
374  - (djm) OpenBSD CVS Sync
375    - djm@cvs.openbsd.org 2003/05/15 13:52:10
376      [ssh.c]
377      Make "ssh -V" print the OpenSSL version in a human readable form. Patch
378      from Craig Leres (mindrot at ee.lbl.gov); ok markus@
379    - jakob@cvs.openbsd.org 2003/05/15 14:02:47
380      [readconf.c servconf.c]
381      warn for unsupported config option. ok markus@
382    - markus@cvs.openbsd.org 2003/05/15 14:09:21
383      [auth2-krb5.c]
384      fix 64bit issue; report itojun@
385    - djm@cvs.openbsd.org 2003/05/15 14:55:25
386      [readconf.c readconf.h ssh_config ssh_config.5 sshconnect.c]
387      add a ConnectTimeout option to ssh, based on patch from
388      Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@
389  - (djm) Add warning for UsePAM when built without PAM support
390  - (djm) A few type mismatch fixes from Bug #565
391  - (djm) Guard free_pam_environment against NULL argument. Works around
392    HP/UX PAM problems debugged by dtucker
393
394 20030515
395  - (djm) OpenBSD CVS Sync
396    - jmc@cvs.openbsd.org 2003/05/14 13:11:56
397      [ssh-agent.1]
398      setup -> set up;
399      from wiz@netbsd
400    - jakob@cvs.openbsd.org 2003/05/14 18:16:20
401      [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c]
402      [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c]
403      add experimental support for verifying hos keys using DNS as described
404      in draft-ietf-secsh-dns-xx.txt. more information in README.dns.
405      ok markus@ and henning@
406    - markus@cvs.openbsd.org 2003/05/14 22:24:42
407      [clientloop.c session.c ssh.1]
408      allow to send a BREAK to the remote system; ok various
409    - markus@cvs.openbsd.org 2003/05/15 00:28:28
410      [sshconnect2.c]
411      cleanup unregister of per-method packet handlers; ok djm@
412    - jakob@cvs.openbsd.org 2003/05/15 01:48:10
413      [readconf.c readconf.h servconf.c servconf.h]
414      always parse kerberos options. ok djm@ markus@
415    - jakob@cvs.openbsd.org 2003/05/15 02:27:15
416      [dns.c]
417      add missing freerrset
418    - markus@cvs.openbsd.org 2003/05/15 03:08:29
419      [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c]
420      split out custom EVP ciphers
421    - djm@cvs.openbsd.org 2003/05/15 03:10:52
422      [ssh-keygen.c]
423      avoid warning; ok jakob@
424    - mouring@cvs.openbsd.org 2003/05/15 03:39:07
425      [sftp-int.c]
426      Make put/get (globed and nonglobed) code more consistant. OK djm@
427    - mouring@cvs.openbsd.org 2003/05/15 03:43:59
428      [sftp-int.c sftp.c]
429      Teach ls how to display multiple column display and allow users 
430      to return to single column format via 'ls -1'.  OK @djm
431    - jakob@cvs.openbsd.org 2003/05/15 04:08:44
432      [readconf.c servconf.c]
433      disable kerberos when not supported. ok markus@
434    - markus@cvs.openbsd.org 2003/05/15 04:08:41
435      [ssh.1]
436      ~B is ssh2 only
437  - (djm) Always parse UsePAM
438  - (djm) Configure glue for DNS support (code doesn't work in portable yet)
439  - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
440  - (djm) Tidy Makefile clean targets
441  - (djm) Adapt README.dns for portable
442  - (djm) Avoid uuencode.c warnings
443  - (djm) Enable UsePAM when built --with-pam
444  - (djm) Only build getrrsetbyname replacement when using --with-dns
445  - (djm) Bug #529: sshd doesn't work correctly after SIGHUP (copy argv 
446          correctly)
447  - (djm) Bug #444: Wrong paths after reconfigure
448  - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRK
449
450 20030514
451  - (djm) Bug #117: Don't lie to PAM about username
452  - (djm) RCSID sync w/ OpenBSD
453  - (djm) OpenBSD CVS Sync
454    - djm@cvs.openbsd.org 2003/04/09 12:00:37
455      [readconf.c]
456      strip trailing whitespace from config lines before parsing. 
457      Fixes bz 528; ok markus@
458    - markus@cvs.openbsd.org 2003/04/12 10:13:57
459      [cipher.c]
460      hide cipher details; ok djm@
461    - markus@cvs.openbsd.org 2003/04/12 10:15:36
462      [misc.c]
463      debug->debug2
464    - naddy@cvs.openbsd.org 2003/04/12 11:40:15
465      [ssh.1]
466      document -V switch, fix wording; ok markus@
467    - markus@cvs.openbsd.org 2003/04/14 14:17:50
468      [channels.c sshconnect.c sshd.c ssh-keyscan.c]
469      avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP
470    - mouring@cvs.openbsd.org 2003/04/14 21:31:27
471      [sftp-int.c]
472      Missing globfree(&g) in process_put() spotted by Vince Brimhall
473      <VBrimhall@novell.com>.  ok@ Theo
474    - markus@cvs.openbsd.org 2003/04/16 14:35:27
475      [auth.h]
476      document struct Authctxt; with solar
477    - deraadt@cvs.openbsd.org 2003/04/26 04:29:49
478      [ssh-keyscan.c]
479      -t in usage(); rogier@quaak.org
480    - mouring@cvs.openbsd.org 2003/04/30 01:16:20
481      [sshd.8 sshd_config.5]
482      Escape ?, * and ! in .Ql for nroff compatibility.  OpenSSH Portable 
483      Bug #550 and * escaping suggested by jmc@.
484    - david@cvs.openbsd.org 2003/04/30 20:41:07
485      [sshd.8]
486      fix invalid .Pf macro usage introduced in previous commit
487      ok jmc@ mouring@
488    - markus@cvs.openbsd.org 2003/05/11 16:56:48
489      [authfile.c ssh-keygen.c]
490      change key_load_public to try to read a public from:
491      rsa1 private or rsa1 public and ssh2 keys.
492      this makes ssh-keygen -e fail for ssh1 keys more gracefully
493      for example; report from itojun (netbsd pr 20550).
494    - markus@cvs.openbsd.org 2003/05/11 20:30:25
495      [channels.c clientloop.c serverloop.c session.c ssh.c]
496      make channel_new() strdup the 'remote_name' (not the caller); ok theo
497    - markus@cvs.openbsd.org 2003/05/12 16:55:37
498      [sshconnect2.c]
499      for pubkey authentication try the user keys in the following order:
500         1. agent keys that are found in the config file
501         2. other agent keys
502         3. keys that are only listed in the config file
503      this helps when an agent has many keys, where the server might
504      close the connection before the correct key is used. report & ok pb@
505    - markus@cvs.openbsd.org 2003/05/12 18:35:18
506      [ssh-keyscan.1]
507      typo: DSA keys are of type ssh-dss; Brian Poole
508    - markus@cvs.openbsd.org 2003/05/14 00:52:59
509      [ssh2.h]
510      ranges for per auth method messages
511    - djm@cvs.openbsd.org 2003/05/14 01:00:44
512      [sftp.1]
513      emphasise the batchmode functionality and make reference to pubkey auth,
514      both of which are FAQs; ok markus@
515    - markus@cvs.openbsd.org 2003/05/14 02:15:47
516      [auth2.c monitor.c sshconnect2.c auth2-krb5.c]
517      implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
518      server interops with commercial client; ok jakob@ djm@
519    - jmc@cvs.openbsd.org 2003/05/14 08:25:39
520      [sftp.1]
521      - better formatting in SYNOPSIS
522      - whitespace at EOL
523      ok djm@
524    - markus@cvs.openbsd.org 2003/05/14 08:57:49
525      [monitor.c]
526      http://bugzilla.mindrot.org/show_bug.cgi?id=560
527      Privsep child continues to run after monitor killed.
528      Pass monitor signals through to child; Darren Tucker
529  - (djm) Make portable build with MIT krb5 (some issues remain)
530  - (djm) Add new UsePAM configuration directive to allow runtime control
531    over usage of PAM. This allows non-root use of sshd when built with
532    --with-pam
533  - (djm) Die screaming if start_pam() is called when UsePAM=no
534  - (djm) Avoid KrbV leak for MIT Kerberos
535  - (dtucker) Set ai_socktype and ai_protocol in fake-getaddrinfo.c. ok djm@
536  - (djm) Bug #258: sscanf("[0-9]") -> sscanf("[0123456789]") for portability
537
538 20030512
539  - (djm) Redhat spec: Don't install profile.d scripts when not 
540    building with GNOME/GTK askpass (patch from bet@rahul.net)
541
542 20030510
543  - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than
544    "make install".  Patch by roth@feep.net.
545  - (dtucker) Bug #536: Test for and work around openpty/controlling tty
546    problem on Linux (fixes "could not set controlling tty" errors).
547  - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with 
548    proper challenge-response module
549  - (djm) 2-clause license on loginrec.c, with permission from
550    andre@ae-35.com
551
552 20030504
553  - (dtucker) Bug #497: Move #include of bsd-cygwin_util.h to openbsd-compat.h.
554    Patch from vinschen@redhat.com.
555
556 20030503
557  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
558    by wendyp@cray.com.
559
560 20030502
561  - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,
562    privsep should now work.
563  - (dtucker) Move handling of bad password authentications into a platform
564    specific record_failed_login() function (affects AIX & Unicos). ok mouring@
565
566 20030429
567  - (djm) Add back radix.o (used by AFS support), after it went missing from
568    Makefile many moons ago
569  - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
570  - (djm) Fix blibpath specification for AIX/gcc
571  - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
572
573 20030428
574  - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit 
575    hacked code.
576
577 20030427
578  - (bal) Bug #541: return; was dropped by mistake.  Reported by 
579    furrier@iglou.com
580  - (bal) Since we don't support platforms lacking u_int_64.  We may
581    as well clean out some of those evil #ifdefs
582  - (bal) auth1.c minor resync while looking at the code.
583  - (bal) auth2.c same changed as above.
584
585 20030409
586  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
587    from matth@eecs.berkeley.edu
588  - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
589  - (djm) OpenBSD CVS Sync
590    - markus@cvs.openbsd.org 2003/04/02 09:48:07
591      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
592      [readconf.h serverloop.c sshconnect2.c]
593      reapply rekeying chage, tested by henning@, ok djm@
594    - markus@cvs.openbsd.org 2003/04/02 14:36:26
595      [ssh-keysign.c]
596      potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526
597    - itojun@cvs.openbsd.org 2003/04/03 07:25:27
598      [progressmeter.c]
599      $OpenBSD$
600    - itojun@cvs.openbsd.org 2003/04/03 10:17:35
601      [progressmeter.c]
602      remove $OpenBSD$, as other *.c does not have it.
603    - markus@cvs.openbsd.org 2003/04/07 08:29:57
604      [monitor_wrap.c]
605      typo: get correct counters; introduced during rekeying change.
606    - millert@cvs.openbsd.org 2003/04/07 21:58:05
607      [progressmeter.c]
608      The UCB copyright here is incorrect.  This code did not originate
609      at UCB, it was written by Luke Mewburn.  Updated the copyright at
610      the author's request.  markus@ OK
611    - itojun@cvs.openbsd.org 2003/04/08 20:21:29
612      [*.c *.h]
613      rename log() into logit() to avoid name conflict.  markus ok, from
614      netbsd
615      - (djm) XXX - Performed locally using:
616        "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
617    - hin@cvs.openbsd.org 2003/04/09 08:23:52
618      [servconf.c]
619      Don't include <krb.h> when compiling with Kerberos 5 support
620    - (djm) Fix up missing include for packet.c
621    - (djm) Fix missed log => logit occurance (reference by function pointer)
622
623 20030402
624  - (bal) if IP_TOS is not found or broken don't try to compile in
625    packet_set_tos() function call.  bug #527
626
627 20030401
628  - (djm) OpenBSD CVS Sync
629    - jmc@cvs.openbsd.org 2003/03/28 10:11:43
630      [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
631      [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
632      - killed whitespace
633      - new sentence new line
634      - .Bk for arguments
635      ok markus@
636    - markus@cvs.openbsd.org 2003/04/01 10:10:23
637      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
638      [readconf.h serverloop.c sshconnect2.c]
639      rekeying bugfixes and automatic rekeying:
640      * both client and server rekey _automatically_
641            (a) after 2^31 packets, because after 2^32 packets
642                the sequence number for packets wraps
643            (b) after 2^(blocksize_in_bits/4) blocks
644        (see: draft-ietf-secsh-newmodes-00.txt)
645        (a) and (b) are _enabled_ by default, and only disabled for known
646        openssh versions, that don't support rekeying properly.
647      * client option 'RekeyLimit'
648      * do not reply to requests during rekeying
649    - markus@cvs.openbsd.org 2003/04/01 10:22:21
650      [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
651      [readconf.h serverloop.c sshconnect2.c]
652      backout rekeying changes (for 3.6.1)
653    - markus@cvs.openbsd.org 2003/04/01 10:31:26
654      [compat.c compat.h kex.c]
655      bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; 
656      tested by ho@ and myself
657    - markus@cvs.openbsd.org 2003/04/01 10:56:46
658      [version.h]
659      3.6.1
660  - (djm) Crank spec file versions
661  - (djm) Release 3.6.1p1
662
663 20030326
664  - (djm) OpenBSD CVS Sync
665    - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
666      [sftp-server.c]
667      one last fix to the tree: race fix broke stuff; pr 3169; 
668      srp@srparish.net, help from djm
669
670 20030325
671  - (djm) Fix getpeerid support for 64 bit BE systems. From 
672     Arnd Bergmann <arndb@de.ibm.com>
673
674 20030324
675  - (djm) OpenBSD CVS Sync
676    - markus@cvs.openbsd.org 2003/03/23 19:02:00
677      [monitor.c]
678      unbreak rekeying for privsep; ok millert@
679  - Release 3.6p1
680  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
681    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
682
683 $Id$
This page took 0.366709 seconds and 3 git commands to generate.