]> andersk Git - openssh.git/log
openssh.git
23 years ago - OpenBSD CVS Sync:
djm [Mon, 19 Feb 2001 10:51:08 +0000 (10:51 +0000)] 
 - OpenBSD CVS Sync:
   - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
     [sftp.1]
     typo
   - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
     [ssh.c]
     cleanup -V output; noted by millert
   - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
     [sshd.8]
     it's the OpenSSH one
   - markus@cvs.openbsd.org  2001/02/18 11:33:54
     [dispatch.c]
     typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
   - markus@cvs.openbsd.org  2001/02/19 02:53:32
     [compat.c compat.h serverloop.c]
     ssh-1.2.{18-22} has broken handling of ignore messages; report from
     itojun@
   - markus@cvs.openbsd.org  2001/02/19 03:35:23
     [version.h]
     OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
   - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
     [scp.c]
     np is changed by recursion; vinschen@redhat.com

23 years ago - (djm) Rework search for OpenSSL location. Skip directories which don't V_2_5_0_P1
djm [Mon, 19 Feb 2001 01:56:39 +0000 (01:56 +0000)] 
 - (djm) Rework search for OpenSSL location. Skip directories which don't
   exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
   with its limit of 6 -L options.

23 years ago - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
mouring [Sun, 18 Feb 2001 19:13:33 +0000 (19:13 +0000)] 
 - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
   pty.[ch] -> sshpty.[ch]

23 years agoForgot to commit Changelog
djm [Sun, 18 Feb 2001 12:50:38 +0000 (12:50 +0000)] 
Forgot to commit Changelog

 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
   enable with --with-bsd-auth.

23 years ago - (stevesk) entropy.c: typo; should be SIGPIPE
stevesk [Sun, 18 Feb 2001 11:34:32 +0000 (11:34 +0000)] 
 - (stevesk) entropy.c: typo; should be SIGPIPE

23 years ago - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
djm [Sun, 18 Feb 2001 06:01:00 +0000 (06:01 +0000)] 
 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
   enable with --with-bsd-auth.

23 years ago - (djm) Update RPM spec files for 2.5.0p1
djm [Sun, 18 Feb 2001 04:43:07 +0000 (04:43 +0000)] 
 - (djm) Update RPM spec files for 2.5.0p1

23 years ago - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
djm [Sun, 18 Feb 2001 04:29:28 +0000 (04:29 +0000)] 
 - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
   a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
   Miller <Todd.Miller@courtesan.com>

23 years ago - (djm) Move entropy.c over to mysignal()
djm [Sun, 18 Feb 2001 04:28:11 +0000 (04:28 +0000)] 
 - (djm) Move entropy.c over to mysignal()

23 years agoAccidentally applied test code, revert
djm [Sun, 18 Feb 2001 04:23:10 +0000 (04:23 +0000)] 
Accidentally applied test code, revert

23 years ago - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
djm [Sun, 18 Feb 2001 04:18:43 +0000 (04:18 +0000)] 
 - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
   SIGALRM.

23 years ago - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
stevesk [Sun, 18 Feb 2001 03:55:16 +0000 (03:55 +0000)] 
 - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.

23 years ago - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
stevesk [Sun, 18 Feb 2001 03:42:02 +0000 (03:42 +0000)] 
 - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.

23 years ago - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
djm [Sun, 18 Feb 2001 02:07:07 +0000 (02:07 +0000)] 
 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
   <tim@multitalents.net>

23 years ago - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
djm [Sun, 18 Feb 2001 02:04:23 +0000 (02:04 +0000)] 
 - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
   SunOS)

23 years ago - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
djm [Sun, 18 Feb 2001 01:58:24 +0000 (01:58 +0000)] 
 - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>

23 years ago - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
djm [Sun, 18 Feb 2001 01:49:57 +0000 (01:49 +0000)] 
 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
   Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>

23 years ago - (djm) Use ttyname() to determine name of tty returned by openpty()
djm [Sun, 18 Feb 2001 01:49:35 +0000 (01:49 +0000)] 
 - (djm) Use ttyname() to determine name of tty returned by openpty()
   rather then risking overflow. Patch from Marek Michalkiewicz
   <marekm@amelek.gda.pl>

23 years ago - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
djm [Sun, 18 Feb 2001 01:44:29 +0000 (01:44 +0000)] 
 - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
   Todd C. Miller <Todd.Miller@courtesan.com>

