]> andersk Git - openssh.git/log
openssh.git
19 years ago - otto@cvs.openbsd.org 2005/01/21 08:32:02
dtucker [Mon, 24 Jan 2005 10:55:49 +0000 (10:55 +0000)] 
   - otto@cvs.openbsd.org 2005/01/21 08:32:02
     [auth-passwd.c sshd.c]
     Warn in advance for password and account expiry; initialize loginmsg
     buffer earlier and clear it after privsep fork. ok and help dtucker@
     markus@

19 years ago - (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from
dtucker [Thu, 20 Jan 2005 11:20:50 +0000 (11:20 +0000)] 
 - (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from
   the list of available kbdint devices if UsePAM=no.  ok djm@

19 years ago - (dtucker) [loginrec.h] Bug #952: Increase size of username field to 128
dtucker [Thu, 20 Jan 2005 11:07:29 +0000 (11:07 +0000)] 
 - (dtucker) [loginrec.h] Bug #952: Increase size of username field to 128
   bytes to prevent errors from login_init_entry() when the username is
   exactly 64 bytes(!) long.  From brhamon at cisco.com, ok djm@

19 years agoOops, did not intend to commit this yet
dtucker [Thu, 20 Jan 2005 02:29:51 +0000 (02:29 +0000)] 
Oops, did not intend to commit this yet

19 years ago - djm@cvs.openbsd.org 2004/12/22 02:13:19
dtucker [Thu, 20 Jan 2005 02:27:56 +0000 (02:27 +0000)] 
   - djm@cvs.openbsd.org 2004/12/22 02:13:19
     [cipher-ctr.c cipher.c]
     remove fallback AES support for old OpenSSL, as OpenBSD has had it for
     many years now; ok deraadt@
     (Id sync only: Portable will continue to support older OpenSSLs)

19 years ago - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user
dtucker [Thu, 20 Jan 2005 01:43:38 +0000 (01:43 +0000)] 
 - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user
   existence via keyboard-interactive/pam, in conjunction with previous
   auth2-chall.c change; with Colin Watson and djm.

19 years ago - dtucker@cvs.openbsd.org 2005/01/19 13:11:47
dtucker [Thu, 20 Jan 2005 00:05:34 +0000 (00:05 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/19 13:11:47
     [auth-bsdauth.c auth2-chall.c]
     Have keyboard-interactive code call the drivers even for responses for
     invalid logins.  This allows the drivers themselves to decide how to
     handle them and prevent leaking information where possible.  Existing
     behaviour for bsdauth is maintained by checking authctxt->valid in the
     bsdauth driver.  Note that any third-party kbdint drivers will now need
     to be able to handle responses for invalid logins.  ok markus@

19 years ago - dtucker@cvs.openbsd.org 2005/01/17 22:48:39
dtucker [Thu, 20 Jan 2005 00:03:08 +0000 (00:03 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/17 22:48:39
     [sshd.c]
     Make debugging output continue after reexec; ok djm@

19 years ago - dtucker@cvs.openbsd.org 2005/01/17 03:25:46
dtucker [Thu, 20 Jan 2005 00:02:26 +0000 (00:02 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/17 03:25:46
     [moduli.c]
     Correct spelling: SCHNOOR->SCHNORR; ok djm@

19 years ago - jmc@cvs.openbsd.org 2005/01/08 00:41:19
dtucker [Thu, 20 Jan 2005 00:01:46 +0000 (00:01 +0000)] 
   - jmc@cvs.openbsd.org 2005/01/08 00:41:19
     [sshd_config.5]
     `login'(n) -> `log in'(v);

19 years ago - markus@cvs.openbsd.org 2005/01/05 08:51:32
dtucker [Thu, 20 Jan 2005 00:00:46 +0000 (00:00 +0000)] 
   - markus@cvs.openbsd.org 2005/01/05 08:51:32
     [sshconnect.c]
     remove dead code, log connect() failures with level error, ok djm@

19 years ago - djm@cvs.openbsd.org 2004/12/23 23:11:00
dtucker [Wed, 19 Jan 2005 23:57:56 +0000 (23:57 +0000)] 
   - djm@cvs.openbsd.org 2004/12/23 23:11:00
     [servconf.c servconf.h sshd.c sshd_config sshd_config.5]
     bz #898: support AddressFamily in sshd_config. from
     peak@argo.troja.mff.cuni.cz; ok deraadt@

19 years ago - markus@cvs.openbsd.org 2004/12/23 17:38:07
dtucker [Wed, 19 Jan 2005 23:56:31 +0000 (23:56 +0000)] 
   - markus@cvs.openbsd.org 2004/12/23 17:38:07
     [ssh-keygen.c]
     leak; from mpech

19 years ago - markus@cvs.openbsd.org 2004/12/23 17:35:48
dtucker [Wed, 19 Jan 2005 23:55:46 +0000 (23:55 +0000)] 
   - markus@cvs.openbsd.org 2004/12/23 17:35:48
     [session.c]
     check for NULL; from mpech

19 years ago - (dtucker) [survey.sh.in] Remove any blank lines from the output of
dtucker [Tue, 18 Jan 2005 01:45:42 +0000 (01:45 +0000)] 
 - (dtucker) [survey.sh.in] Remove any blank lines from the output of
   ccver-v and ccver-V.

19 years ago - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
dtucker [Tue, 18 Jan 2005 01:05:18 +0000 (01:05 +0000)] 
 - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement
   "make survey" and "make send-survey".  This will provide data on the
   configure parameters, platform and platform features to the development
   team, which will allow (among other things) better targetting of testing.
   It's entirely voluntary and is off be default. ok djm@

19 years ago - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since
dtucker [Mon, 20 Dec 2004 01:35:42 +0000 (01:35 +0000)] 
 - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since
   on some wacky platforms (eg old AIXes), dd will refuse to create an output
   file if it doesn't exist.

19 years ago - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading
dtucker [Mon, 20 Dec 2004 01:05:08 +0000 (01:05 +0000)] 
 - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading
   from prngd is enabled at compile time but fails at run time, eg because
   prngd is not running.  Note that if you have prngd running when OpenSSH is
   built, OpenSSL will consider itself internally seeded and rand-helper won't
   be built at all unless explicitly enabled via --with-rand-helper.  ok djm@

19 years ago - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from
dtucker [Mon, 13 Dec 2004 07:08:32 +0000 (07:08 +0000)] 
 - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from
   amarendra.godbole at ge com.

19 years ago - dtucker@cvs.openbsd.org 2004/12/11 01:48:56
dtucker [Sat, 11 Dec 2004 02:39:50 +0000 (02:39 +0000)] 
   - dtucker@cvs.openbsd.org 2004/12/11 01:48:56
     [auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h]
     Fix debug call in error path of authorized_keys processing and fix related
     warnings; ok djm@

19 years ago - fgsch@cvs.openbsd.org 2004/12/10 03:10:42
dtucker [Sat, 11 Dec 2004 02:37:22 +0000 (02:37 +0000)] 
   - fgsch@cvs.openbsd.org 2004/12/10 03:10:42
     [sftp.c]
     - fix globbed ls for paths the same lenght as the globbed path when
       we have a unique matching.
     - fix globbed ls in case of a directory when we have a unique matching.
     - as a side effect, if the path does not exist error (used to silently
       ignore).
     - don't do extra do_lstat() if we only have one matching file.
     djm@ ok

19 years ago - (dtucker) OpenBSD CVS Sync
dtucker [Sat, 11 Dec 2004 02:34:56 +0000 (02:34 +0000)] 
 - (dtucker) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2004/12/06 16:00:43
     [bufaux.c]
     use 0x00 not \0 since buf[] is a bignum

19 years ago[configure.ac] Comment some non obvious platforms in the target-specific
tim [Thu, 9 Dec 2004 02:29:58 +0000 (02:29 +0000)] 
[configure.ac] Comment some non obvious platforms in the target-specific
case statement. Suggested and OK by dtucker@

19 years ago - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.
dtucker [Tue, 7 Dec 2004 00:26:15 +0000 (00:26 +0000)] 
 - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.

19 years ago - dtucker@cvs.openbsd.org 2004/12/06 10:49:56
dtucker [Mon, 6 Dec 2004 12:16:29 +0000 (12:16 +0000)] 
   - dtucker@cvs.openbsd.org 2004/12/06 10:49:56
     [test-exec.sh]
     Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/11/25 09:39:27
dtucker [Mon, 6 Dec 2004 12:13:50 +0000 (12:13 +0000)] 
   - dtucker@cvs.openbsd.org 2004/11/25 09:39:27
     [test-exec.sh]
     Remove obsolete RhostsAuthentication from test config; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/11/07 00:32:41
dtucker [Mon, 6 Dec 2004 12:12:15 +0000 (12:12 +0000)] 
   - djm@cvs.openbsd.org 2004/11/07 00:32:41
     [multiplex.sh]
     regression tests for new multiplex commands

19 years ago - djm@cvs.openbsd.org 2004/10/29 23:59:22
dtucker [Mon, 6 Dec 2004 12:07:37 +0000 (12:07 +0000)] 
   - djm@cvs.openbsd.org 2004/10/29 23:59:22
     [Makefile added brokenkeys.sh]
     regression test for handling of corrupt keys in authorized_keys file

19 years ago - djm@cvs.openbsd.org 2004/10/08 02:01:50
dtucker [Mon, 6 Dec 2004 12:05:52 +0000 (12:05 +0000)] 
   - djm@cvs.openbsd.org 2004/10/08 02:01:50
     [reexec.sh]
     shrink and tidy; ok dtucker@

19 years ago - david@cvs.openbsd.org 2004/07/09 19:45:43
dtucker [Mon, 6 Dec 2004 12:04:57 +0000 (12:04 +0000)] 
   - david@cvs.openbsd.org 2004/07/09 19:45:43
     [Makefile]
     add a missing CLEANFILES used in the re-exec test

19 years ago - dtucker@cvs.openbsd.org 2004/07/08 12:59:35
dtucker [Mon, 6 Dec 2004 12:03:27 +0000 (12:03 +0000)] 
   - dtucker@cvs.openbsd.org 2004/07/08 12:59:35
     [scp.sh]
     Regress test for bz #863 (scp double-error), requires $SUDO.  ok markus@

19 years ago - djm@cvs.openbsd.org 2004/06/26 06:16:07
dtucker [Mon, 6 Dec 2004 12:00:27 +0000 (12:00 +0000)] 
   - djm@cvs.openbsd.org 2004/06/26 06:16:07
     [reexec.sh]
     don't change the name of the copied sshd for the reexec fallback test,
     makes life simpler for portable

19 years agoResync Ids
dtucker [Mon, 6 Dec 2004 11:58:11 +0000 (11:58 +0000)] 
Resync Ids

19 years ago - dtucker@cvs.openbsd.org 2004/12/06 11:41:03
dtucker [Mon, 6 Dec 2004 11:47:41 +0000 (11:47 +0000)] 
   - dtucker@cvs.openbsd.org 2004/12/06 11:41:03
     [auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h ssh.h sshd.8]
     Discard over-length authorized_keys entries rather than complaining when
     they don't decode.  bz #884, with & ok djm@

19 years ago - jaredy@cvs.openbsd.org 2004/12/05 23:55:07
dtucker [Mon, 6 Dec 2004 11:46:45 +0000 (11:46 +0000)] 
   - jaredy@cvs.openbsd.org 2004/12/05 23:55:07
     [sftp.1]
     - explain that patterns can be used as arguments in get/put/ls/etc
       commands (prodded by Michael Knudsen)
     - describe ls flags as a list
     - other minor improvements
     ok jmc, djm

19 years ago - djm@cvs.openbsd.org 2004/11/29 07:41:24
dtucker [Mon, 6 Dec 2004 11:45:53 +0000 (11:45 +0000)] 
   - djm@cvs.openbsd.org 2004/11/29 07:41:24
     [sftp-client.h sftp.c]
     Some small fixes from moritz@jodeit.org. ok deraadt@

19 years ago - jmc@cvs.openbsd.org 2004/11/29 00:05:17
dtucker [Mon, 6 Dec 2004 11:44:32 +0000 (11:44 +0000)] 
   - jmc@cvs.openbsd.org 2004/11/29 00:05:17
     [sftp.1]
     missing full stop;

19 years ago - (dtucker) OpenBSD CVS Sync
dtucker [Mon, 6 Dec 2004 11:43:43 +0000 (11:43 +0000)] 
 - (dtucker) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2004/11/25 22:22:14
     [sftp-client.c sftp.c]
     leak; from mpech

19 years ago - (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@
dtucker [Mon, 6 Dec 2004 11:40:10 +0000 (11:40 +0000)] 
 - (dtucker) [TODO WARNING.RNG] Update to reflect current reality.  ok djm@

19 years ago - (dtucker) [auth1.c auth2.c] If the user successfully authenticates but is
dtucker [Fri, 3 Dec 2004 03:33:47 +0000 (03:33 +0000)] 
 - (dtucker) [auth1.c auth2.c] If the user successfully authenticates but is
   subsequently denied by the PAM auth stack, send the PAM message to the
   user via packet_disconnect (Protocol 1) or userauth_banner (Protocol 2).
   ok djm@

19 years ago - jmc@cvs.openbsd.org 2004/11/07 17:57:30
dtucker [Fri, 3 Dec 2004 03:10:19 +0000 (03:10 +0000)] 
   - jmc@cvs.openbsd.org 2004/11/07 17:57:30
     [ssh.c]
     usage():
     - add -O
     - sync -S w/ manpage
     - remove -h

19 years ago - (dtucker) OpenBSD CVS Sync
dtucker [Fri, 3 Dec 2004 03:08:45 +0000 (03:08 +0000)] 
 - (dtucker) OpenBSD CVS Sync
   - jmc@cvs.openbsd.org 2004/11/07 17:42:36
     [ssh.1]
     options sort, and whitespace;

19 years ago - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configure
dtucker [Sun, 7 Nov 2004 09:14:34 +0000 (09:14 +0000)] 
 - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configure
   option and supporting makefile bits and documentation.

19 years ago - djm@cvs.openbsd.org 2004/11/07 00:01:46
dtucker [Sun, 7 Nov 2004 09:06:19 +0000 (09:06 +0000)] 
   - djm@cvs.openbsd.org 2004/11/07 00:01:46
     [clientloop.c clientloop.h ssh.1 ssh.c]
     add basic control of a running multiplex master connection; including the
     ability to check its status and request it to exit; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/11/05 12:19:56
dtucker [Sun, 7 Nov 2004 09:04:10 +0000 (09:04 +0000)] 
   - djm@cvs.openbsd.org 2004/11/05 12:19:56
     [sftp.c]
     command editing and history support via libedit; ok markus@
     thanks to hshoexer@ and many testers on tech@ too

19 years ago - djm@cvs.openbsd.org 2004/10/29 23:57:05
dtucker [Fri, 5 Nov 2004 09:42:28 +0000 (09:42 +0000)] 
   - djm@cvs.openbsd.org 2004/10/29 23:57:05
     [key.c]
     use new buffer API to avoid fatal errors on corrupt keys in authorized_keys
     files; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/10/29 23:56:17
dtucker [Fri, 5 Nov 2004 09:41:24 +0000 (09:41 +0000)] 
   - djm@cvs.openbsd.org 2004/10/29 23:56:17
     [bufaux.c bufaux.h buffer.c buffer.h]
     introduce a new buffer API that returns an error rather than fatal()ing
     when presented with bad data; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/10/29 22:53:56
dtucker [Fri, 5 Nov 2004 09:38:03 +0000 (09:38 +0000)] 
   - djm@cvs.openbsd.org 2004/10/29 22:53:56
     [clientloop.c misc.h readpass.c ssh-agent.c]
     factor out common permission-asking code to separate function; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/10/29 21:47:15
dtucker [Fri, 5 Nov 2004 09:35:44 +0000 (09:35 +0000)] 
   - djm@cvs.openbsd.org 2004/10/29 21:47:15
     [channels.c channels.h clientloop.c]
     fix some window size change bugs for multiplexed connections: windows sizes
     were not being updated if they had changed after ~^Z suspends and SIGWINCH
     was not being processed unless the first connection had requested a tty;
     ok markus

19 years ago - markus@cvs.openbsd.org 2004/10/20 11:48:53
dtucker [Fri, 5 Nov 2004 09:27:54 +0000 (09:27 +0000)] 
   - markus@cvs.openbsd.org 2004/10/20 11:48:53
     [packet.c ssh1.h]
     disconnect for invalid (out of range) message types.

19 years ago - djm@cvs.openbsd.org 2004/10/07 10:12:36
dtucker [Fri, 5 Nov 2004 09:26:49 +0000 (09:26 +0000)] 
   - djm@cvs.openbsd.org 2004/10/07 10:12:36
     [ssh-agent.c]
     don't unlink agent socket when bind() fails, spotted by rich AT
     rich-paul.net, ok markus@

19 years ago - djm@cvs.openbsd.org 2004/10/07 10:10:24
dtucker [Fri, 5 Nov 2004 09:22:00 +0000 (09:22 +0000)] 
   - djm@cvs.openbsd.org 2004/10/07 10:10:24
     [scp.1 sftp.1 ssh.1 ssh_config.5]
     document KbdInteractiveDevices; ok markus@

19 years ago - djm@cvs.openbsd.org 2004/09/25 03:45:14
dtucker [Fri, 5 Nov 2004 09:20:59 +0000 (09:20 +0000)] 
   - djm@cvs.openbsd.org 2004/09/25 03:45:14
     [sshd.c]
     these printf args are no longer double; ok deraadt@ markus@

19 years ago - djm@cvs.openbsd.org 2004/09/23 13:00:04
dtucker [Fri, 5 Nov 2004 09:19:51 +0000 (09:19 +0000)] 
   - djm@cvs.openbsd.org 2004/09/23 13:00:04
     [ssh.c]
     correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@

19 years ago - deraadt@cvs.openbsd.org 2004/09/15 18:46:04
dtucker [Fri, 5 Nov 2004 09:10:02 +0000 (09:10 +0000)] 
   - deraadt@cvs.openbsd.org 2004/09/15 18:46:04
     [scp.c]
     scratch that do { } while (0) wrapper in this case

19 years ago - mickey@cvs.openbsd.org 2004/09/15 18:42:27
dtucker [Fri, 5 Nov 2004 09:09:09 +0000 (09:09 +0000)] 
   - mickey@cvs.openbsd.org 2004/09/15 18:42:27
     [sshd.c]
     use less doubles in daemons; markus@ ok

19 years ago - jaredy@cvs.openbsd.org 2004/09/15 03:25:41
dtucker [Fri, 5 Nov 2004 09:06:59 +0000 (09:06 +0000)] 
   - jaredy@cvs.openbsd.org 2004/09/15 03:25:41
     [sshd_config.5]
     mention PrintLastLog only prints last login time for interactive
     sessions, like PrintMotd mentions.
     From Michael Knudsen, with wording changed slightly to match the
     PrintMotd description.
     ok djm

19 years ago - deraadt@cvs.openbsd.org 2004/09/15 00:46:01
dtucker [Fri, 5 Nov 2004 09:05:32 +0000 (09:05 +0000)] 
   - deraadt@cvs.openbsd.org 2004/09/15 00:46:01
     [ssh.c]
     /* fallthrough */ is something a programmer understands.  But
     /* FALLTHROUGH */ is also understood by lint, so that is better.

19 years ago - djm@cvs.openbsd.org 2004/09/07 23:41:30
dtucker [Fri, 5 Nov 2004 09:02:16 +0000 (09:02 +0000)] 
   - djm@cvs.openbsd.org 2004/09/07 23:41:30
     [clientloop.c ssh.c]
     cleanup multiplex control socket on SIGHUP too, spotted by sturm@
     ok markus@ deraadt@

19 years ago - jmc@cvs.openbsd.org 2004/08/30 21:22:49
dtucker [Fri, 5 Nov 2004 09:01:03 +0000 (09:01 +0000)] 
   - jmc@cvs.openbsd.org 2004/08/30 21:22:49
     [ssh-add.1 ssh.1]
     .Xsession -> .xsession;
     originally from a pr from f at obiit dot org, but missed by myself;
     ok markus@ matthieu@

19 years ago - markus@cvs.openbsd.org 2004/08/30 09:18:08
dtucker [Fri, 5 Nov 2004 09:00:03 +0000 (09:00 +0000)] 
   - markus@cvs.openbsd.org 2004/08/30 09:18:08
     [LICENCE]
     s/keygen/keyscan/

19 years ago - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
dtucker [Tue, 2 Nov 2004 09:30:54 +0000 (09:30 +0000)] 
 - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
   10.x by testing for conflicts in shadow.h and undef'ing _INCLUDE__STDC__
   only if a conflict is detected.

19 years ago - (dtucker) [uidswap.c] Don't test dropping of gids for the root user or
dtucker [Tue, 19 Oct 2004 06:33:33 +0000 (06:33 +0000)] 
 - (dtucker) [uidswap.c] Don't test dropping of gids for the root user or
   on Cygwin.  Cygwin parts from vinschen at redhat com; ok djm@

19 years agothat was "ok dtucker@"
djm [Sat, 16 Oct 2004 08:53:28 +0000 (08:53 +0000)] 
that was "ok dtucker@"

19 years ago - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculations
djm [Sat, 16 Oct 2004 08:52:44 +0000 (08:52 +0000)] 
 - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculations

19 years ago - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants
dtucker [Wed, 6 Oct 2004 13:15:44 +0000 (13:15 +0000)] 
 - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants
   to void * to appease picky compilers (eg Tru64's "cc -std1").

19 years ago - (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted Mode
dtucker [Wed, 6 Oct 2004 10:09:32 +0000 (10:09 +0000)] 
 - (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted Mode
   and other PAM platforms.

19 years ago - (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@
dtucker [Thu, 30 Sep 2004 11:17:08 +0000 (11:17 +0000)] 
 - (dtucker) [configure.ac] Set AC_PACKAGE_NAME.  ok djm@

19 years ago - (dtucker) [openbsd-compat/bsd-snprintf.c] Previous change was off by one,
dtucker [Thu, 23 Sep 2004 11:35:09 +0000 (11:35 +0000)] 
 - (dtucker) [openbsd-compat/bsd-snprintf.c] Previous change was off by one,
   which could have caused the justification to be wrong.  ok djm@

19 years ago - (dtucker) [contrib/cygwin/ssh-host-config] Update to match current Cygwin
dtucker [Tue, 21 Sep 2004 11:35:55 +0000 (11:35 +0000)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] Update to match current Cygwin
   install process.  Patch from vinschen at redhat.com.

19 years ago - (dtucker) [openbsd-compat/bsd-snprintf.c] Check for max length too.
dtucker [Tue, 21 Sep 2004 11:32:12 +0000 (11:32 +0000)] 
 - (dtucker) [openbsd-compat/bsd-snprintf.c] Check for max length too.
   ok djm@

19 years ago - (dtucker) [configure.ac] Fix incorrect quoting and tests for cross-compile.
dtucker [Sun, 12 Sep 2004 12:36:15 +0000 (12:36 +0000)] 
 - (dtucker) [configure.ac] Fix incorrect quoting and tests for cross-compile.
   Partly by & ok djm@.

19 years ago - (djm) [ssh.c sshd.c version.h] Don't divulge portable version in protocol
djm [Sun, 12 Sep 2004 06:53:04 +0000 (06:53 +0000)] 
 - (djm) [ssh.c sshd.c version.h] Don't divulge portable version in protocol
   banner. Suggested by deraadt@, ok mouring@, dtucker@

19 years ago - (djm) [loginrec.c] xmalloc
djm [Sun, 12 Sep 2004 05:26:00 +0000 (05:26 +0000)] 
 - (djm) [loginrec.c] xmalloc

19 years ago - (djm) [loginrec.c] __func__ifiy
djm [Sun, 12 Sep 2004 05:25:17 +0000 (05:25 +0000)] 
 - (djm) [loginrec.c] __func__ifiy

19 years ago - (djm) [loginrec.c] Start KNF and tidy up of this long-neglected file.
djm [Sun, 12 Sep 2004 05:18:55 +0000 (05:18 +0000)] 
 - (djm) [loginrec.c] Start KNF and tidy up of this long-neglected file.
   No change in resultant binary

19 years ago - (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM. From deengert
dtucker [Sat, 11 Sep 2004 13:32:09 +0000 (13:32 +0000)] 
 - (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM.  From deengert
   at anl.gov, ok djm@

19 years ago - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure.
dtucker [Sat, 11 Sep 2004 13:26:37 +0000 (13:26 +0000)] 
 - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure.
   Parts by chua at ayrnetworks.com, astrand at lysator.liu.se and me.  ok djm@

19 years ago - (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@
dtucker [Sat, 11 Sep 2004 13:09:53 +0000 (13:09 +0000)] 
 - (dtucker) [session.c] Bug #927: make .hushlogin silent again.  ok djm@

19 years ago - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
dtucker [Sat, 11 Sep 2004 13:07:03 +0000 (13:07 +0000)] 
 - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
   Bug #892: Send messages from failing PAM account modules to the client via
   SSH2_MSG_USERAUTH_BANNER messages.  Note that this will not happen with
   SSH2 kbdint authentication, which need to be dealt with separately.  ok djm@

19 years ago - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]
djm [Sat, 11 Sep 2004 12:42:09 +0000 (12:42 +0000)] 
 - (djm) [auth2-kbdint.c auth2-none.c  auth2-passwd.c auth2-pubkey.c]
   Make cygwin code more consistent with that which surrounds it

19 years ago - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change.
dtucker [Sat, 11 Sep 2004 12:28:01 +0000 (12:28 +0000)] 
 - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change.

19 years ago - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from
dtucker [Sat, 11 Sep 2004 12:17:26 +0000 (12:17 +0000)] 
 - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from
   failing PAM session modules to user then exit, similar to the way
   /etc/nologin is handled.  ok djm@

19 years ago - (djm) [ssh-agent.c] unifdef some cygwin code; ok dtucker@
djm [Sat, 11 Sep 2004 05:18:05 +0000 (05:18 +0000)] 
 - (djm) [ssh-agent.c] unifdef some cygwin code; ok dtucker@

19 years ago - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability
dtucker [Mon, 30 Aug 2004 11:33:02 +0000 (11:33 +0000)] 
 - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability
   of shell constructs.  Patch from cjwatson at debian.org.

19 years ago - (dtucker) [regress/Makefile] Clean scp-ssh-wrapper.scp too. Patch from
dtucker [Mon, 30 Aug 2004 11:13:49 +0000 (11:13 +0000)] 
 - (dtucker) [regress/Makefile] Clean scp-ssh-wrapper.scp too.  Patch from
   vinschen at redhat.com.

19 years ago - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
dtucker [Mon, 30 Aug 2004 10:42:08 +0000 (10:42 +0000)] 
 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
   copy required environment variables on Cygwin.  Patch from vinschen at
   redhat.com, ok djm@

19 years ago - (dtucker) [openbsd-compat/port-aix.c] Bug #712: Explicitly check for
dtucker [Sun, 29 Aug 2004 11:43:33 +0000 (11:43 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Bug #712: Explicitly check for
   accounts with authentication configs that sshd can't support (ie
   SYSTEM=NONE and AUTH1=something).

19 years ago - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.
dtucker [Sun, 29 Aug 2004 11:18:09 +0000 (11:18 +0000)] 
 - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.

19 years ago - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64
dtucker [Sun, 29 Aug 2004 10:33:07 +0000 (10:33 +0000)] 
 - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64
   too; patch from cmadams at hiwaay.net.

19 years ago - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
dtucker [Sun, 29 Aug 2004 09:52:32 +0000 (09:52 +0000)] 
 - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
   builds too, from vinschen at redhat.com.

19 years ago - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like
dtucker [Sun, 29 Aug 2004 09:39:09 +0000 (09:39 +0000)] 
 - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like
   files ending in .exe that aren't binaries; patch from vinschen at redhat.com.

19 years ago - (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn
dtucker [Sun, 29 Aug 2004 07:14:31 +0000 (07:14 +0000)] 
 - (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn
   down, needed on some platforms, should be harmless on others.  Patch from
   jason at devrandom.org.

19 years ago - (dtucker) [regress/multiplex.sh] Skip test on platforms that do not
dtucker [Sun, 29 Aug 2004 07:09:34 +0000 (07:09 +0000)] 
 - (dtucker) [regress/multiplex.sh] Skip test on platforms that do not
   support FD passing since multiplex requires it.  Noted by tim@

19 years ago - (dtucker) [configure.ac] Include sys/stream.h in sys/ptms.h header check,
dtucker [Sun, 29 Aug 2004 07:04:50 +0000 (07:04 +0000)] 
 - (dtucker) [configure.ac] Include sys/stream.h in sys/ptms.h header check,
   fixes configure warning on Solaris reported by wknox at mitre.org.

19 years ago - djm@cvs.openbsd.org 2004/08/28 01:01:48
dtucker [Sun, 29 Aug 2004 06:38:41 +0000 (06:38 +0000)] 
   - djm@cvs.openbsd.org 2004/08/28 01:01:48
     [sshd.c]
     don't erroneously close stdin for !reexec case, from Dave Johnson;
     ok markus@

19 years ago - markus@cvs.openbsd.org 2004/08/26 16:00:55
dtucker [Sun, 29 Aug 2004 06:37:24 +0000 (06:37 +0000)] 
   - markus@cvs.openbsd.org 2004/08/26 16:00:55
     [ssh.1 sshd.8]
     get rid of references to rhosts authentication; with jmc@

19 years ago - dtucker@cvs.openbsd.org 2004/08/23 14:29:23
dtucker [Sun, 29 Aug 2004 06:32:59 +0000 (06:32 +0000)] 
   - dtucker@cvs.openbsd.org 2004/08/23 14:29:23
     [ssh-keysign.c]
     Remove duplicate getuid(), suggested by & ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/08/23 14:26:38
dtucker [Sun, 29 Aug 2004 06:31:28 +0000 (06:31 +0000)] 
   - dtucker@cvs.openbsd.org 2004/08/23 14:26:38
     [ssh-keysign.c ssh.c]
     Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
     change in Portable; ok markus@ (CVS ID sync only)

19 years ago - djm@cvs.openbsd.org 2004/08/23 11:48:47
dtucker [Sun, 29 Aug 2004 06:29:44 +0000 (06:29 +0000)] 
   - djm@cvs.openbsd.org 2004/08/23 11:48:47
     [channels.c]
     typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus

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