]> andersk Git - openssh.git/log
openssh.git
23 years agoAdd replace test -S
djm [Wed, 7 Feb 2001 23:47:43 +0000 (23:47 +0000)] 
Add replace test -S

23 years ago - (djm) Fix linking of sftp, don't need arc4random any more.
djm [Wed, 7 Feb 2001 23:07:08 +0000 (23:07 +0000)] 
 - (djm) Fix linking of sftp, don't need arc4random any more.
 - (djm) Try to use shell that supports "test -S" for EGD socket search.
   Based on patch from Tim Rice <tim@multitalents.net>

23 years ago - (djm) Don't delete external askpass program in make uninstall target.
djm [Wed, 7 Feb 2001 21:22:47 +0000 (21:22 +0000)] 
 - (djm) Don't delete external askpass program in make uninstall target.
   Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>

23 years agoCleanup, fix dates
djm [Wed, 7 Feb 2001 12:21:31 +0000 (12:21 +0000)] 
Cleanup, fix dates

23 years ago - (djm) Much KNF on PAM code
djm [Wed, 7 Feb 2001 01:58:33 +0000 (01:58 +0000)] 
 - (djm) Much KNF on PAM code
 - (djm) Revise auth-pam.c conversation function to be a little more readable.
 - (djm) Revise kbd-int PAM conversation function to fold all text messages
   to before first prompt. Fixes hangs if last pam_message did not require
   a reply.
 - (djm) Fix password changing when using PAM kbd-int authentication

23 years ago - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
mouring [Tue, 6 Feb 2001 22:54:30 +0000 (22:54 +0000)] 
 - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
   seem lose track of it while in openbsd-compat/  (two confirmed reports)

23 years ago* Remove HP/UX ssh2 signal comment.
mouring [Tue, 6 Feb 2001 04:03:33 +0000 (04:03 +0000)] 
* Remove HP/UX ssh2 signal comment.
* Added Todo item to verify groupaccess truly works under NeXTStep before
  enabling it since it is enclosed around POSIX wrappers.

23 years agoRCSID
stevesk [Mon, 5 Feb 2001 18:16:28 +0000 (18:16 +0000)] 
RCSID

23 years agoRCSID; whitespace
stevesk [Mon, 5 Feb 2001 15:43:59 +0000 (15:43 +0000)] 
RCSID; whitespace

23 years ago - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
stevesk [Mon, 5 Feb 2001 15:39:22 +0000 (15:39 +0000)] 
   - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
     [sftp-client.c sftp-server.c]
     make gcc on the alpha even happier

23 years ago - markus@cvs.openbsd.org 2001/01/31 13:48:09
stevesk [Mon, 5 Feb 2001 15:15:27 +0000 (15:15 +0000)] 
   - markus@cvs.openbsd.org  2001/01/31 13:48:09
     [sshconnect2.c]
     unused

23 years ago - markus@cvs.openbsd.org 2001/01/31 13:37:24
stevesk [Mon, 5 Feb 2001 14:54:34 +0000 (14:54 +0000)] 
   - markus@cvs.openbsd.org  2001/01/31 13:37:24
     [channels.c channels.h serverloop.c ssh.c]
     do not disconnect if local port forwarding fails, e.g. if port is already in
     use
   - markus@cvs.openbsd.org  2001/02/01 14:58:09
     [channels.c]
     use ipaddr in channel messages, ietf-secsh wants this
   - markus@cvs.openbsd.org  2001/01/31 12:26:20
     [channels.c]
     ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages;
     bug report from edmundo@rano.org

23 years ago - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
stevesk [Mon, 5 Feb 2001 14:22:50 +0000 (14:22 +0000)] 
   - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
     [scp.c sshd.c]
     alpha happiness
   - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
     [sshd.c]
     precedence; ok markus@
    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
     [ssh.c sshd.c]
     make the alpha happy

23 years ago - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
stevesk [Mon, 5 Feb 2001 13:57:36 +0000 (13:57 +0000)] 
   - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
     [auth2.c authfd.c packet.c]
     remove duplicate #include's; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/02/04 08:10:44