23 years ago - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
djm [Sun, 18 Feb 2001 01:36:39 +0000 (01:36 +0000)] 
 - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
   Miskiewicz <misiek@pld.ORG.PL>

23 years ago - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
djm [Sun, 18 Feb 2001 01:30:55 +0000 (01:30 +0000)] 
 - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
   <vinschen@redhat.com> and myself.

23 years agoKNF
stevesk [Sat, 17 Feb 2001 17:10:16 +0000 (17:10 +0000)] 
KNF

23 years ago - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
mouring [Sat, 17 Feb 2001 16:51:07 +0000 (16:51 +0000)] 
 - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
   stevesk

23 years ago - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
mouring [Sat, 17 Feb 2001 16:47:47 +0000 (16:47 +0000)] 
 - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
   <tim@multitalents.net>

23 years agoRemoved 'build out of tree' line since it does. =)
mouring [Sat, 17 Feb 2001 01:04:37 +0000 (01:04 +0000)] 
Removed 'build out of tree' line since it does. =)

23 years agoOpenSSH 2.5.0 went gold in the OpenBSD tree.
mouring [Fri, 16 Feb 2001 20:01:29 +0000 (20:01 +0000)] 
OpenSSH 2.5.0 went gold in the OpenBSD tree.

23 years ago - markus@cvs.openbsd.org 2001/02/16 14:03:43
mouring [Fri, 16 Feb 2001 16:02:14 +0000 (16:02 +0000)] 
   - markus@cvs.openbsd.org 2001/02/16 14:03:43
     [session.c]
     proper payload-length check for x11 w/o screen-number

23 years ago- markus@cvs.openbsd.org 2001/02/16 13:38:18
mouring [Fri, 16 Feb 2001 15:56:31 +0000 (15:56 +0000)] 
- markus@cvs.openbsd.org 2001/02/16 13:38:18
  [channel.c]
  remove debug

23 years ago - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
stevesk [Fri, 16 Feb 2001 14:58:12 +0000 (14:58 +0000)] 
 - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
   needed on Unixware 2.x.

23 years ago#error no longer required, dealt with in configure.in now.
mouring [Fri, 16 Feb 2001 03:36:46 +0000 (03:36 +0000)] 
#error no longer required,  dealt with in configure.in now.

23 years agoKNF
djm [Fri, 16 Feb 2001 03:17:59 +0000 (03:17 +0000)] 
KNF

23 years agoKNF comment block
djm [Fri, 16 Feb 2001 02:03:04 +0000 (02:03 +0000)] 
KNF comment block

