]> andersk Git - openssh.git/log
openssh.git
24 years ago - More OpenBSD updates:
damien [Sun, 30 Apr 2000 00:00:53 +0000 (00:00 +0000)] 
 - More OpenBSD updates:
   [session.c]
   - don't call chan_write_failed() if we are not writing
   [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
   - keysize warnings error() -> log()

24 years agoclarify requirement for egd
damien [Sat, 29 Apr 2000 23:43:41 +0000 (23:43 +0000)] 
clarify requirement for egd

24 years agodoh
damien [Sat, 29 Apr 2000 23:34:55 +0000 (23:34 +0000)] 
doh

24 years agoPrepare for 2.0
damien [Sat, 29 Apr 2000 23:33:57 +0000 (23:33 +0000)] 
Prepare for 2.0

24 years ago - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
damien [Sat, 29 Apr 2000 23:30:44 +0000 (23:30 +0000)] 
 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
   patch.
   - Adds timeout to entropy collection
   - Disables slow entropy sources
   - Load and save seed file
 - Changed entropy seed code to user per-user seeds only (server seed is
   saved in root's .ssh directory)
 - Use atexit() and fatal cleanups to save seed on exit

24 years ago - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
damien [Sat, 29 Apr 2000 14:47:29 +0000 (14:47 +0000)] 
 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>

24 years ago - Merge big update to OpenSSH-2.0 from OpenBSD CVS
damien [Sat, 29 Apr 2000 13:57:08 +0000 (13:57 +0000)] 
 - Merge big update to OpenSSH-2.0 from OpenBSD CVS
   [README.openssh2]
   - interop w/ F-secure windows client
   - sync documentation
   - ssh_host_dsa_key not ssh_dsa_key
   [auth-rsa.c]
   - missing fclose
   [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
   [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
   [sshd.c uuencode.c uuencode.h authfile.h]
   - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
     for trading keys with the real and the original SSH, directly from the
     people who invented the SSH protocol.
   [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
   [sshconnect1.c sshconnect2.c]
   - split auth/sshconnect in one file per protocol version
   [sshconnect2.c]
   - remove debug
   [uuencode.c]
   - add trailing =
   [version.h]
   - OpenSSH-2.0
   [ssh-keygen.1 ssh-keygen.c]
   - add -R flag: exit code indicates if RSA is alive
   [sshd.c]
   - remove unused
     silent if -Q is specified
   [ssh.h]
   - host key becomes /etc/ssh_host_dsa_key
   [readconf.c servconf.c ]
   - ssh/sshd default to proto 1 and 2
   [uuencode.c]
   - remove debug
   [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
   - xfree DSA blobs
   [auth2.c serverloop.c session.c]
   - cleanup logging for sshd/2, respect PasswordAuth no
   [sshconnect2.c]
   - less debug, respect .ssh/config
   [README.openssh2 channels.c channels.h]
   - clientloop.c session.c ssh.c
   - support for x11-fwding, client+server

24 years ago - Define __progname in session.c if libc doesn't
damien [Sun, 23 Apr 2000 01:14:01 +0000 (01:14 +0000)] 
 - Define __progname in session.c if libc doesn't
 - Remove indentation on autoconf #include statements to avoid bug in
   DEC Tru64 compiler. Report and fix from David Del Piero
   <David.DelPiero@qed.qld.gov.au>

24 years ago - Define __progname in session.c if libc doesn't
damien [Fri, 21 Apr 2000 06:13:07 +0000 (06:13 +0000)] 
 - Define __progname in session.c if libc doesn't

24 years ago - Merge fix from OpenBSD CVS
damien [Fri, 21 Apr 2000 05:55:20 +0000 (05:55 +0000)] 
 - Merge fix from OpenBSD CVS
  [ssh-agent.c]
  - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
    via Debian bug #59926

24 years ago - Debian bug #58031 - ssh_config lies about default cipher
damien [Thu, 20 Apr 2000 13:32:48 +0000 (13:32 +0000)] 
 - Debian bug #58031 - ssh_config lies about default cipher

24 years ago - Debian bug #55910 - remove references to ssl(8) manpages
damien [Thu, 20 Apr 2000 13:27:27 +0000 (13:27 +0000)] 
 - Debian bug #55910 - remove references to ssl(8) manpages

24 years ago - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
damien [Thu, 20 Apr 2000 13:12:58 +0000 (13:12 +0000)] 
 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
  - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
  - Use vhangup to clean up Linux ttys
  - Force posix getopt processing on GNU libc systems

24 years ago - Sync with OpenBSD CVS:
damien [Wed, 19 Apr 2000 21:42:21 +0000 (21:42 +0000)] 
 - Sync with OpenBSD CVS:
  [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
  - pid_t
  [session.c]
  - remove bogus chan_read_failed. this could cause data
    corruption (missing data) at end of a SSH2 session.

24 years ago - Make fixpaths work with perl4, patch from Andre Lucas
damien [Wed, 19 Apr 2000 21:33:24 +0000 (21:33 +0000)] 
 - Make fixpaths work with perl4, patch from Andre Lucas
   <andre.lucas@dial.pipex.com>

24 years ago - OpenBSD CVS updates
damien [Wed, 19 Apr 2000 06:26:12 +0000 (06:26 +0000)] 
 - OpenBSD CVS updates
   [channels.c]
   - fix pr 1196, listen_port and port_to_connect interchanged
   [scp.c]
   - after completion, replace the progress bar ETA counter with a final
     elapsed time; my idea, aaron wrote the patch
   [ssh_config sshd_config]
   - show 'Protocol' as an example, ok markus@
   [sshd.c]
   - missing xfree()
 - Add missing header to bsd-misc.c

24 years agoInclude all README files V_1_2_3_TEST3
damien [Sun, 16 Apr 2000 02:57:38 +0000 (02:57 +0000)] 
Include all README files

24 years agoUpdated
damien [Sun, 16 Apr 2000 02:50:52 +0000 (02:50 +0000)] 
Updated

24 years agoprepare for a wider test release
damien [Sun, 16 Apr 2000 02:35:37 +0000 (02:35 +0000)] 
prepare for a wider test release

24 years ago - Reduce diff against OpenBSD source
damien [Sun, 16 Apr 2000 02:31:48 +0000 (02:31 +0000)] 
 - Reduce diff against OpenBSD source
   - All OpenSSL includes are now unconditionally referenced as
     openssl/foo.h
   - Pick up formatting changes
   - Other minor changed (typecasts, etc) that I missed

24 years agoforgot -kb, remove openssl/ssl conditional
damien [Sun, 16 Apr 2000 01:52:47 +0000 (01:52 +0000)] 
forgot -kb, remove openssl/ssl conditional

24 years agoforgot -kb
damien [Sun, 16 Apr 2000 01:49:14 +0000 (01:49 +0000)] 
forgot -kb

24 years ago - OpenBSD CVS updates.
damien [Sun, 16 Apr 2000 01:18:38 +0000 (01:18 +0000)] 
 - OpenBSD CVS updates.
   [ssh.1 ssh.c]
   - ssh -2
   [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
   [session.c sshconnect.c]
   - check payload for (illegal) extra data
   [ALL]
   - whitespace cleanup

24 years agoforgot -kb
damien [Sat, 15 Apr 2000 03:06:54 +0000 (03:06 +0000)] 
forgot -kb

24 years ago - Merged OpenBSD updates to include paths.
damien [Thu, 13 Apr 2000 02:26:34 +0000 (02:26 +0000)] 
 - Merged OpenBSD updates to include paths.

24 years agodoc
damien [Thu, 13 Apr 2000 02:19:32 +0000 (02:19 +0000)] 
doc

24 years ago - OpenBSD CVS updates:
damien [Wed, 12 Apr 2000 10:17:38 +0000 (10:17 +0000)] 
 - OpenBSD CVS updates:
   - [channels.c]
     repair x11-fwd
   - [sshconnect.c]
     fix passwd prompt for ssh2, less debugging output.
   - [clientloop.c compat.c dsa.c kex.c sshd.c]
     less debugging output
   - [kex.c kex.h sshconnect.c sshd.c]
     check for reasonable public DH values
   - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
     [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
     add Cipher and Protocol options to ssh/sshd, e.g.:
     ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
     arcfour,3des-cbc'
   - [sshd.c]
     print 1.99 only if server supports both

24 years ago - More large OpenBSD CVS updates:
damien [Wed, 12 Apr 2000 08:45:05 +0000 (08:45 +0000)] 
 - More large OpenBSD CVS updates:
   - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
     [session.h ssh.h sshd.c README.openssh2]
     ssh2 server side, see README.openssh2; enable with 'sshd -2'
   - [channels.c]
     no adjust after close
   - [sshd.c compat.c ]
     interop w/ latest ssh.com windows client.

24 years ago - Only set define entropy collection macros if they are found
damien [Sat, 8 Apr 2000 08:23:30 +0000 (08:23 +0000)] 
 - Only set define entropy collection macros if they are found

24 years ago - Avoid some compiler warnings in fake-get*.c
damien [Sat, 8 Apr 2000 07:48:56 +0000 (07:48 +0000)] 
 - Avoid some compiler warnings in fake-get*.c
 - Add IPTOS macros for systems which lack them

24 years agotodo
damien [Thu, 6 Apr 2000 02:36:06 +0000 (02:36 +0000)] 
todo

24 years ago - OpenBSD CVS update:
damien [Thu, 6 Apr 2000 02:32:37 +0000 (02:32 +0000)] 
 - OpenBSD CVS update:
   - [channels.c]
     close efd on eof
   - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
     ssh2 client implementation, interops w/ ssh.com and lsh servers.
   - [sshconnect.c]
     missing free.
   - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
     remove unused argument, split cipher_mask()
   - [clientloop.c]
     re-order: group ssh1 vs. ssh2
 - Make Redhat spec require openssl >= 0.9.5a

24 years ago - Generate manpages before make install not at the end of make all
damien [Tue, 4 Apr 2000 05:04:09 +0000 (05:04 +0000)] 
 - Generate manpages before make install not at the end of make all
 - Don't seed the rng quite so often
 - Always reseed rng when requested

24 years agoRemoved excess seed_rng calls
damien [Tue, 4 Apr 2000 04:57:08 +0000 (04:57 +0000)] 
Removed excess seed_rng calls

24 years agoInclude fix
damien [Tue, 4 Apr 2000 04:52:38 +0000 (04:52 +0000)] 
Include fix

24 years ago - OpenBSD CVS update:
damien [Tue, 4 Apr 2000 04:38:59 +0000 (04:38 +0000)] 
 - OpenBSD CVS update:
   - [packet.h packet.c]
     ssh2 packet format
   - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
     [channels.h channels.c]
     channel layer support for ssh2
   - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
     DSA, keyexchange, algorithm agreement for ssh2

24 years ago - Add tests for RAND_add function when searching for OpenSSL
damien [Tue, 4 Apr 2000 00:21:09 +0000 (00:21 +0000)] 
 - Add tests for RAND_add function when searching for OpenSSL

24 years ago - Disable tests and typedefs for 64 bit types. They are currently unused. V_1_2_3_TEST2
damien [Mon, 3 Apr 2000 05:57:06 +0000 (05:57 +0000)] 
 - Disable tests and typedefs for 64 bit types. They are currently unused.

24 years agoremove debugging junk V_1_2_3_TEST1
damien [Mon, 3 Apr 2000 05:07:32 +0000 (05:07 +0000)] 
remove debugging junk

24 years ago - Wrote entropy collection routines for systems that lack /dev/random
damien [Mon, 3 Apr 2000 04:50:43 +0000 (04:50 +0000)] 
 - Wrote entropy collection routines for systems that lack /dev/random
   and EGD

24 years ago - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
damien [Sat, 1 Apr 2000 01:09:21 +0000 (01:09 +0000)] 
 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
   - [auth.c session.c sshd.c auth.h]
     split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
   - [bufaux.c bufaux.h]
     support ssh2 bignums
   - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
     [readconf.c ssh.c ssh.h serverloop.c]
     replace big switch() with function tables (prepare for ssh2)
   - [ssh2.h]
     ssh2 message type codes
   - [sshd.8]
     reorder Xr to avoid cutting
   - [serverloop.c]
     close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
   - [channels.c]
     missing close
     allow bigger packets
   - [cipher.c cipher.h]
     support ssh2 ciphers
   - [compress.c]
     cleanup, less code
   - [dispatch.c dispatch.h]
     function tables for different message types
   - [log-server.c]
     do not log() if debuggin to stderr
     rename a cpp symbol, to avoid param.h collision
   - [mpaux.c]
     KNF
   - [nchan.c]
     sync w/ channels.c

24 years ago - OpenBSD CVS update
damien [Sun, 26 Mar 2000 03:04:51 +0000 (03:04 +0000)] 
 - OpenBSD CVS update
   - [auth-krb4.c]
     -Wall
   - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
     [match.h ssh.c ssh.h sshconnect.c sshd.c]
     initial support for DSA keys. ok deraadt@, niels@
   - [cipher.c cipher.h]
     remove unused cipher_attack_detected code
   - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     Fix some formatting problems I missed before.
   - [ssh.1 sshd.8]
     fix spelling errors, From: FreeBSD
   - [ssh.c]
     switch to raw mode only if he _get_ a pty (not if we _want_ a pty).

24 years ago - Better tests for OpenSSL w/ RSAref
damien [Sun, 26 Mar 2000 02:12:34 +0000 (02:12 +0000)] 
 - Better tests for OpenSSL w/ RSAref
 - Added replacement setenv() function from OpenBSD libc. Suggested by
   Ben Lindstrom <mouring@pconline.com>

24 years agoTest RSA_private_decrypt when searching for OpenSSL
damien [Sun, 26 Mar 2000 02:07:15 +0000 (02:07 +0000)] 
Test RSA_private_decrypt when searching for OpenSSL

24 years agoversion V_1_2_3
damien [Thu, 23 Mar 2000 22:24:33 +0000 (22:24 +0000)] 
version

24 years agover V_1_2_3_PRE5
damien [Fri, 17 Mar 2000 13:21:41 +0000 (13:21 +0000)] 
ver

24 years ago - Runtime error fix for HPUX from Otmar Stahl
damien [Fri, 17 Mar 2000 12:58:59 +0000 (12:58 +0000)] 
 - Runtime error fix for HPUX from Otmar Stahl
   <O.Stahl@lsw.uni-heidelberg.de>

24 years ago - OpenBSD CVS updates:
damien [Fri, 17 Mar 2000 12:40:15 +0000 (12:40 +0000)] 
 - OpenBSD CVS updates:
   - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
     [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
     [sshd.c]
     pedantic: signed vs. unsigned, void*-arithm, etc
   - [ssh.1 sshd.8]
     Various cleanups and standardizations.

24 years ago - Checks for 64 bit int types. Problem report from Mats Fredholm
damien [Fri, 17 Mar 2000 12:26:46 +0000 (12:26 +0000)] 
 - Checks for 64 bit int types. Problem report from Mats Fredholm
   <matsf@init.se>

24 years ago - Clarified --with-default-path option.
damien [Thu, 16 Mar 2000 23:54:15 +0000 (23:54 +0000)] 
 - Clarified --with-default-path option.
 - Added -blibpath handling for AIX to work around stupid runtime linking.
   Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
   <jmknoble@pobox.com>

24 years agoPrepare for final test release V_1_2_3_PRE4
damien [Thu, 16 Mar 2000 01:45:17 +0000 (01:45 +0000)] 
Prepare for final test release

24 years ago - Added blurb about "scp: command not found" errors to UPGRADING
damien [Thu, 16 Mar 2000 01:23:13 +0000 (01:23 +0000)] 
 - Added blurb about "scp: command not found" errors to UPGRADING

24 years agospello
damien [Thu, 16 Mar 2000 01:07:43 +0000 (01:07 +0000)] 
spello

24 years ago - Doc cleanups
damien [Thu, 16 Mar 2000 00:51:09 +0000 (00:51 +0000)] 
 - Doc cleanups

24 years agoMoved to contrib/
damien [Thu, 16 Mar 2000 00:35:02 +0000 (00:35 +0000)] 
Moved to contrib/

24 years ago - Propogate LD through to Makefile
damien [Wed, 15 Mar 2000 23:48:25 +0000 (23:48 +0000)] 
 - Propogate LD through to Makefile

24 years ago - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
damien [Wed, 15 Mar 2000 20:52:29 +0000 (20:52 +0000)] 
 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
   Hesprich <dghespri@sprintparanet.com>

24 years ago - Configure fix from Bratislav ILICH <bilic@zepter.ru>
damien [Wed, 15 Mar 2000 10:18:10 +0000 (10:18 +0000)] 
 - Configure fix from Bratislav ILICH <bilic@zepter.ru>

24 years agofix doh V_1_2_3_PRE3
damien [Wed, 15 Mar 2000 01:55:52 +0000 (01:55 +0000)] 
fix doh

24 years agofix doh
damien [Wed, 15 Mar 2000 01:38:13 +0000 (01:38 +0000)] 
fix doh

24 years agofix doh
damien [Wed, 15 Mar 2000 01:38:13 +0000 (01:38 +0000)] 
fix doh

24 years agoUpdated spec file for new version and locations
damien [Wed, 15 Mar 2000 01:31:18 +0000 (01:31 +0000)] 
Updated spec file for new version and locations

24 years agoMoved package files to contrib/
damien [Wed, 15 Mar 2000 01:25:06 +0000 (01:25 +0000)] 
Moved package files to contrib/

Added FreeBSD PAM config

24 years ago - Created contrib/ subdirectory. Included helpers from Phil Hands'
damien [Wed, 15 Mar 2000 01:13:01 +0000 (01:13 +0000)] 
 - Created contrib/ subdirectory. Included helpers from Phil Hands'
   Debian package, README file and chroot patch from Ricardo Cerqueira
   <rmcc@clix.pt>
 - Moved gnome-ssh-askpass.c to contrib directory and reomved config
   option.
 - Slight cleanup to doc files

24 years ago - Don't free argument to putenv() after use (in setenv() replacement).
damien [Wed, 15 Mar 2000 00:23:48 +0000 (00:23 +0000)] 
 - Don't free argument to putenv() after use (in setenv() replacement).
   Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>

24 years ago - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
damien [Tue, 14 Mar 2000 23:04:54 +0000 (23:04 +0000)] 
 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
   problems with gcc/Solaris.

24 years ago*** empty log message ***
damien [Tue, 14 Mar 2000 03:52:19 +0000 (03:52 +0000)] 
*** empty log message ***

24 years ago - Include /usr/local/include and /usr/local/lib for systems that don't
damien [Tue, 14 Mar 2000 02:44:01 +0000 (02:44 +0000)] 
 - Include /usr/local/include and /usr/local/lib for systems that don't
   do it themselves
 - -R/usr/local/lib for Solaris
 - Fix RSAref detection
 - Fix IN6_IS_ADDR_V4MAPPED macro

24 years ago - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
damien [Mon, 13 Mar 2000 23:16:34 +0000 (23:16 +0000)] 
 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
   peter@frontierflying.com

24 years ago*** empty log message ***
damien [Mon, 13 Mar 2000 23:13:04 +0000 (23:13 +0000)] 
*** empty log message ***

24 years ago*** empty log message ***
damien [Mon, 13 Mar 2000 04:41:24 +0000 (04:41 +0000)] 
*** empty log message ***

24 years agoPrepare for pre2 V_1_2_3_PRE2
damien [Sat, 11 Mar 2000 09:47:17 +0000 (09:47 +0000)] 
Prepare for pre2

24 years ago - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
damien [Sat, 11 Mar 2000 09:45:40 +0000 (09:45 +0000)] 
 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>

24 years agoMore config fixes
damien [Sat, 11 Mar 2000 09:05:11 +0000 (09:05 +0000)] 
More config fixes

24 years ago - OpenBSD CVS change V_1_2_3_PRE1
damien [Sat, 11 Mar 2000 00:58:28 +0000 (00:58 +0000)] 
 - OpenBSD CVS change
   [sshd.c]
    - disallow guessing of root password

24 years agodoh
damien [Sat, 11 Mar 2000 00:42:13 +0000 (00:42 +0000)] 
doh

24 years agoPrepare for 1.2.3pre release
damien [Sat, 11 Mar 2000 00:38:35 +0000 (00:38 +0000)] 
Prepare for 1.2.3pre release

24 years ago - Detect RSAref
damien [Sat, 11 Mar 2000 00:37:00 +0000 (00:37 +0000)] 
 - Detect RSAref

24 years ago - Removed warning workaround for Linux and devpts filesystems (no longer
damien [Thu, 9 Mar 2000 11:31:13 +0000 (11:31 +0000)] 
 - Removed warning workaround for Linux and devpts filesystems (no longer
   required after OpenBSD updates)

24 years ago - OpenBSD CVS updates to v1.2.3
damien [Thu, 9 Mar 2000 10:27:49 +0000 (10:27 +0000)] 
 - OpenBSD CVS updates to v1.2.3
[ssh.h atomicio.c]
 - int atomicio -> ssize_t (for alpha). ok deraadt@
[auth-rsa.c]
 - delay MD5 computation until client sends response, free() early, cleanup.
[cipher.c]
 - void* -> unsigned char*, ok niels@
[hostfile.c]
 - remove unused variable 'len'. fix comments.
 - remove unused variable
[log-client.c log-server.c]
 - rename a cpp symbol, to avoid param.h collision
[packet.c]
 - missing xfree()
 - getsockname() requires initialized tolen; andy@guildsoftware.com
 - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
from Holger.Trapp@Informatik.TU-Chemnitz.DE
[pty.c pty.h]
 - register cleanup for pty earlier. move code for pty-owner handling to
    pty.c ok provos@, dugsong@
[readconf.c]
 - turn off x11-fwd for the client, too.
[rsa.c]
 - PKCS#1 padding
[scp.c]
 - allow '.' in usernames; from jedgar@fxp.org
[servconf.c]
 - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
 - sync with sshd_config
[ssh-keygen.c]
 - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
[ssh.1]
 - Change invalid 'CHAT' loglevel to 'VERBOSE'
[ssh.c]
 - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
 - turn off x11-fwd for the client, too.
[sshconnect.c]
 - missing xfree()
 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
 - read error vs. "Connection closed by remote host"
[sshd.8]
 - ie. -> i.e.,
 - do not link to a commercial page..
 - sync with sshd_config
[sshd.c]
 - no need for poll.h; from bright@wintelcom.net
 - log with level log() not fatal() if peer behaves badly.
 - don't panic if client behaves strange. ok deraadt@
 - make no-port-forwarding for RSA keys deny both -L and -R style fwding
 - delay close() of pty until the pty has been chowned back to root
 - oops, fix comment, too.
 - missing xfree()
 - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
    (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
 - register cleanup for pty earlier. move code for pty-owner handling to
      pty.c ok provos@, dugsong@
 - create x11 cookie file
 - fix pr 1113, fclose() -> pclose(), todo: remote popen()
 - version 1.2.3
 - Cleaned up

24 years ago - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
damien [Tue, 7 Mar 2000 22:03:44 +0000 (22:03 +0000)] 
 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>

24 years agoadd warning
damien [Tue, 7 Mar 2000 11:40:57 +0000 (11:40 +0000)] 
add warning

24 years agoUpdate version V_1_2_2_P1
damien [Mon, 6 Mar 2000 22:37:07 +0000 (22:37 +0000)] 
Update version

24 years agoAvoid compiler warnings
damien [Sun, 5 Mar 2000 06:14:38 +0000 (06:14 +0000)] 
Avoid compiler warnings

24 years ago - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
damien [Sun, 5 Mar 2000 06:02:45 +0000 (06:02 +0000)] 
 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
   Mate Wierdl <mw@moni.msci.memphis.edu>

24 years ago - Check for getpagesize in libucb.a if not found in libc. Fix for old
damien [Sun, 5 Mar 2000 05:22:59 +0000 (05:22 +0000)] 
 - Check for getpagesize in libucb.a if not found in libc. Fix for old
   Solaris from Andre Lucas <andre.lucas@dial.pipex.com>

24 years ago - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
damien [Sun, 5 Mar 2000 05:10:45 +0000 (05:10 +0000)] 
 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()

24 years ago - Fix DEC compile fix
damien [Sun, 5 Mar 2000 05:10:03 +0000 (05:10 +0000)] 
 - Fix DEC compile fix

24 years ago - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
damien [Fri, 3 Mar 2000 11:48:49 +0000 (11:48 +0000)] 
 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
 - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>

24 years ago - Don't permanently fail on bind() if getaddrinfo has more choices left for
damien [Fri, 3 Mar 2000 11:35:33 +0000 (11:35 +0000)] 
 - Don't permanently fail on bind() if getaddrinfo has more choices left for
   us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
   Miskiewicz <misiek@pld.org.pl>

24 years ago- Added "make host-key" target, Suggestion from Dominik Brettnacher
damien [Fri, 3 Mar 2000 11:13:52 +0000 (11:13 +0000)] 
- Added "make host-key" target, Suggestion from Dominik Brettnacher
 <domi@saargate.de>

24 years ago - Allow root access to any key. Patch from
damien [Thu, 2 Mar 2000 12:57:18 +0000 (12:57 +0000)] 
 - Allow root access to any key. Patch from
   markus.friedl@informatik.uni-erlangen.de

24 years ago - Warning was valid - possible race condition on PTYs. Avoided using
damien [Thu, 2 Mar 2000 12:56:12 +0000 (12:56 +0000)] 
 - Warning was valid - possible race condition on PTYs. Avoided using
   platform-specific code.
 - Document some common problems

24 years ago - Avoid warning message with Unix98 ptys
damien [Thu, 2 Mar 2000 12:31:50 +0000 (12:31 +0000)] 
 - Avoid warning message with Unix98 ptys

24 years ago - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
damien [Thu, 2 Mar 2000 12:30:53 +0000 (12:30 +0000)] 
 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de

24 years ago - Big cleanup of autoconf code
damien [Thu, 2 Mar 2000 12:09:20 +0000 (12:09 +0000)] 
 - Big cleanup of autoconf code
   - Rearranged to be a little more logical
   - Added -R option for Solaris
   - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
     to detect library and header location _and_ ensure library has proper
     RSA support built in (this is a problem with OpenSSL 0.9.5).

24 years ago - Removed SOCKS code. Will support through a ProxyCommand.
damien [Mon, 7 Feb 2000 02:20:26 +0000 (02:20 +0000)] 
 - Removed SOCKS code. Will support through a ProxyCommand.

24 years agoImport of spilt-off random collection code
damien [Thu, 3 Feb 2000 03:04:50 +0000 (03:04 +0000)] 
Import of spilt-off random collection code

24 years agoAdd apology
damien [Thu, 3 Feb 2000 03:00:17 +0000 (03:00 +0000)] 
Add apology

24 years ago - Add --with-ssl-dir option
damien [Thu, 3 Feb 2000 02:58:51 +0000 (02:58 +0000)] 
 - Add --with-ssl-dir option

This page took 0.093496 seconds and 4 git commands to generate.