stevesk [Mon, 5 Feb 2001 13:47:11 +0000 (13:47 +0000)] 
   - markus@cvs.openbsd.org  2001/02/04 08:10:44
     [ssh.1]
     typo; dpo@club-internet.fr

23 years ago - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
stevesk [Mon, 5 Feb 2001 13:42:43 +0000 (13:42 +0000)] 
   - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
     [sftp-int.c]
     ? == help
   - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
     [sftp-int.c]
     sort commands, so that abbreviations work as expected
   - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
     [sftp-int.c]
     debugging sftp: precedence and missing break.  chmod, chown, chgrp
     seem to be working now.
   - markus@cvs.openbsd.org 2001/02/04 14:41:21
     [sftp-int.c]
     use base 8 for umask/chmod
   - markus@cvs.openbsd.org 2001/02/04 11:11:54
     [sftp-int.c]
     fix LCD

23 years ago - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
stevesk [Mon, 5 Feb 2001 13:24:35 +0000 (13:24 +0000)] 
   - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
     [sftp-server.c]
     SSH2_FILEXFER_ATTR_UIDGID support; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
stevesk [Mon, 5 Feb 2001 12:42:17 +0000 (12:42 +0000)] 
   - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
     [many files; did this manually to our top-level source dir]
     unexpand and remove end-of-line whitespace; ok markus@

23 years ago - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
mouring [Sun, 4 Feb 2001 21:57:11 +0000 (21:57 +0000)] 
 - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>

23 years agoOops.. =) mispelt NGROUPS_MAX.
mouring [Sun, 4 Feb 2001 20:44:01 +0000 (20:44 +0000)] 
Oops.. =) mispelt NGROUPS_MAX.

