]> andersk Git - openssh.git/log
openssh.git
19 years ago - dtucker@cvs.openbsd.org 2005/01/30 11:18:08
dtucker [Tue, 8 Feb 2005 22:52:17 +0000 (22:52 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/30 11:18:08
     [monitor.c]
     Make code match intent; ok djm@

19 years ago - jmc@cvs.openbsd.org 2005/01/28 18:14:09
dtucker [Tue, 8 Feb 2005 22:51:08 +0000 (22:51 +0000)] 
   - jmc@cvs.openbsd.org 2005/01/28 18:14:09
     [ssh_config.5]
     wording;
     ok markus@

19 years ago - jmc@cvs.openbsd.org 2005/01/28 15:05:43
dtucker [Tue, 8 Feb 2005 22:48:57 +0000 (22:48 +0000)] 
   - jmc@cvs.openbsd.org 2005/01/28 15:05:43
     [ssh_config.5]
     grammar;

19 years ago - dtucker@cvs.openbsd.org 2005/01/28 09:45:53
dtucker [Tue, 8 Feb 2005 22:46:47 +0000 (22:46 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/28 09:45:53
     [ssh_config]
     Make it clear that the example entries in ssh_config are only some of the
     commonly-used options and refer the user to ssh_config(5) for more
     details; ok djm@

19 years ago - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c
dtucker [Tue, 8 Feb 2005 10:52:47 +0000 (10:52 +0000)] 
 - (dtucker) [audit.c audit.h auth.c auth1.c auth2.c loginrec.c monitor.c
   monitor_wrap.c monitor_wrap.h session.c sshd.c]: Prepend all of the audit
   defines and enums with SSH_ to prevent namespace collisions on some
   platforms (eg AIX).

19 years ago - (dtucker) [openbsd-compat/port-aix.c] Silence compiler warnings.
dtucker [Tue, 8 Feb 2005 10:06:55 +0000 (10:06 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.c] Silence compiler warnings.

19 years ago - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
dtucker [Tue, 8 Feb 2005 09:17:17 +0000 (09:17 +0000)] 
 - (dtucker) [regress/test-exec.sh] Bug #912: Set _POSIX2_VERSION for the
   regress tests so newer versions of GNU head(1) behave themselves.  Patch
   by djm, so ok me.

19 years ago - (dtucker) [auth.c] Fix parens in audit log check.
dtucker [Fri, 4 Feb 2005 04:19:44 +0000 (04:19 +0000)] 
 - (dtucker) [auth.c] Fix parens in audit log check.

19 years ago - (dtucker) [monitor.c] Permit INVALID_USER audit events from slave too.
dtucker [Fri, 4 Feb 2005 04:05:08 +0000 (04:05 +0000)] 
 - (dtucker) [monitor.c] Permit INVALID_USER audit events from slave too.

19 years agotypo
dtucker [Thu, 3 Feb 2005 04:07:37 +0000 (04:07 +0000)] 
typo

19 years ago - (dtucker) [added audit.c audit.h] Bug #125: (first stage) Add audit
dtucker [Wed, 2 Feb 2005 13:37:14 +0000 (13:37 +0000)] 
 - (dtucker) [added audit.c audit.h] Bug #125: (first stage) Add audit
   instrumentation to sshd, currently disabled by default.  with suggestions
   from and djm@

19 years ago - (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.c
dtucker [Wed, 2 Feb 2005 13:20:53 +0000 (13:20 +0000)] 
 - (dtucker) [Makefile.in auth.c auth.h auth1.c auth2.c loginrec.c monitor.c
   monitor.h monitor_wrap.c monitor_wrap.h session.c sshd.c] Bug #125:
   (first stage) Add audit instrumentation to sshd, currently disabled by
   default.  with suggestions from and djm@

19 years ago - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c]
dtucker [Wed, 2 Feb 2005 12:30:24 +0000 (12:30 +0000)] 
 - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c]
   Bug #974: Teach sshd to write failed login records to btmp for failed auth
   attempts (currently only for password, kbdint and C/R, only on Linux and
   HP-UX), based on code from login.c from util-linux. With ashok_kovai at
   hotmail.com, ok djm@

19 years ago - (dtucker) [session.c sshd.c] Bug #445: Propogate KRB5CCNAME if set to child
dtucker [Wed, 2 Feb 2005 07:30:33 +0000 (07:30 +0000)] 
 - (dtucker) [session.c sshd.c] Bug #445: Propogate KRB5CCNAME if set to child
   the process.  Since we also unset KRB5CCNAME at startup, if it's set after
   authentication it must have been set by the platform's native auth system.
   This was already done for AIX; this enables it for the general case.

19 years ago - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}]
dtucker [Wed, 2 Feb 2005 06:10:11 +0000 (06:10 +0000)] 
 - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}]
   Make record_failed_login() call provide hostname rather than having the
   implementations having to do lookups themselves.  Only affects AIX and
   UNICOS (the latter only uses the "user" parameter anyway).  ok djm@