23 years ago - (djm) OpenBSD CVS:
djm [Fri, 16 Feb 2001 01:34:57 +0000 (01:34 +0000)] 
 - (djm) OpenBSD CVS:
   - markus@cvs.openbsd.org  2001/02/15 16:19:59
     [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
     [sshconnect1.c sshconnect2.c]
     genericize password padding function for SSH1 and SSH2.
     add stylized echo to 2, too.
 - (djm) Add roundup() macro to defines.h

23 years ago - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
djm [Fri, 16 Feb 2001 01:12:41 +0000 (01:12 +0000)] 
 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
   OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>

23 years ago - (djm) USE_PIPES for a few more sysv platforms
djm [Fri, 16 Feb 2001 01:05:39 +0000 (01:05 +0000)] 
 - (djm) USE_PIPES for a few more sysv platforms
 - (djm) Cleanup configure.in a little
 - (djm) Ask users to check config.log when we can't find necessary libs

23 years ago - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
djm [Fri, 16 Feb 2001 00:18:58 +0000 (00:18 +0000)] 
 - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
   Nalin Dahyabhai <nalin@redhat.com>
 - (djm) BSD license for gnome-ssh-askpass (was X11)
 - (djm) KNF on gnome-ssh-askpass

23 years ago - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
djm [Thu, 15 Feb 2001 23:18:12 +0000 (23:18 +0000)] 
 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
   Fixes linking on SCO.

23 years ago - (bal) Added DG/UX case and set that they have a broken IPTOS
mouring [Thu, 15 Feb 2001 18:34:29 +0000 (18:34 +0000)] 
 - (bal) Added DG/UX case and set that they have a broken IPTOS

23 years ago - (bal) added '--with-prce' to allow overriding of system regex when
mouring [Thu, 15 Feb 2001 18:16:22 +0000 (18:16 +0000)] 
 - (bal) added '--with-prce'  to allow overriding of system regex when
   required (tested by David Dulek <ddulek@fastenal.com>)

23 years ago - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
stevesk [Thu, 15 Feb 2001 17:27:15 +0000 (17:27 +0000)] 
   - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
     [serverloop.c]
     indent

23 years ago - (djm) Move to Jim's 1.2.0 X11 askpass program
djm [Thu, 15 Feb 2001 04:33:17 +0000 (04:33 +0000)] 
 - (djm) Move to Jim's 1.2.0 X11 askpass program

23 years ago - replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
mouring [Thu, 15 Feb 2001 03:50:49 +0000 (03:50 +0000)] 
 - replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.

23 years agoChecking for stdarg.h is not required any more.
mouring [Thu, 15 Feb 2001 03:46:28 +0000 (03:46 +0000)] 
Checking for stdarg.h is not required any more.

23 years ago - djm@cvs.openbsd.org 2001/02/14 9:46:03
mouring [Thu, 15 Feb 2001 03:22:45 +0000 (03:22 +0000)] 
  - djm@cvs.openbsd.org 2001/02/14 9:46:03
    [sftp-client.c sftp-int.c sftp.1]
    Fix and document 'preserve modes & times' option ('-p' flag in sftp);
    ok markus@

23 years ago - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
mouring [Thu, 15 Feb 2001 03:19:56 +0000 (03:19 +0000)] 
  - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
    [sftp-int.c]
    lumask now works with 1 numeric arg; ok markus@, djm@

23 years ago - markus@cvs.openbsd.org 2001/02/12 23:26:20
mouring [Thu, 15 Feb 2001 03:17:13 +0000 (03:17 +0000)] 
  - markus@cvs.openbsd.org 2001/02/12 23:26:20
    [sshd.c]
    missing memset; from solar@openwall.com

23 years ago - markus@cvs.openssh.org 2001/02/13 22:49:40
mouring [Thu, 15 Feb 2001 03:14:11 +0000 (03:14 +0000)] 
  - markus@cvs.openssh.org 2001/02/13 22:49:40
    [auth1.c auth2.c]
    setproctitle(user) only if getpwnam succeeds

23 years ago - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
mouring [Thu, 15 Feb 2001 03:12:08 +0000 (03:12 +0000)] 
  - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
     [clientloop.c packet.c ssh-keyscan.c]
     deal with EAGAIN/EINTR selects which were skipped

23 years ago - markus@cvs.openbsd.org 2001/02/12 16:16:23
mouring [Thu, 15 Feb 2001 03:08:27 +0000 (03:08 +0000)] 
   - markus@cvs.openbsd.org 2001/02/12 16:16:23
     [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
      ssh-keygen.c sshd.8]
     PermitRootLogin={yes,without-password,forced-commands-only,no}
     (before this change, root could login even if PermitRootLogin==no)

23 years ago - markus@cvs.openbsd.org 2001/02/11 12:59:25
mouring [Thu, 15 Feb 2001 03:01:59 +0000 (03:01 +0000)] 
   - markus@cvs.openbsd.org 2001/02/11 12:59:25
     [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
      sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
     1) clean up the MAC support for SSH-2
     2) allow you to specify the MAC with 'ssh -m'
     3) or the 'MACs' keyword in ssh(d)_config
     4) add hmac-{md5,sha1}-96
             ok stevesk@, provos@

23 years ago - markus@cvs.openbsd.org 2001/02/12 12:45:06
mouring [Thu, 15 Feb 2001 02:36:46 +0000 (02:36 +0000)] 
   - markus@cvs.openbsd.org 2001/02/12 12:45:06
     [sshconnect1.c]
     fix xmalloc(0), ok dugsong@

23 years ago - (djm) Clean up PAM namespace. Suggested by Darren Moffat
djm [Thu, 15 Feb 2001 00:51:32 +0000 (00:51 +0000)] 
 - (djm) Clean up PAM namespace. Suggested by Darren Moffat
   <Darren.Moffat@eng.sun.com>

23 years ago - (djm) Move PAM session setup back to before setuid to user. Fixes
djm [Thu, 15 Feb 2001 00:32:15 +0000 (00:32 +0000)] 
 - (djm) Move PAM session setup back to before setuid to user. Fixes
   problems on Solaris-derived PAMs.

23 years ago - (stevesk) fix for SIA patch, misplaced session_setup_sia()
stevesk [Tue, 13 Feb 2001 18:45:00 +0000 (18:45 +0000)] 
 - (stevesk) fix for SIA patch, misplaced session_setup_sia()

