]> andersk Git - openssh.git/log
openssh.git
20 years ago - (dtucker) [configure.ac] Bug #536: Test for and work around openpty/ V_3_6_1
dtucker [Thu, 21 Aug 2003 08:23:13 +0000 (08:23 +0000)] 
 - (dtucker) [configure.ac] Bug #536: Test for and work around openpty/
   controlling tty problem on Linux (fixes "could not set controlling tty"
   errors).

20 years ago - (dtucker) [acconfig.h configure.ac monitor_fdpass.c] Bug #544: ignore
dtucker [Thu, 21 Aug 2003 07:56:29 +0000 (07:56 +0000)] 
 - (dtucker) [acconfig.h configure.ac monitor_fdpass.c] Bug #544: ignore
   invalid cmsg_type on Linux 1.x and 2.0 kernels, privsep should now work.

Missed acconfig.h, whoops.

20 years ago - (dtucker) [acconfig.h configure.ac sshd.c] STREAMS_PUSH_ACQUIRES_CTTY ->
dtucker [Thu, 21 Aug 2003 07:42:33 +0000 (07:42 +0000)] 
 - (dtucker) [acconfig.h configure.ac sshd.c] STREAMS_PUSH_ACQUIRES_CTTY ->
   SSHD_ACQUIRES_CTTY.

20 years ago - (dtucker) [configure.ac monitor_fdpass.c] Bug #544: ignore invalid cmsg_type
dtucker [Thu, 21 Aug 2003 07:38:20 +0000 (07:38 +0000)] 
 - (dtucker) [configure.ac monitor_fdpass.c] Bug #544: ignore invalid cmsg_type
   on Linux 1.x and 2.0 kernels, privsep should now work.

20 years ago - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
dtucker [Thu, 21 Aug 2003 07:08:43 +0000 (07:08 +0000)] 
 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if
   not already defined (eg Linux with some versions of libc5), based on those
   from OpenBSD.

20 years ago - (dtucker) [openbsd-compat/realpath.c] strcat -> strlcat, rootd -> needslash
dtucker [Thu, 21 Aug 2003 06:41:41 +0000 (06:41 +0000)] 
 - (dtucker) [openbsd-compat/realpath.c] strcat -> strlcat, rootd -> needslash
   to fix check for ENAMETOOLONG (OpenBSD realpath.c rev 1.10).

20 years ago - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
dtucker [Thu, 21 Aug 2003 06:16:21 +0000 (06:16 +0000)] 
 - (dtucker) [configure.ac] Bug #600: Check that getrusage is declared before
   searching libraries for it.  Fixes build errors on NCR MP-RAS.
 - (dtucker) [configure.ac] Define STREAMS_PUSH_ACQUIRES_CTTY for NCR MP-RAS
   and Reliant Unix.  Fixes "can't set controlling tty errors".

20 years ago - (dtucker) [sshd.c] Bug #529: sshd doesn't work correctly after SIGHUP
dtucker [Thu, 21 Aug 2003 06:11:30 +0000 (06:11 +0000)] 
 - (dtucker) [sshd.c] Bug #529: sshd doesn't work correctly after SIGHUP
   (copy argv correctly), fix by djm from -current.

20 years ago - (dtucker) [regress/authorized_keys_root regress/copy.1 regress/copy.2]
dtucker [Thu, 21 Aug 2003 06:08:13 +0000 (06:08 +0000)] 
 - (dtucker) [regress/authorized_keys_root regress/copy.1 regress/copy.2]
   Remove temp data files from cvs.

21 years ago - (djm) Add back radix.o (used by AFS support), after it went missing from V_3_6_1_P2
djm [Tue, 29 Apr 2003 09:12:07 +0000 (09:12 +0000)] 
 - (djm) Add back radix.o (used by AFS support), after it went missing from
   Makefile many moons ago
 - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
 - (djm) Fix blibpath specification for AIX/gcc
 - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org

21 years ago - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
mouring [Mon, 28 Apr 2003 23:30:43 +0000 (23:30 +0000)] 
 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit
   hacked code.

21 years ago - (bal) auth2.c same changed as above.
mouring [Sun, 27 Apr 2003 18:44:31 +0000 (18:44 +0000)] 
 - (bal) auth2.c same changed as above.