19 years ago - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpath
dtucker [Tue, 1 Feb 2005 23:43:59 +0000 (23:43 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpath
   rev 1.11 from OpenBSD and make it use fchdir if available.  ok djm@

19 years ago - (dtucker) [sshd_config.5] Bug #701: remove warning about
dtucker [Tue, 1 Feb 2005 08:16:45 +0000 (08:16 +0000)] 
 - (dtucker) [sshd_config.5] Bug #701: remove warning about
   keyboard-interactive since this is no longer the case.

19 years ago - (dtucker) [log.c] Bug #973: force log_init() to open syslog, since on some
dtucker [Tue, 1 Feb 2005 06:35:09 +0000 (06:35 +0000)] 
 - (dtucker) [log.c] Bug #973: force log_init() to open syslog, since on some
   platforms syslog will revert to its default values.  This may result in
   messages from external libraries (eg libwrap) being sent to a different
   facility.

19 years ago - dtucker@cvs.openbsd.org 2005/01/24 11:47:13
dtucker [Mon, 24 Jan 2005 11:50:47 +0000 (11:50 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/24 11:47:13
     [auth-passwd.c]
     #if -> #ifdef so builds without HAVE_LOGIN_CAP work too; ok djm@ otto@

19 years ago - dtucker@cvs.openbsd.org 2005/01/24 10:29:06
dtucker [Mon, 24 Jan 2005 11:00:40 +0000 (11:00 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/24 10:29:06
     [moduli]
     Import new moduli; requested by deraadt@ a week ago

19 years ago - dtucker@cvs.openbsd.org 2005/01/24 10:22:06
dtucker [Mon, 24 Jan 2005 10:57:40 +0000 (10:57 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/24 10:22:06
     [scp.c sftp.c]
     Have scp and sftp wait for the spawned ssh to exit before they exit
     themselves.  This prevents ssh from being unable to restore terminal
     modes (not normally a problem on OpenBSD but common with -Portable
     on POSIX platforms).  From peak at argo.troja.mff.cuni.cz (bz#950);
     ok djm@ markus@

19 years ago - djm@cvs.openbsd.org 2005/01/23 10:18:12
dtucker [Mon, 24 Jan 2005 10:57:11 +0000 (10:57 +0000)] 
   - djm@cvs.openbsd.org 2005/01/23 10:18:12
     [cipher.c]
     config option "Ciphers" should be case-sensitive; ok dtucker@

19 years ago - dtucker@cvs.openbsd.org 2005/01/22 08:17:59
dtucker [Mon, 24 Jan 2005 10:56:48 +0000 (10:56 +0000)] 
   - dtucker@cvs.openbsd.org 2005/01/22 08:17:59
     [auth.c]
     Log source of connections denied by AllowUsers, DenyUsers, AllowGroups and
     DenyGroups.  bz #909, ok djm@

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@

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