23 years ago20010105
mouring [Sun, 4 Feb 2001 20:27:44 +0000 (20:27 +0000)] 
20010105
 - (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
   that don't have NGROUP_MAX.

23 years ago - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevek@
djm [Sun, 4 Feb 2001 14:01:55 +0000 (14:01 +0000)] 
 - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevek@

23 years agodoh - Makefile.in
djm [Sun, 4 Feb 2001 13:54:23 +0000 (13:54 +0000)] 
doh - Makefile.in

23 years agoMore makefile.in stuff for sftp
djm [Sun, 4 Feb 2001 13:49:03 +0000 (13:49 +0000)] 
More makefile.in stuff for sftp

23 years ago - (stevesk) add mysignal() wrapper and use it for the protocol 2
stevesk [Sun, 4 Feb 2001 13:20:36 +0000 (13:20 +0000)] 
 - (stevesk) add mysignal() wrapper and use it for the protocol 2
   SIGCHLD handler.

23 years ago - (djm) Makefile.in fixes
djm [Sun, 4 Feb 2001 12:27:00 +0000 (12:27 +0000)] 
 - (djm) Makefile.in fixes

23 years agoNB: big update - may break stuff. Please test!
djm [Sun, 4 Feb 2001 12:20:18 +0000 (12:20 +0000)] 
NB: big update - may break stuff. Please test!

 - (djm) OpenBSD CVS sync:
   - markus@cvs.openbsd.org  2001/02/03 03:08:38
     [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
     [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
     [sshd_config]
     make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
   - markus@cvs.openbsd.org  2001/02/03 03:19:51
     [ssh.1 sshd.8 sshd_config]
     Skey is now called ChallengeResponse
   - markus@cvs.openbsd.org  2001/02/03 03:43:09
     [sshd.8]
     use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
     channel. note from Erik.Anggard@cygate.se (pr/1659)
   - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
     [ssh.1]
     typos; ok markus@
   - djm@cvs.openbsd.org     2001/02/04 04:11:56
     [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
     [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
     Basic interactive sftp client; ok theo@
 - (djm) Update RPM specs for new sftp binary
 - (djm) Update several bits for new optional reverse lookup stuff. I
   think I got them all.

23 years ago - (bal) next-posix.h changed to bsd-nextstep.h
mouring [Sun, 4 Feb 2001 09:41:33 +0000 (09:41 +0000)] 
 - (bal) next-posix.h changed to bsd-nextstep.h

23 years ago - (bal) Changed order of LIB="" in -with-skey due to library resolving.
mouring [Sat, 3 Feb 2001 22:15:00 +0000 (22:15 +0000)] 
 - (bal) Changed order of LIB="" in -with-skey due to library resolving.

23 years ago - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
mouring [Sat, 3 Feb 2001 21:58:12 +0000 (21:58 +0000)] 
 - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
   right.

23 years ago - (bal) Minor Makefile fix
mouring [Sat, 3 Feb 2001 21:53:47 +0000 (21:53 +0000)] 
 - (bal) Minor Makefile fix

23 years ago - (bal) I think this is the last of the bsd-*.h that don't belong.
mouring [Sat, 3 Feb 2001 21:31:22 +0000 (21:31 +0000)] 
 - (bal) I think this is the last of the bsd-*.h that don't belong.

23 years ago - (bal) Minor Makefile.in tweak. dirname may not exist on some
mouring [Sat, 3 Feb 2001 00:33:04 +0000 (00:33 +0000)] 
 - (bal) Minor Makefile.in tweak.  dirname may not exist on some
   platforms so builds fail.  (NeXT being a well known one)

23 years ago - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
mouring [Fri, 2 Feb 2001 19:03:13 +0000 (19:03 +0000)] 
 - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
   based file) to ensure #include space does not get confused.

23 years ago - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
mouring [Fri, 2 Feb 2001 18:58:33 +0000 (18:58 +0000)] 
 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>

23 years ago - (bal) Makefile fix to use $(MAKE) instead of 'make' for platforms
mouring [Fri, 2 Feb 2001 10:17:46 +0000 (10:17 +0000)] 
 - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
   that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>

23 years ago - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
mouring [Fri, 2 Feb 2001 00:00:54 +0000 (00:00 +0000)] 
 - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
   <vinschen@redhat.com>

23 years ago - (bal) Minor fix to Makefile to stop rebuilding executables if no
mouring [Thu, 1 Feb 2001 14:06:11 +0000 (14:06 +0000)] 
 - (bal) Minor fix to Makefile to stop rebuilding executables if no
   changes have occured to any of the supporting code.  Patch by
   Roumen Petrov <roumen.petrov@skalasoft.com>

23 years agoUpdated to do and removed entry for the reordering non-openbsd code.
mouring [Thu, 1 Feb 2001 00:44:48 +0000 (00:44 +0000)] 
Updated to do and removed entry for the reordering non-openbsd code.

23 years ago - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
mouring [Wed, 31 Jan 2001 22:19:26 +0000 (22:19 +0000)] 
 - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
   openbsd-compat/.  And resolve all ./configure and Makefile.in issues
   assocated.

.. Oops.. Missed one ..

23 years ago - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
mouring [Wed, 31 Jan 2001 21:52:01 +0000 (21:52 +0000)] 
 - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
   openbsd-compat/.  And resolve all ./configure and Makefile.in issues
   assocated.

Logic:

* All OpenBSD functions should have the same filename as in the OpenBSD
  tree

* All 'home brew' functions have bsd-* infront of them.

* All 'not really implemented' functions have fake-* infront of them.

23 years ago - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain PRE-REORDER
djm [Tue, 30 Jan 2001 23:50:49 +0000 (23:50 +0000)] 
 - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
   passwords.

23 years ago - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
djm [Tue, 30 Jan 2001 22:57:55 +0000 (22:57 +0000)] 
 - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
   Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
   respectively.

23 years ago - (djm) OpenBSD CVS Sync:
djm [Tue, 30 Jan 2001 22:52:43 +0000 (22:52 +0000)] 
 - (djm) OpenBSD CVS Sync:
   - djm@cvs.openbsd.org     2001/01/30 15:48:53
     [sshconnect.c]
     Make warning message a little more consistent. ok markus@

23 years ago - (stevesk) configure.in: remove duplicate PROG_LS
stevesk [Tue, 30 Jan 2001 18:31:43 +0000 (18:31 +0000)] 
 - (stevesk) configure.in: remove duplicate PROG_LS

23 years agospeeling
djm [Tue, 30 Jan 2001 09:03:08 +0000 (09:03 +0000)] 
speeling

23 years ago - djm@cvs.openbsd.org 2001/01/29 05:36:11
djm [Mon, 29 Jan 2001 22:30:01 +0000 (22:30 +0000)] 
   - djm@cvs.openbsd.org     2001/01/29 05:36:11
     [ssh.1 ssh.c]
     Allow invocation of sybsystem by commandline (-s); ok markus@

23 years ago - (djm) OpenBSD CVS Sync:
djm [Mon, 29 Jan 2001 22:27:26 +0000 (22:27 +0000)] 
 - (djm) OpenBSD CVS Sync:
   - markus@cvs.openbsd.org  2001/01/29 12:47:32
     [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
     handle rsa_private_decrypt failures; helps against the Bleichenbacher
     pkcs#1 attack

23 years ago - (djm) OpenBSD CVS Sync:
djm [Mon, 29 Jan 2001 22:19:34 +0000 (22:19 +0000)] 
 - (djm) OpenBSD CVS Sync:
   - markus@cvs.openbsd.org  2001/01/29 12:42:35
     [canohost.c canohost.h channels.c clientloop.c]
     add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS

23 years ago - (djm) OpenBSD CVS Sync:
djm [Mon, 29 Jan 2001 22:14:00 +0000 (22:14 +0000)] 
 - (djm) OpenBSD CVS Sync:
   - markus@cvs.openbsd.org  2001/01/29 09:55:37
     [channels.c channels.h clientloop.c serverloop.c]
     fix select overflow; ok deraadt@ and stevesk@

23 years ago - (stevesk) sftp-server.c: use %lld vs. %qd
stevesk [Mon, 29 Jan 2001 16:57:27 +0000 (16:57 +0000)] 
 - (stevesk) sftp-server.c: use %lld vs. %qd

23 years ago - (bal) Minor auth2.c resync. Whitespace and moving of an #include.
mouring [Mon, 29 Jan 2001 09:02:24 +0000 (09:02 +0000)] 
  - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.

23 years ago - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
mouring [Mon, 29 Jan 2001 08:44:03 +0000 (08:44 +0000)] 
   - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
     [sshd.8]
     spelling.  ok markus@

23 years ago - markus@cvs.openbsd.org 2001/01/28 10:37:26
mouring [Mon, 29 Jan 2001 08:41:05 +0000 (08:41 +0000)] 
   - markus@cvs.openbsd.org 2001/01/28 10:37:26
     [sshd.c sshd.8]
     remove -Q, no longer needed

23 years ago - markus@cvs.openbsd.org 2001/01/28 10:24:04
mouring [Mon, 29 Jan 2001 08:39:16 +0000 (08:39 +0000)] 
   - markus@cvs.openbsd.org 2001/01/28 10:24:04
     [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     cleanup AUTHORS sections

23 years ago - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
mouring [Mon, 29 Jan 2001 08:37:08 +0000 (08:37 +0000)] 
   - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
     [readconf.c ssh.1]
     ``StrictHostKeyChecking ask'' documentation and small cleanup.
     ok markus@

23 years ago - markus@cvs.openbsd.org 2001/01/28 10:24:04
mouring [Mon, 29 Jan 2001 08:34:16 +0000 (08:34 +0000)] 
   - markus@cvs.openbsd.org 2001/01/28 10:24:04
     [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1]
     cleanup AUTHORS sections

23 years ago - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
mouring [Mon, 29 Jan 2001 08:10:11 +0000 (08:10 +0000)] 
   - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
     [xmalloc.c]
     use size_t for strlen() return.  ok markus@

23 years ago - markus@cvs.openbsd.org 2001/01/28 10:37:26
mouring [Mon, 29 Jan 2001 08:07:43 +0000 (08:07 +0000)] 
   - markus@cvs.openbsd.org 2001/01/28 10:37:26
     [sshd.c]
     remove -Q, no longer needed

23 years ago - stevesk@cvs.openbsd.or 2001/01/28 20:36:16
mouring [Mon, 29 Jan 2001 08:00:54 +0000 (08:00 +0000)] 
   - stevesk@cvs.openbsd.or 2001/01/28 20:36:16
     [readconf.c]
     ``StrictHostKeyChecking ask'' documentation and small cleanup.
     ok markus@

23 years ago - markus@cvs.openbsd.org 2001/01/28 10:15:34
mouring [Mon, 29 Jan 2001 07:55:07 +0000 (07:55 +0000)] 
   - markus@cvs.openbsd.org 2001/01/28 10:15:34
     [dispatch.c]
     re-keying is not supported; ok deraadt@

23 years ago - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
mouring [Mon, 29 Jan 2001 07:51:26 +0000 (07:51 +0000)] 
   - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
     [authfile.c]
     spelling.  use sizeof vs. strlen().  ok markus@

23 years ago - niklas@cvs.openbsd.org 2001/01/2001
mouring [Mon, 29 Jan 2001 07:39:26 +0000 (07:39 +0000)] 
   - niklas@cvs.openbsd.org 2001/01/2001
     [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
      groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
      key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
      radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
      ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
      sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
     $OpenBSD$

23 years ago - (bal) Put USE_PIPES back into sco3.2v5
mouring [Sat, 27 Jan 2001 20:43:57 +0000 (20:43 +0000)] 
 - (bal) Put USE_PIPES back into sco3.2v5

23 years ago - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
mouring [Fri, 26 Jan 2001 05:10:34 +0000 (05:10 +0000)] 
   - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
     [ssh-agent.c]
     call _exit() in signal handler

23 years ago - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
mouring [Thu, 25 Jan 2001 23:04:22 +0000 (23:04 +0000)] 
 - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
   Petrov <roumen.petrov@skalasoft.com>

23 years ago - (bal) OpenBSD Resync
mouring [Thu, 25 Jan 2001 00:41:12 +0000 (00:41 +0000)] 
 - (bal) OpenBSD Resync
   - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
     [channels.c]
     missing freeaddrinfo(); ok markus@

23 years ago - (bal) AC_FUNC_STRFTIME added to autoconf
mouring [Thu, 25 Jan 2001 00:07:33 +0000 (00:07 +0000)] 
 - (bal) AC_FUNC_STRFTIME added to autoconf

23 years ago - (djm) Mention PRNGd in documentation, it is nicer than EGD
djm [Wed, 24 Jan 2001 23:51:46 +0000 (23:51 +0000)] 
 - (djm) Mention PRNGd in documentation, it is nicer than EGD
 - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf

23 years ago - (djm) Sync bsd-* support files:
djm [Wed, 24 Jan 2001 23:32:00 +0000 (23:32 +0000)] 
 - (djm) Sync bsd-* support files:
   - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
     [rresvport.c bindresvport.c]
     new bindresvport() semantics that itojun, shin, jean-luc and i have
     agreed on, which will be happy for the future. bindresvport_sa() for
     sockaddr *, too.  docs later..
   - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
     [bindresvport.c]
     in bindresvport(), if sin is non-NULL, example sin->sin_family for
     the actual family being processed

23 years agowhitespace sync, cleanup
stevesk [Wed, 24 Jan 2001 21:23:39 +0000 (21:23 +0000)] 
whitespace sync, cleanup

23 years ago - (stevesk) sftp-server.c: KNF
stevesk [Wed, 24 Jan 2001 20:11:06 +0000 (20:11 +0000)] 
 - (stevesk) sftp-server.c: KNF

23 years ago - (stevesk) sftp-server.c: fix chmod() mode mask
stevesk [Wed, 24 Jan 2001 20:01:44 +0000 (20:01 +0000)] 
 - (stevesk) sftp-server.c: fix chmod() mode mask

23 years agowhitespace sync
stevesk [Wed, 24 Jan 2001 13:47:43 +0000 (13:47 +0000)] 
whitespace sync

23 years agowhitespace sync
stevesk [Wed, 24 Jan 2001 13:10:56 +0000 (13:10 +0000)] 
whitespace sync

23 years ago - (bal) #ifdef around S_IFSOCK if platform does not support it.
mouring [Tue, 23 Jan 2001 16:54:29 +0000 (16:54 +0000)] 
 - (bal) #ifdef around S_IFSOCK if platform does not support it.
   patch by Tim Rice <tim@multitalents.net>
 - (bal) fake-regex.h cleanup based on Tim Rice's patch.

23 years ago - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
mouring [Tue, 23 Jan 2001 16:26:52 +0000 (16:26 +0000)] 
 - (bal) no 64bit support patch from  Tim Rice <tim@multitalents.net>

23 years ago20010124
mouring [Tue, 23 Jan 2001 16:09:51 +0000 (16:09 +0000)] 
20010124
 - (bal) OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/23 10:45:10
     [ssh.h]
     nuke comment

23 years ago - markus@cvs.openbsd.org 2001/01/22 23:06:39
mouring [Tue, 23 Jan 2001 03:12:10 +0000 (03:12 +0000)] 
   - markus@cvs.openbsd.org 2001/01/22 23:06:39
     [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
      sshconnect1.c sshconnect2.c sshd.c]
     rename skey -> challenge response.
     auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.

23 years ago - (bal) OpenBSD Resync
mouring [Tue, 23 Jan 2001 00:19:15 +0000 (00:19 +0000)] 
 - (bal) OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/22 8:15:00
     [auth-krb4.c sshconnect1.c]
     only AFS needs radix.[ch]
   - markus@cvs.openbsd.org 2001/01/22 8:32:53
     [auth2.c]
     no need to include; from mouring@etoh.eviladmin.org
   - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
     [key.c]
     free() -> xfree(); ok markus@
   - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
     [sshconnect2.c sshd.c]
     fix memory leaks in SSH2 key exchange; ok markus@

23 years agoA bit of this patch was in the last commit
mouring [Mon, 22 Jan 2001 21:22:14 +0000 (21:22 +0000)] 
A bit of this patch was in the last commit
 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT

23 years ago20010123
mouring [Mon, 22 Jan 2001 21:06:19 +0000 (21:06 +0000)] 
20010123
 - (bal) regexp.h typo in configure.in.  Should have been regex.h
 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@

23 years agoHopefully things did not get mixed around too much. It compiles under
mouring [Mon, 22 Jan 2001 05:34:40 +0000 (05:34 +0000)] 
Hopefully things did not get mixed around too much.  It compiles under
Linux and works.  So that is at least a good sign. =)
20010122
 - (bal) OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
     [servconf.c ssh.h sshd.c]
     only auth-chall.c needs #ifdef SKEY
   - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
     [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
      auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
      packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
      session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
      ssh1.h sshconnect1.c sshd.c ttymodes.c]
     move ssh1 definitions to ssh1.h, pathnames to pathnames.h
   - markus@cvs.openbsd.org 2001/01/19 16:48:14
     [sshd.8]
     fix typo; from stevesk@
   - markus@cvs.openbsd.org 2001/01/19 16:50:58
     [ssh-dss.c]
     clear and free digest, make consistent with other code (use dlen); from
     stevesk@
   - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
     [auth-options.c auth-options.h auth-rsa.c auth2.c]
     pass the filename to auth_parse_options()
   - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
     [readconf.c]
     fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
   - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
     [sshconnect2.c]
     dh_new_group() does not return NULL.  ok markus@
   - markus@cvs.openbsd.org 2001/01/20 21:33:42
     [ssh-add.c]
     do not loop forever if askpass does not exist; from
     andrew@pimlott.ne.mediaone.net
   - djm@cvs.openbsd.org 2001/01/20 23:00:56
     [servconf.c]
     Check for NULL return from strdelim; ok markus
   - djm@cvs.openbsd.org 2001/01/20 23:02:07
     [readconf.c]
     KNF; ok markus
   - jakob@cvs.openbsd.org 2001/01/21 9:00:33
     [ssh-keygen.1]
     remove -R flag; ok markus@
   - markus@cvs.openbsd.org 2001/01/21 19:05:40
     [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
      auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
      auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
      bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
      cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
      deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
      key.c key.h log-client.c log-server.c log.c log.h login.c login.h
      match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
      readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
      session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
      ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
      sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
      ttysmodes.c uidswap.c xmalloc.c]
     split ssh.h and try to cleanup the #include mess. remove unnecessary
     #includes.  rename util.[ch] -> misc.[ch]
 - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
 - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
   conflict when compiling for non-kerb install
 - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
   on 1/19.

23 years ago - (bal) Slight auth2-pam.c clean up.
mouring [Fri, 19 Jan 2001 17:11:43 +0000 (17:11 +0000)] 
 - (bal) Slight auth2-pam.c clean up.
 - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
   but no 'regexp.h' found (SCO OpenServer 3 lacks the header).

23 years agoRemoved one more 'ISSUE' comment in auth1.c
mouring [Fri, 19 Jan 2001 15:44:10 +0000 (15:44 +0000)] 
Removed one more 'ISSUE' comment in auth1.c
20010120
 - (bal) OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/19 12:45:26
     [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
     only auth-chall.c needs #ifdef SKEY

23 years ago - (bal) Minor cygwin patch to auth1.c. Suggested by djm.
mouring [Fri, 19 Jan 2001 06:10:29 +0000 (06:10 +0000)] 
 - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.

23 years ago - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
mouring [Fri, 19 Jan 2001 05:37:32 +0000 (05:37 +0000)] 
 - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
Also removed some of the 'ISSUES' comments that have been verified by djm.

23 years ago - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
djm [Fri, 19 Jan 2001 04:46:38 +0000 (04:46 +0000)] 
 - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
   to fix NULL pointer deref and fake authloop breakage in PAM code.

23 years agoOops.. missed theses in the merge.
mouring [Fri, 19 Jan 2001 04:29:23 +0000 (04:29 +0000)] 
Oops.. missed theses in the merge.

23 years agoPlease grep through the source and look for 'ISSUE' comments and verify
mouring [Fri, 19 Jan 2001 04:26:52 +0000 (04:26 +0000)] 
Please grep through the source and look for 'ISSUE' comments and verify
that I was able to get all the portable bits in the right location.  As for
the SKEY comment there is an email out to Markus as to how it should be
resolved.  Until then I just #ifdef SKEY/#endif out the whole block.

 - (bal) OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/18 16:20:21
     [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
      sshd.8 sshd.c]
     log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
     systems
   - markus@cvs.openbsd.org 2001/01/18 16:59:59
     [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
      session.h sshconnect1.c]
     1) removes fake skey from sshd, since this will be much
        harder with /usr/libexec/auth/login_XXX
     2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
     3) make addition of BSD_AUTH and other challenge reponse methods
        easier.
   - markus@cvs.openbsd.org 2001/01/18 17:12:43
     [auth-chall.c auth2-chall.c]
     rename *-skey.c *-chall.c since the files are not skey specific

23 years ago - (djm) Update versions in RPM specfiles
djm [Fri, 19 Jan 2001 03:03:40 +0000 (03:03 +0000)] 
 - (djm) Update versions in RPM specfiles

23 years agoNOTE: This update changes the RSA key generation. *NEW RSA KEYS
mouring [Thu, 18 Jan 2001 02:04:35 +0000 (02:04 +0000)] 
NOTE: This update changes the RSA key generation.  *NEW RSA KEYS
      NEED TO BE GENERATED*  =)  Refer to to entry "2001/01/16 19:20:06"
      for more details.

20010118
 - (bal) Super Sized OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
     [sshd.c]
     maxfd+1
   - markus@cvs.openbsd.org 2001/01/13 17:59:18
     [ssh-keygen.1]
     small ssh-keygen manpage cleanup; stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:03:07
     [scp.c ssh-keygen.c sshd.c]
     getopt() returns -1 not EOF; stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:06:54
     [ssh-keyscan.c]
     use SSH_DEFAULT_PORT; from stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:12:47
     [ssh-keyscan.c]
     free() -> xfree(); fix memory leak; from stevesk@pobox.com
   - markus@cvs.openbsd.org 2001/01/13 18:14:13
     [ssh-add.c]
     typo, from stevesk@sweden.hp.com
   - markus@cvs.openbsd.org 2001/01/13 18:32:50
     [packet.c session.c ssh.c sshconnect.c sshd.c]
     split out keepalive from packet_interactive (from dale@accentre.com)
     set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
   - markus@cvs.openbsd.org 2001/01/13 18:36:45
     [packet.c packet.h]
     reorder, typo
   - markus@cvs.openbsd.org 2001/01/13 18:38:00
     [auth-options.c]
     fix comment
   - markus@cvs.openbsd.org 2001/01/13 18:43:31
     [session.c]
     Wall
   - markus@cvs.openbsd.org 2001/01/13 19:14:08
     [clientloop.h clientloop.c ssh.c]
     move callback to headerfile
   - markus@cvs.openbsd.org 2001/01/15 21:40:10
     [ssh.c]
     use log() instead of stderr
   - markus@cvs.openbsd.org 2001/01/15 21:43:51
     [dh.c]
     use error() not stderr!
   - markus@cvs.openbsd.org 2001/01/15 21:45:29
     [sftp-server.c]
     rename must fail if newpath exists, debug off by default
   - markus@cvs.openbsd.org 2001/01/15 21:46:38
     [sftp-server.c]
     readable long listing for sftp-server, ok deraadt@
   - markus@cvs.openbsd.org 2001/01/16 19:20:06
     [key.c ssh-rsa.c]
     make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
     galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
     since they are in the wrong format, too. they must be removed from
     .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
     (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
     .ssh/authorized_keys2) additionally, we now check that
     BN_num_bits(rsa->n) >= 768.
   - markus@cvs.openbsd.org 2001/01/16 20:54:27
     [sftp-server.c]
     remove some statics. simpler handles; idea from nisse@lysator.liu.se
   - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
     [bufaux.c radix.c sshconnect.h sshconnect1.c]
     indent
 - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
   be missing such feature.

23 years ago - (djm) Add --with-pam to RPM spec files
djm [Wed, 17 Jan 2001 00:23:39 +0000 (00:23 +0000)] 
 - (djm) Add --with-pam to RPM spec files

23 years ago - (djm) Avoid warning in PAM code by making read_passphrase arguments const
djm [Wed, 17 Jan 2001 00:10:48 +0000 (00:10 +0000)] 
 - (djm) Avoid warning in PAM code by making read_passphrase arguments const

23 years ago - (djm) Make PAM support optional, enable with --with-pam
djm [Tue, 16 Jan 2001 23:44:13 +0000 (23:44 +0000)] 
 - (djm) Make PAM support optional, enable with --with-pam
 - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
   provides a crypt() of its own)
 - (djm) Avoid a warning in bsd-bindresvport.c
 - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
   can cause weird segfaults errors on Solaris

23 years ago- (djm) Only write random seed file at exit
djm [Tue, 16 Jan 2001 22:37:15 +0000 (22:37 +0000)] 
- (djm) Only write random seed file at exit

23 years ago - (bal) utimes() support via utime() interface on machine that lack utimes().
mouring [Mon, 15 Jan 2001 02:34:37 +0000 (02:34 +0000)] 
 - (bal) utimes() support via utime() interface on machine that lack utimes().

23 years ago20010115
mouring [Mon, 15 Jan 2001 01:56:46 +0000 (01:56 +0000)] 
20010115
 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.

23 years ago - (stevesk) complete:
stevesk [Sun, 14 Jan 2001 19:11:00 +0000 (19:11 +0000)] 
 - (stevesk) complete:
   - markus@cvs.openbsd.org  2001/01/13 11:56:48
     [auth.c sshd.8]
     support supplementary group in {Allow,Deny}Groups
     from stevesk@pobox.com

23 years ago - (stevesk) initial work for OpenBSD "support supplementary group in
stevesk [Sun, 14 Jan 2001 00:35:19 +0000 (00:35 +0000)] 
 - (stevesk) initial work for OpenBSD "support supplementary group in
   {Allow,Deny}Groups" patch:
   - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
   - add bsd-getgrouplist.h
   - new files groupaccess.[ch]
   - build but don't use yet (need to merge auth.c changes)

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