21 years ago - (bal) auth1.c minor resync while looking at the code.
mouring [Sun, 27 Apr 2003 18:41:30 +0000 (18:41 +0000)] 
 - (bal) auth1.c minor resync while looking at the code.

21 years ago - (bal) Since we don't support platforms lacking u_int_64. We may
mouring [Sun, 27 Apr 2003 18:01:37 +0000 (18:01 +0000)] 
 - (bal) Since we don't support platforms lacking u_int_64.  We may
   as well clean out some of those evil #ifdefs

21 years ago - (bal) Bug #541: return; was dropped by mistake. Reported by
mouring [Sun, 27 Apr 2003 17:55:33 +0000 (17:55 +0000)] 
 - (bal) Bug #541: return; was dropped by mistake.  Reported by
   furrier@iglou.com

21 years ago - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
djm [Wed, 9 Apr 2003 11:12:52 +0000 (11:12 +0000)] 
 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
   from matth@eecs.berkeley.edu

21 years ago - (djm) Fix missed log => logit occurance (reference by function pointer)
djm [Wed, 9 Apr 2003 11:12:00 +0000 (11:12 +0000)] 
   - (djm) Fix missed log => logit occurance (reference by function pointer)

21 years ago - hin@cvs.openbsd.org 2003/04/09 08:23:52
djm [Wed, 9 Apr 2003 11:07:14 +0000 (11:07 +0000)] 
   - hin@cvs.openbsd.org 2003/04/09 08:23:52
     [servconf.c]
     Don't include <krb.h> when compiling with Kerberos 5 support

21 years ago - itojun@cvs.openbsd.org 2003/04/08 20:21:29
djm [Wed, 9 Apr 2003 11:05:52 +0000 (11:05 +0000)] 
   - itojun@cvs.openbsd.org 2003/04/08 20:21:29
     [*.c *.h]
     rename log() into logit() to avoid name conflict.  markus ok, from
     netbsd
     - (djm) XXX - Performed locally using:
       "perl -p -i -e 's/(\s|^)log\(/$1logit\(/g' *.c *.h"
   - (djm) Fix up missing include for packet.c

21 years ago*** empty log message ***
djm [Wed, 9 Apr 2003 10:59:48 +0000 (10:59 +0000)] 
*** empty log message ***

21 years ago - millert@cvs.openbsd.org 2003/04/07 21:58:05
djm [Wed, 9 Apr 2003 10:51:55 +0000 (10:51 +0000)] 
   - millert@cvs.openbsd.org 2003/04/07 21:58:05
     [progressmeter.c]
     The UCB copyright here is incorrect.  This code did not originate
     at UCB, it was written by Luke Mewburn.  Updated the copyright at
     the author's request.  markus@ OK

21 years ago - markus@cvs.openbsd.org 2003/04/07 08:29:57
djm [Wed, 9 Apr 2003 10:51:24 +0000 (10:51 +0000)] 
   - markus@cvs.openbsd.org 2003/04/07 08:29:57
     [monitor_wrap.c]
     typo: get correct counters; introduced during rekeying change.

21 years ago - itojun@cvs.openbsd.org 2003/04/03 07:25:27
djm [Wed, 9 Apr 2003 10:50:59 +0000 (10:50 +0000)] 
   - itojun@cvs.openbsd.org 2003/04/03 07:25:27
     [progressmeter.c]
     $OpenBSD$
   - itojun@cvs.openbsd.org 2003/04/03 10:17:35
     [progressmeter.c]
     remove $OpenBSD$, as other *.c does not have it.

21 years ago - markus@cvs.openbsd.org 2003/04/02 14:36:26
djm [Wed, 9 Apr 2003 10:50:26 +0000 (10:50 +0000)] 
   - markus@cvs.openbsd.org 2003/04/02 14:36:26
     [ssh-keysign.c]
     potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526