23 years ago - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
djm [Tue, 13 Feb 2001 14:25:23 +0000 (14:25 +0000)] 
 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
   <cmadams@hiwaay.net> with a little modification and KNF.

23 years ago - (bal) Missing function prototype in bsd-snprintf.c patch by
mouring [Tue, 13 Feb 2001 14:05:59 +0000 (14:05 +0000)] 
 - (bal) Missing function prototype in bsd-snprintf.c patch by
   Mark Miller <markm@swoon.net>

23 years ago - (djm) Move PAM session initialisation until after fork in sshd. Patch
djm [Tue, 13 Feb 2001 13:45:51 +0000 (13:45 +0000)] 
 - (djm) Move PAM session initialisation until after fork in sshd. Patch
   from Nalin Dahyabhai <nalin@redhat.com>

23 years ago - (djm) Don't try to close PAM session or delete credentials if the
djm [Tue, 13 Feb 2001 13:43:55 +0000 (13:43 +0000)] 
 - (djm) Don't try to close PAM session or delete credentials if the
   session has not been open or credentials not set. Based on patch from
   Andrew Bartlett <abartlet@pcug.org.au>

23 years ago - (stevesk) auth1.c: fix PAM passwordless check.
stevesk [Tue, 13 Feb 2001 11:26:21 +0000 (11:26 +0000)] 
 - (stevesk) auth1.c: fix PAM passwordless check.

23 years ago - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
mouring [Tue, 13 Feb 2001 02:40:56 +0000 (02:40 +0000)] 
 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
   Tim Rice <tim@multitalents.net>

23 years ago - (bal) Cleaned out bsd-snprintf.c. VARARGS have been banished and
mouring [Tue, 13 Feb 2001 02:18:50 +0000 (02:18 +0000)] 
 - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
   I did a base KNF over the whe whole file to make it more acceptable.
   (backed out of original patch and removed it from ChangeLog)

This has been a long time coming.  If we decide that we need VARARGS support
we should do it at a higher level, since no where else do we support VARARGS
in the code base.

23 years ago - (djm) Only test -S potential EGD sockets if they exist and are readable.
djm [Tue, 13 Feb 2001 01:11:17 +0000 (01:11 +0000)] 
 - (djm) Only test -S potential EGD sockets if they exist and are readable.

