]> andersk Git - openssh.git/log
openssh.git
23 years ago - markus@cvs.openbsd.org 2001/02/8 22:37:10
mouring [Sat, 10 Feb 2001 21:34:46 +0000 (21:34 +0000)] 
   - markus@cvs.openbsd.org 2001/02/8 22:37:10
     [canohost.c]
     remove last call to sprintf; ok deraadt@

23 years ago - markus@cvs.openbsd.org 2001/02/10 12:52:02
mouring [Sat, 10 Feb 2001 21:31:53 +0000 (21:31 +0000)] 
   - markus@cvs.openbsd.org 2001/02/10 12:52:02
     [auth2.c]
     offer passwd before s/key

23 years ago - markus@cvs.openbsd.org 2001/02/07 22:35:46
mouring [Sat, 10 Feb 2001 21:27:11 +0000 (21:27 +0000)] 
   - markus@cvs.openbsd.org 2001/02/07 22:35:46
     [auth1.c auth2.c sshd.c]
     move k_setpag() to a central place; ok dugsong@

23 years ago - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
mouring [Sat, 10 Feb 2001 00:37:17 +0000 (00:37 +0000)] 
 - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)

23 years agoMissed these log messages.
djm [Fri, 9 Feb 2001 13:47:59 +0000 (13:47 +0000)] 
Missed these log messages.

Past my bedtime :)

23 years ago - (djm) Sync sftp and scp stuff from OpenBSD:
djm [Fri, 9 Feb 2001 13:40:03 +0000 (13:40 +0000)] 
 - (djm) Sync sftp and scp stuff from OpenBSD:
   - djm@cvs.openbsd.org     2001/02/07 03:55:13
     [sftp-client.c]
     Don't free handles before we are done with them. Based on work from
     Corinna Vinschen <vinschen@redhat.com>. ok markus@
   - djm@cvs.openbsd.org     2001/02/06 22:32:53
     [sftp.1]
     Punctuation fix from Pekka Savola <pekkas@netcore.fi>
   - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
     [sftp.1]
     pretty up significantly
   - itojun@cvs.openbsd.org  2001/02/07 06:49:42
     [sftp.1]
     .Bl-.El mismatch.  markus ok
   - djm@cvs.openbsd.org     2001/02/07 06:12:30
     [sftp-int.c]
     Check that target is a directory before doing ls; ok markus@
   - itojun@cvs.openbsd.org  2001/02/07 11:01:18
     [scp.c sftp-client.c sftp-server.c]
     unsigned long long -> %llu, not %qu.  markus ok
   - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
     [sftp.1 sftp-int.c]
     more man page cleanup and sync of help text with man page; ok markus@
   - markus@cvs.openbsd.org  2001/02/07 14:58:34
     [sftp-client.c]
     older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
   - djm@cvs.openbsd.org     2001/02/07 15:27:19
     [sftp.c]
     Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
     <roumen.petrov@skalasoft.com>
   - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
     [sftp-int.c]
     portable; ok markus@
   - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
     [sftp-int.c]
     lowercase cmds[].c also; ok markus@
   - markus@cvs.openbsd.org  2001/02/07 17:04:52
     [pathnames.h sftp.c]
     allow sftp over ssh protocol 1; ok djm@
   - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
     [scp.c]
     memory leak fix, and snprintf throughout
   - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
     [sftp-int.c]
     plug a memory leak
   - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
     [session.c sftp-client.c]
     %i -> %d
   - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
     [sftp-int.c]
     typo
   - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
     [sftp-int.c pathnames.h]
     _PATH_LS; ok markus@
   - djm@cvs.openbsd.org     2001/02/09 04:46:25
     [sftp-int.c]
     Check for NULL attribs for chown, chmod & chgrp operations, only send
     relevant attribs back to server; ok markus@
 - (djm) Update makefile.in for _PATH_SFTP_SERVER

23 years ago - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
djm [Fri, 9 Feb 2001 11:55:16 +0000 (11:55 +0000)] 
 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
   Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years ago - djm@cvs.openbsd.org 2001/02/06 23:30:28
mouring [Fri, 9 Feb 2001 02:58:04 +0000 (02:58 +0000)] 
   - djm@cvs.openbsd.org 2001/02/06 23:30:28
     [sftp-client.c]
     replace arc4random with counter for request ids; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/02/06 22:07:42
mouring [Fri, 9 Feb 2001 02:36:43 +0000 (02:36 +0000)] 
   - markus@cvs.openbsd.org 2001/02/06 22:07:42
     [ssh.c]
     fatal() if subsystem fails
   - markus@cvs.openbsd.org 2001/02/06 22:43:02
     [ssh.c]
     remove confusing callback code
   - jakob@cvs.openbsd.org 2001/02/06 23:03:24
     [ssh.c]
     add -1 option (force protocol version 1). ok markus@
   - jakob@cvs.openbsd.org 2001/02/06 23:06:21
     [ssh.c]
     reorder -{1,2,4,6} options. ok markus@

23 years ago - (bal) Missing 'const' in readpass.h
mouring [Fri, 9 Feb 2001 02:23:10 +0000 (02:23 +0000)] 
 - (bal) Missing 'const' in readpass.h

23 years ago - itojun@cvs.openbsd.org 2001/02/08 19:30:52
mouring [Fri, 9 Feb 2001 02:11:24 +0000 (02:11 +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 ago - (djm) Add CVS Id's to files that we have missed
djm [Fri, 9 Feb 2001 01:55:35 +0000 (01:55 +0000)] 
 - (djm) Add CVS Id's to files that we have missed

23 years ago - markus@cvs.openbsd.org 2001/02/06 22:43:02
mouring [Fri, 9 Feb 2001 01:34:36 +0000 (01:34 +0000)] 
   - markus@cvs.openbsd.org 2001/02/06 22:43:02
     [clientloop.c]
     remove confusing callback code

23 years ago - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
mouring [Fri, 9 Feb 2001 01:23:39 +0000 (01:23 +0000)] 
   - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
     [scp.c]
     memory leak fix, and snprintf throughout

23 years ago - (djm) Update spec files
djm [Fri, 9 Feb 2001 01:01:51 +0000 (01:01 +0000)] 
 - (djm) Update spec files

23 years ago - (stevesk) OpenBSD sync:
stevesk [Thu, 8 Feb 2001 19:16:32 +0000 (19:16 +0000)] 
 - (stevesk) OpenBSD sync:
   - markus@cvs.openbsd.org  2001/02/08 11:20:01
     [auth2.c]
     strict checking
   - markus@cvs.openbsd.org  2001/02/08 11:15:22
     [version.h]
     update to 2.3.2
   - markus@cvs.openbsd.org  2001/02/08 11:12:30
     [auth2.c]
     fix typo

23 years ago - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke
mouring [Thu, 8 Feb 2001 18:40:09 +0000 (18:40 +0000)] 
 - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years ago - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
mouring [Thu, 8 Feb 2001 18:05:17 +0000 (18:05 +0000)] 
 - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
   main tree while porting forward.  Pointed out by Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years ago - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
mouring [Thu, 8 Feb 2001 16:34:56 +0000 (16:34 +0000)] 
 - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
   <rjmooney@mediaone.net>

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

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