21 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 9 Apr 2003 10:50:06 +0000 (10:50 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/04/02 09:48:07
     [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
     [readconf.h serverloop.c sshconnect2.c]
     reapply rekeying chage, tested by henning@, ok djm@

21 years ago - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)
djm [Wed, 9 Apr 2003 09:41:25 +0000 (09:41 +0000)] 
 - (djm) Make the spec work with Redhat 9.0 (which renames sharutils)

21 years ago - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
djm [Wed, 9 Apr 2003 09:40:33 +0000 (09:40 +0000)] 
 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
   from matth@eecs.berkeley.edu

21 years ago - (bal) if IP_TOS is not found or broken don't try to compile in
mouring [Wed, 2 Apr 2003 15:18:22 +0000 (15:18 +0000)] 
 - (bal) if IP_TOS is not found or broken don't try to compile in
   packet_set_tos() function call.  bug #527

21 years ago - (djm) Release 3.6.1p1 V_3_6_1_P1
djm [Tue, 1 Apr 2003 11:47:16 +0000 (11:47 +0000)] 
 - (djm) Release 3.6.1p1

21 years ago - (djm) Crank spec file versions
djm [Tue, 1 Apr 2003 11:46:53 +0000 (11:46 +0000)] 
 - (djm) Crank spec file versions

21 years ago - markus@cvs.openbsd.org 2003/04/01 10:56:46
djm [Tue, 1 Apr 2003 11:45:26 +0000 (11:45 +0000)] 
   - markus@cvs.openbsd.org 2003/04/01 10:56:46
     [version.h]
     3.6.1

21 years ago - markus@cvs.openbsd.org 2003/04/01 10:31:26
djm [Tue, 1 Apr 2003 11:44:37 +0000 (11:44 +0000)] 
   - markus@cvs.openbsd.org 2003/04/01 10:31:26
     [compat.c compat.h kex.c]
     bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
     tested by ho@ and myself

21 years ago - markus@cvs.openbsd.org 2003/04/01 10:10:23
djm [Tue, 1 Apr 2003 11:43:39 +0000 (11:43 +0000)] 
   - markus@cvs.openbsd.org 2003/04/01 10:10:23
     [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
     [readconf.h serverloop.c sshconnect2.c]
     rekeying bugfixes and automatic rekeying:
     * both client and server rekey _automatically_
           (a) after 2^31 packets, because after 2^32 packets
               the sequence number for packets wraps
           (b) after 2^(blocksize_in_bits/4) blocks
       (see: draft-ietf-secsh-newmodes-00.txt)
       (a) and (b) are _enabled_ by default, and only disabled for known
       openssh versions, that don't support rekeying properly.
     * client option 'RekeyLimit'
     * do not reply to requests during rekeying
   - markus@cvs.openbsd.org 2003/04/01 10:22:21
     [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
     [readconf.h serverloop.c sshconnect2.c]
     backout rekeying changes (for 3.6.1)

21 years ago - (djm) OpenBSD CVS Sync
djm [Tue, 1 Apr 2003 11:42:14 +0000 (11:42 +0000)] 
 - (djm) OpenBSD CVS Sync
   - jmc@cvs.openbsd.org 2003/03/28 10:11:43
     [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
     [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
     - killed whitespace
     - new sentence new line
     - .Bk for arguments
     ok markus@

21 years agolicense from samba
djm [Tue, 1 Apr 2003 11:31:56 +0000 (11:31 +0000)] 
license from samba

21 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 26 Mar 2003 05:01:11 +0000 (05:01 +0000)] 
 - (djm) OpenBSD CVS Sync
   - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
     [sftp-server.c]
     one last fix to the tree: race fix broke stuff; pr 3169;
     srp@srparish.net, help from djm

21 years ago - (djm) Fix getpeerid support for 64 bit BE systems. From
djm [Mon, 24 Mar 2003 22:07:52 +0000 (22:07 +0000)] 
 - (djm) Fix getpeerid support for 64 bit BE systems. From
    Arnd Bergmann <arndb@de.ibm.com>

21 years ago - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
djm [Mon, 24 Mar 2003 02:35:58 +0000 (02:35 +0000)] 
 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
   Report from murple@murple.net, diagnosis from dtucker@zip.com.au

21 years ago - (djm) OpenBSD CVS Sync
djm [Sun, 23 Mar 2003 22:12:09 +0000 (22:12 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/03/23 19:02:00
     [monitor.c]
     unbreak rekeying for privsep; ok millert@

21 years ago[contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files section
tim [Fri, 21 Mar 2003 04:50:41 +0000 (04:50 +0000)] 
[contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files section

21 years ago - (bal) Disable Privsep for Tru64 after pre-authentication due to issues
mouring [Fri, 21 Mar 2003 01:18:09 +0000 (01:18 +0000)] 
 - (bal) Disable Privsep for Tru64 after pre-authentication due to issues
   with SIA.  Also, clean up of tru64 support patch by Chris Adams
   <cmadams@hiwaay.net>

21 years ago - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
mouring [Fri, 21 Mar 2003 01:05:37 +0000 (01:05 +0000)] 
 - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
   guessing rules)

21 years ago - (bal) scp.c 'limit' conflicts with Cray. Rename to 'limitbw'
mouring [Fri, 21 Mar 2003 00:55:32 +0000 (00:55 +0000)] 
 - (bal) scp.c 'limit' conflicts with Cray.  Rename to 'limitbw'

21 years ago - (bal) The days of lack of int64_t support are over. Sorry kids.
mouring [Fri, 21 Mar 2003 00:34:34 +0000 (00:34 +0000)] 
 - (bal) The days of lack of int64_t support are over.  Sorry kids.

21 years agoBuild gtk2 askpass by default (instead of old GNOME one)
djm [Thu, 20 Mar 2003 00:05:10 +0000 (00:05 +0000)] 
Build gtk2 askpass by default (instead of old GNOME one)

21 years agoBump RPM versions
djm [Wed, 19 Mar 2003 23:52:14 +0000 (23:52 +0000)] 
Bump RPM versions

21 years ago - markus@cvs.openbsd.org 2003/03/17 11:43:47
djm [Wed, 19 Mar 2003 23:11:34 +0000 (23:11 +0000)] 
   - markus@cvs.openbsd.org 2003/03/17 11:43:47
     [version.h]
     enter 3.6

21 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 19 Mar 2003 23:08:05 +0000 (23:08 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/03/17 10:38:38
     [progressmeter.c]
     don't print \n if backgrounded; from ho@

21 years ago[configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
tim [Tue, 18 Mar 2003 18:21:40 +0000 (18:21 +0000)] 
[configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au>

21 years ago - (djm) Fix return value checks for RAND_bytes. Report from
djm [Mon, 17 Mar 2003 05:13:53 +0000 (05:13 +0000)] 
 - (djm) Fix return value checks for RAND_bytes. Report from
   Steve G <linux_4ever@yahoo.com>

21 years ago - markus@cvs.openbsd.org 2003/03/13 11:44:50
djm [Sat, 15 Mar 2003 00:37:09 +0000 (00:37 +0000)] 
   - markus@cvs.openbsd.org 2003/03/13 11:44:50
     [ssh-agent.c]
     ssh-agent is similar to ssh-keysign (allows other processes to use
     private rsa keys). however, it gets key over socket and not from
     a file, so we have to do blinding here as well.

21 years ago - (djm) OpenBSD CVS Sync
djm [Sat, 15 Mar 2003 00:36:18 +0000 (00:36 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/03/13 11:42:19
     [authfile.c ssh-keysign.c]
     move RSA_blinding_on to generic key load method

21 years agoFix bug #
djm [Wed, 12 Mar 2003 22:42:51 +0000 (22:42 +0000)] 
Fix bug #

21 years ago - (djm) AIX package builder update from dtucker@zip.com.au
djm [Mon, 10 Mar 2003 01:10:45 +0000 (01:10 +0000)] 
 - (djm) AIX package builder update from dtucker@zip.com.au

21 years ago - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and
djm [Mon, 10 Mar 2003 00:38:10 +0000 (00:38 +0000)] 
 - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ and
   dtucker@zip.com.au

21 years ago - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/
djm [Mon, 10 Mar 2003 00:23:06 +0000 (00:23 +0000)] 
 - (djm) One more portable-specific one from dlheine@suif.Stanford.EDU/
   CLOUSEAU

21 years ago- (djm) OpenBSD CVS Sync
djm [Mon, 10 Mar 2003 00:21:17 +0000 (00:21 +0000)] 
- (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/03/05 22:33:43
     [channels.c monitor.c scp.c session.c sftp-client.c sftp-int.c]
     [sftp-server.c ssh-add.c sshconnect2.c]
     fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@

21 years agoduh
djm [Tue, 25 Feb 2003 03:32:16 +0000 (03:32 +0000)] 
duh

21 years agome <- idiot
djm [Mon, 24 Feb 2003 23:25:12 +0000 (23:25 +0000)] 
me <- idiot

21 years ago - (djm) Fix some compile errors spotted by dtucker and his fabulous
djm [Mon, 24 Feb 2003 23:22:35 +0000 (23:22 +0000)] 
 - (djm) Fix some compile errors spotted by dtucker and his fabulous
   tinderbox

21 years ago - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com
djm [Mon, 24 Feb 2003 04:45:42 +0000 (04:45 +0000)] 
 - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com

21 years ago - (djm) Bug #494: Allow multiple accounts on Windows 9x/Me;
djm [Mon, 24 Feb 2003 02:04:01 +0000 (02:04 +0000)] 
 - (djm) Bug #494: Allow multiple accounts on Windows 9x/Me;
   From vinschen@redhat.com

21 years ago - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc
djm [Mon, 24 Feb 2003 01:55:55 +0000 (01:55 +0000)] 
 - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc

21 years ago - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeter
djm [Mon, 24 Feb 2003 01:47:15 +0000 (01:47 +0000)] 
 - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeter

21 years ago - (djm) Bug #501: gai_strerror should return char*;
djm [Mon, 24 Feb 2003 01:35:08 +0000 (01:35 +0000)] 
 - (djm) Bug #501: gai_strerror should return char*;
   fix from dtucker@zip.com.au

21 years ago - (djm) Add new object files to Makefile and reorder
djm [Mon, 24 Feb 2003 01:18:46 +0000 (01:18 +0000)] 
 - (djm) Add new object files to Makefile and reorder

21 years ago - mpech@cvs.openbsd.org 2003/02/21 10:34:48
djm [Mon, 24 Feb 2003 01:05:18 +0000 (01:05 +0000)] 
   - mpech@cvs.openbsd.org 2003/02/21 10:34:48
     [auth-krb4.c]
     ...sizeof(&adat.session) is not good here.
     henning@, deraadt@, millert@

21 years ago - markus@cvs.openbsd.org 2003/02/21 09:05:53
djm [Mon, 24 Feb 2003 01:04:33 +0000 (01:04 +0000)] 
   - markus@cvs.openbsd.org 2003/02/21 09:05:53
     [servconf.c]
     print sshd_config filename in debug2 mode.

21 years ago - markus@cvs.openbsd.org 2003/02/16 17:30:33
djm [Mon, 24 Feb 2003 01:03:38 +0000 (01:03 +0000)] 
   - markus@cvs.openbsd.org 2003/02/16 17:30:33
     [monitor.c monitor_wrap.c]
     fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@

21 years ago - markus@cvs.openbsd.org 2003/02/16 17:09:57
djm [Mon, 24 Feb 2003 01:03:03 +0000 (01:03 +0000)] 
   - markus@cvs.openbsd.org 2003/02/16 17:09:57
     [kex.c kexdh.c kexgex.c kex.h sshconnect2.c sshd.c ssh-keyscan.c]
     split kex into client and server code, no need to link
     server code into the client; ok provos@

21 years ago - markus@cvs.openbsd.org 2003/02/12 21:39:50
djm [Mon, 24 Feb 2003 01:02:12 +0000 (01:02 +0000)] 
   - markus@cvs.openbsd.org 2003/02/12 21:39:50
     [crc32.c crc32.h]
     replace crc32.c with a BSD licensed version; noted by David Turner

21 years ago - markus@cvs.openbsd.org 2003/02/12 09:33:04
djm [Mon, 24 Feb 2003 01:01:40 +0000 (01:01 +0000)] 
   - markus@cvs.openbsd.org 2003/02/12 09:33:04
     [key.c key.h ssh-dss.c ssh-rsa.c]
     merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@

21 years ago - markus@cvs.openbsd.org 2003/02/10 11:51:47
djm [Mon, 24 Feb 2003 01:00:16 +0000 (01:00 +0000)] 
   - markus@cvs.openbsd.org 2003/02/10 11:51:47
     [ssh-add.1]
     xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490

21 years ago - markus@cvs.openbsd.org 2003/02/06 21:22:43
djm [Mon, 24 Feb 2003 00:59:26 +0000 (00:59 +0000)] 
   - markus@cvs.openbsd.org 2003/02/06 21:22:43
     [auth1.c auth2.c]
     undo broken fix for #387, fixes #486

21 years ago - markus@cvs.openbsd.org 2003/02/06 09:29:18
djm [Mon, 24 Feb 2003 00:58:44 +0000 (00:58 +0000)] 
   - markus@cvs.openbsd.org 2003/02/06 09:29:18
     [sftp-server.c]
     fix races in rename/symlink; from Tony Finch; ok djm@

21 years ago - markus@cvs.openbsd.org 2003/02/06 09:27:29
djm [Mon, 24 Feb 2003 00:57:32 +0000 (00:57 +0000)] 
   - markus@cvs.openbsd.org 2003/02/06 09:27:29
     [ssh.c ssh_config.5]
     support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@

21 years ago - markus@cvs.openbsd.org 2003/02/06 09:26:23
djm [Mon, 24 Feb 2003 00:57:01 +0000 (00:57 +0000)] 
   - markus@cvs.openbsd.org 2003/02/06 09:26:23
     [session.c]
     missing call to setproctitle() after authentication; ok provos@

21 years ago - markus@cvs.openbsd.org 2003/02/05 09:02:28
djm [Mon, 24 Feb 2003 00:56:27 +0000 (00:56 +0000)] 
   - markus@cvs.openbsd.org 2003/02/05 09:02:28
     [readconf.c]
     simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@

21 years ago - markus@cvs.openbsd.org 2003/02/04 09:33:22
djm [Mon, 24 Feb 2003 00:55:46 +0000 (00:55 +0000)] 
   - markus@cvs.openbsd.org 2003/02/04 09:33:22
     [monitor.c monitor_wrap.c]
     skey/bsdauth: use 0 to indicate failure instead of -1, because
     the buffer API only supports unsigned ints.

21 years ago - markus@cvs.openbsd.org 2003/02/04 09:32:08
djm [Mon, 24 Feb 2003 00:54:57 +0000 (00:54 +0000)] 
   - markus@cvs.openbsd.org 2003/02/04 09:32:08
     [key.c]
     better debug3 message

21 years ago - markus@cvs.openbsd.org 2003/02/03 08:56:16
djm [Mon, 24 Feb 2003 00:54:10 +0000 (00:54 +0000)] 
   - markus@cvs.openbsd.org 2003/02/03 08:56:16
     [sshpty.c]
     don't call error() for readonly /dev; from soekris list; ok mcbride,
     henning, deraadt.

21 years ago - markus@cvs.openbsd.org 2003/02/02 10:56:08
djm [Mon, 24 Feb 2003 00:53:32 +0000 (00:53 +0000)] 
   - markus@cvs.openbsd.org 2003/02/02 10:56:08
     [kex.c]
     add support for key exchange guesses; based on work by
     avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@

21 years ago - markus@cvs.openbsd.org 2003/02/02 10:51:13
djm [Mon, 24 Feb 2003 00:52:58 +0000 (00:52 +0000)] 
   - markus@cvs.openbsd.org 2003/02/02 10:51:13
     [scp.c]
     call okname() only when using system(3) for remote-remote copy;
     fixes bugs #483, #472; ok deraadt@, mouring@

21 years ago - jmc@cvs.openbsd.org 2003/01/31 21:54:40
djm [Mon, 24 Feb 2003 00:52:26 +0000 (00:52 +0000)] 
   - jmc@cvs.openbsd.org 2003/01/31 21:54:40
     [sshd.8]
     typos; sshd(8): help and ok markus@
     help and ok millert@

21 years ago - stevesk@cvs.openbsd.org 2003/01/28 17:24:51
djm [Mon, 24 Feb 2003 00:51:32 +0000 (00:51 +0000)] 
   - stevesk@cvs.openbsd.org 2003/01/28 17:24:51
     [scp.1]
     remove example not pertinent with -1 addition; ok markus@

21 years ago - markus@cvs.openbsd.org 2003/01/28 16:11:52
djm [Mon, 24 Feb 2003 00:50:50 +0000 (00:50 +0000)] 
   - markus@cvs.openbsd.org 2003/01/28 16:11:52
     [scp.1]
     document -l; pekkas@netcore.fi

21 years ago - (djm) OpenBSD CVS Sync
djm [Mon, 24 Feb 2003 00:50:18 +0000 (00:50 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2003/01/27 17:06:31
     [sshd.c]
     more specific error message when /var/empty has wrong permissions;
     bug #46, map@appgate.com; ok henning@, provos@, stevesk@

21 years ago - (djm) Tweak gnome-ssh-askpass2:
djm [Mon, 24 Feb 2003 00:48:22 +0000 (00:48 +0000)] 
 - (djm) Tweak gnome-ssh-askpass2:
   - Retry kb and mouse grab a couple of times, so passphrase dialog doesn't
     immediately fail if you are doing something else when it appears (e.g.
     dragging a window)
   - Perform server grab after we have the keyboard and/or pointer to avoid
     races.

21 years ago - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
djm [Mon, 10 Feb 2003 23:04:03 +0000 (23:04 +0000)] 
 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com

21 years ago - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a
djm [Wed, 5 Feb 2003 23:50:42 +0000 (23:50 +0000)] 
 - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a
   string service name. Suggested by markus@, review by itojun@

21 years ago - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by
mouring [Sat, 1 Feb 2003 04:43:34 +0000 (04:43 +0000)] 
 - (bal) AIX 4.2.1 lacks nanosleep().  Patch to use nsleep() provided by
   dtucker@zip.com.au

21 years ago - (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au
djm [Wed, 29 Jan 2003 23:20:56 +0000 (23:20 +0000)] 
 - (djm) Unbreak root password auth. Spotted by dtucker@zip.com.au

21 years ago - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
djm [Tue, 28 Jan 2003 00:33:42 +0000 (00:33 +0000)] 
 - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
   and openssh-unix-dev@thewrittenword.com

21 years ago - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for
mouring [Mon, 27 Jan 2003 21:15:10 +0000 (21:15 +0000)] 
 - (bal) Bugzilla 477 patch by wendyp@cray.com.  Define TIOCGPGRP for
   cray.  Also removed test for tcgetpgrp in configure.ac since it
   is no longer used.

21 years ago - (djm) Add TIMEVAL_TO_TIMESPEC macros
djm [Fri, 24 Jan 2003 00:50:32 +0000 (00:50 +0000)] 
 - (djm) Add TIMEVAL_TO_TIMESPEC macros

21 years ago - markus@cvs.openbsd.org 2003/01/23 14:06:15
djm [Fri, 24 Jan 2003 00:37:38 +0000 (00:37 +0000)] 
   - markus@cvs.openbsd.org 2003/01/23 14:06:15
     [scp.1 scp.c]
     scp -12; Sam Smith and others; ok provos@, deraadt@

21 years ago - markus@cvs.openbsd.org 2003/01/23 14:01:53
djm [Fri, 24 Jan 2003 00:36:58 +0000 (00:36 +0000)] 
   - markus@cvs.openbsd.org 2003/01/23 14:01:53
     [scp.c]
     bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@

21 years ago - markus@cvs.openbsd.org 2003/01/23 13:50:27
djm [Fri, 24 Jan 2003 00:36:23 +0000 (00:36 +0000)] 
   - markus@cvs.openbsd.org 2003/01/23 13:50:27
     [authfd.c authfd.h readpass.c ssh-add.1 ssh-add.c ssh-agent.c]
     ssh-add -c, prompt user for confirmation (using ssh-askpass) when
     private agent key is used; with djm@; test by dugsong@, djm@;
     ok deraadt@

21 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 24 Jan 2003 00:34:52 +0000 (00:34 +0000)] 
 - (djm) OpenBSD CVS Sync
   - jmc@cvs.openbsd.org 2003/01/23 08:58:47
     [sshd_config.5]
     typos; ok millert@

21 years ago - (djm) OpenBSD CVS Sync
djm [Thu, 23 Jan 2003 06:41:20 +0000 (06:41 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2003/01/23 00:03:00
     [auth1.c]
     Don't log TIS auth response; "get rid of it" - markus@

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