23 years ago - (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h.
mouring [Mon, 12 Feb 2001 15:57:18 +0000 (15:57 +0000)] 
 - (bal) added NeXT work around for bsd-snprintf.c in bsd-nextstep.h.
 - (bal) added TODO item to clean up and sort out 'varargs' from 'stdargs'

23 years ago - (stevesk) session.c: remove debugging code.
stevesk [Mon, 12 Feb 2001 15:07:52 +0000 (15:07 +0000)] 
 - (stevesk) session.c: remove debugging code.

23 years ago - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
mouring [Mon, 12 Feb 2001 07:29:45 +0000 (07:29 +0000)] 
 - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>

23 years ago - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
djm [Mon, 12 Feb 2001 07:02:23 +0000 (07:02 +0000)] 
 - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
   <mib@unimelb.edu.au>

23 years ago - (djm) Clean up PCRE text in INSTALL
djm [Mon, 12 Feb 2001 00:15:41 +0000 (00:15 +0000)] 
 - (djm) Clean up PCRE text in INSTALL

23 years ago - (djm) Update Redhat specfile to allow --define "skip_x11_askpass
djm [Sun, 11 Feb 2001 22:34:17 +0000 (22:34 +0000)] 
 - (djm) Update Redhat specfile to allow --define "skip_x11_askpass
   --define "skip_gnome_askpass 1", --define "rh7 1" and make the
   implicit rpm-3.0.5 dependancy explicit. Patch and suggestions fro
   Pekka Savola <pekkas@netcore.fi>

23 years ago - (stevesk) compat.c: more friendly cpp error
stevesk [Sun, 11 Feb 2001 18:49:23 +0000 (18:49 +0000)] 
 - (stevesk) compat.c: more friendly cpp error

23 years ago - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
stevesk [Sun, 11 Feb 2001 16:43:05 +0000 (16:43 +0000)] 
   - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
     [LICENSE]
     typos and small cleanup; ok deraadt@

23 years ago - (stevesk) misc.c: ssh.h not needed.
stevesk [Sun, 11 Feb 2001 14:34:10 +0000 (14:34 +0000)] 
 - (stevesk) misc.c: ssh.h not needed.

23 years agosmall format sync.
stevesk [Sun, 11 Feb 2001 14:19:40 +0000 (14:19 +0000)] 
small format sync.

23 years agomissed session.c part of:
stevesk [Sun, 11 Feb 2001 14:12:08 +0000 (14:12 +0000)] 
missed session.c part of:

   - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
     [session.c sftp-client.c]
     %i -> %d

23 years agomissed sshconnect.c part of:
stevesk [Sun, 11 Feb 2001 13:56:43 +0000 (13:56 +0000)] 
missed sshconnect.c part of:

   - itojun@cvs.opebsd.org 2001/02/08 10:47:05
     [sshconnect.c sshconnect1.c sshconnect2.c]
     %.30s is too short for IPv6 numeric address.  use %.128s for now.
     markus ok

23 years agoOops - missed a bit of previous diff
djm [Sun, 11 Feb 2001 11:39:19 +0000 (11:39 +0000)] 
Oops - missed a bit of previous diff

23 years ago - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
djm [Sun, 11 Feb 2001 11:35:11 +0000 (11:35 +0000)] 
 - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
   <abartlet@pcug.org.au>

23 years agoOops, #include <resolv.h> mistakenly reappeared in.
mouring [Sun, 11 Feb 2001 00:05:05 +0000 (00:05 +0000)] 
Oops,  #include <resolv.h> mistakenly reappeared in.

23 years ago - itojun@cvs.opebsd.org 2001/02/08 10:47:05
mouring [Sun, 11 Feb 2001 00:00:24 +0000 (00:00 +0000)] 
   - itojun@cvs.opebsd.org 2001/02/08 10:47:05
     [sshconnect1.c sshconnect2.c]
     %.30s is too short for IPv6 numeric address.  use %.128s for now.
     markus ok

23 years ago - (bal) A bit more whitespace cleanup
mouring [Sat, 10 Feb 2001 23:56:35 +0000 (23:56 +0000)] 
 - (bal) A bit more whitespace cleanup

23 years ago - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
mouring [Sat, 10 Feb 2001 23:44:47 +0000 (23:44 +0000)] 
   - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
     [serverloop.c sshconnect1.c]
     mitigate SSH1 traffic analysis - from Solar Designer
     <solar@openwall.com>, ok provos@

23 years agoUseless CVS ID Update.
mouring [Sat, 10 Feb 2001 23:40:31 +0000 (23:40 +0000)] 
Useless CVS ID Update.

23 years ago - deraadt 2001/02/07 8:57:26
mouring [Sat, 10 Feb 2001 23:34:54 +0000 (23:34 +0000)] 
   - deraadt 2001/02/07 8:57:26
     [xmalloc.c]
     deal with new ANSI malloc stuff
   - markus@cvs.openbsd.org 2001/02/07 16:46:08
     [xmalloc.c]
     typo in fatal()
   - itojun@cvs.openbsd.org 2001/02/07 18:04:50
     [xmalloc.c]
     fix size_t -> int cast (use u_long).  markus ok

23 years ago - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
mouring [Sat, 10 Feb 2001 23:30:16 +0000 (23:30 +0000)] 
 - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.

23 years ago - djm@cvs.openbsd.org 2001/02/04 21:26:07
mouring [Sat, 10 Feb 2001 23:26:35 +0000 (23:26 +0000)] 
   - djm@cvs.openbsd.org 2001/02/04 21:26:07
     [sshd_config]
     type: ok markus@
   - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
     [sshd_config]
     enable sftp-server by default

23 years ago - markus@cvs.openbsd.org 2001/02/08 22:35:30
mouring [Sat, 10 Feb 2001 23:21:09 +0000 (23:21 +0000)] 
   - markus@cvs.openbsd.org 2001/02/08 22:35:30
     [sshconnect.c]
     don't connect if batch_mode is true and stricthostkeychecking set to
    'ask'

23 years ago - itojun@cvs.openbsd.org 2001/02/07 18:04:50
mouring [Sat, 10 Feb 2001 23:18:11 +0000 (23:18 +0000)] 
   - itojun@cvs.openbsd.org 2001/02/07 18:04:50
     [ssh-keyscan.c]
     fix size_t -> int cast (use u_long).  markus ok
   - markus@cvs.openbsd.org 2001/02/07 22:43:16
     [ssh-keyscan.c]
     s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
   - itojun@cvs.openbsd.org 2001/02/09 9:04:59
     [ssh-keyscan.c]
     do not assume malloc() returns zero-filled region.  found by
     malloc.conf=AJ.

23 years ago - itojun@cvs.openbsd.org 2001/02/08 19:30:52
mouring [Sat, 10 Feb 2001 23:13:41 +0000 (23:13 +0000)] 
   - itojun@cvs.openbsd.org 2001/02/08 19:30:52
     sync with netbsd tree changes.
     - more strict prototypes, include necessary headers
     - use paths.h/pathnames.h decls
     - size_t typecase to int -> u_long

23 years agoSync CVS ID w/ OpenBSD
mouring [Sat, 10 Feb 2001 23:10:33 +0000 (23:10 +0000)] 
Sync CVS ID w/ OpenBSD

23 years agoSynced w/ OpenBSD
mouring [Sat, 10 Feb 2001 23:06:02 +0000 (23:06 +0000)] 
Synced w/ OpenBSD

23 years agomissed type casing with %8llu change
mouring [Sat, 10 Feb 2001 23:02:23 +0000 (23:02 +0000)] 
missed type casing with %8llu change

23 years ago - (bal) sftp-sever.c '%8lld' to '%8llu' (OpenBSD Sync)
mouring [Sat, 10 Feb 2001 23:00:22 +0000 (23:00 +0000)] 
 - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)

