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