23 years agoCVS Sync with OpenBSD
mouring [Sat, 10 Feb 2001 22:57:44 +0000 (22:57 +0000)] 
CVS Sync with OpenBSD

23 years ago - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
mouring [Sat, 10 Feb 2001 22:50:09 +0000 (22:50 +0000)] 
   - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
     [readconf.c]
     snprintf

23 years ago - markus@cvs.openbsd.org 2001/02/06 22:43:02
mouring [Sat, 10 Feb 2001 22:44:12 +0000 (22:44 +0000)] 
   - markus@cvs.openbsd.org 2001/02/06 22:43:02
     [clientloop.h]
     remove confusing callback code

23 years ago - markus@cvs.openbsd.org 2001/02/08 21:58:28
mouring [Sat, 10 Feb 2001 22:33:19 +0000 (22:33 +0000)] 
   - markus@cvs.openbsd.org 2001/02/08 21:58:28
     [channels.c]
     nuke sprintf, ok deraadt@

23 years ago - markus@cvs.openbsd.org 2001/02/09 13:38:07
mouring [Sat, 10 Feb 2001 22:27:19 +0000 (22:27 +0000)] 
   - markus@cvs.openbsd.org 2001/02/09 13:38:07
     [auth-options.c]
     reset options if no option is given; from han.holl@prismant.nl

23 years agoSync w/ OpenBSD
mouring [Sat, 10 Feb 2001 22:19:23 +0000 (22:19 +0000)] 
Sync w/ OpenBSD

23 years ago - markus@cvs.openbsd.org 2001/02/06 22:26:17
mouring [Sat, 10 Feb 2001 22:16:41 +0000 (22:16 +0000)] 
   - markus@cvs.openbsd.org 2001/02/06 22:26:17
     [sshconnect2.c]
     do not ask for passphrase in batch mode; report from ejb@ql.org
   - itojun@cvs.opebsd.org 2001/02/08 10:47:05
     [sshconnect2.c]
     %.30s is too short for IPv6 numeric address.  use %.128s for now.
     markus ok
   - markus@cvs.openbsd.org 2001/02/09 12:28:35
     [sshconnect2.c]
     do not free twice, thanks to /etc/malloc.conf
   - markus@cvs.openbsd.org 2001/02/09 17:10:53
     [sshconnect2.c]
     partial success: debug->log; "Permission denied" if no more auth methods
   - markus@cvs.openbsd.org 2001/02/10 12:09:21
     [sshconnect2.c]
     remove some lines

23 years ago - markus@cvs.openbsd.org 2001/02/10 1:46:28
mouring [Sat, 10 Feb 2001 22:11:13 +0000 (22:11 +0000)] 
   - markus@cvs.openbsd.org 2001/02/10 1:46:28
     [ssh.c]
     remove mapping of argv[0] -> hostname

23 years ago - (bal) Synced ssh.1 w/ OpenBSD
mouring [Sat, 10 Feb 2001 22:08:03 +0000 (22:08 +0000)] 
 - (bal) Synced ssh.1 w/ OpenBSD

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