]> andersk Git - openssh.git/log
openssh.git
19 years ago - (dtucker) [auth-pam.c] Bug #971: Prevent leaking information about user V_3_9
dtucker [Thu, 20 Jan 2005 03:29:03 +0000 (03:29 +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 03:27:39 +0000 (03:27 +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) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX
dtucker [Tue, 2 Nov 2004 09:29:53 +0000 (09:29 +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:34:14 +0000 (06:34 +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 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

19 years ago - djm@cvs.openbsd.org 2004/08/23 11:48:09
dtucker [Sun, 29 Aug 2004 06:28:39 +0000 (06:28 +0000)] 
   - djm@cvs.openbsd.org 2004/08/23 11:48:09
     [authfile.c]
     fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus

19 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Prevent getrrsetbyname from
dtucker [Sun, 29 Aug 2004 06:12:29 +0000 (06:12 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Prevent getrrsetbyname from
   failing with NOMEMORY if no sigs are returned and malloc(0) returns NULL.
   From Martin.Kraemer at Fujitsu-Siemens.com; ok djm@

19 years agoAdd filename to ChangeLog entry
dtucker [Sat, 28 Aug 2004 06:17:35 +0000 (06:17 +0000)] 
Add filename to ChangeLog entry

19 years ago - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
dtucker [Sat, 28 Aug 2004 05:46:57 +0000 (05:46 +0000)] 
 - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
   vinschen at redhat.com.

19 years ago - (djm) [loginrec.c] Typo and bad args in error messages; Spotted by
djm [Mon, 23 Aug 2004 11:53:28 +0000 (11:53 +0000)] 
 - (djm) [loginrec.c] Typo and bad args in error messages; Spotted by
   Martin.Kraemer AT Fujitsu-Siemens.com

19 years ago - (djm) [ssh-rand-helper.c] Typo. Found by
djm [Mon, 23 Aug 2004 11:52:08 +0000 (11:52 +0000)] 
 - (djm) [ssh-rand-helper.c] Typo. Found by
   Martin.Kraemer AT Fujitsu-Siemens.com

19 years ago - (djm) Release 3.9p1 V_3_9_P1
djm [Tue, 17 Aug 2004 12:50:40 +0000 (12:50 +0000)] 
 - (djm) Release 3.9p1

19 years ago - (djm) Crank RPM spec version numbers
djm [Tue, 17 Aug 2004 12:49:12 +0000 (12:49 +0000)] 
 - (djm) Crank RPM spec version numbers

19 years ago - (djm) OpenBSD CVS Sync
djm [Tue, 17 Aug 2004 12:47:41 +0000 (12:47 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2004/08/16 08:17:01
     [version.h]
     3.9

19 years ago - (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
dtucker [Tue, 17 Aug 2004 12:31:32 +0000 (12:31 +0000)] 
 - (dtucker) [regress/README.regress] Note compatibility issues with GNU head.

19 years ago - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root
dtucker [Mon, 16 Aug 2004 13:12:05 +0000 (13:12 +0000)] 
 - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root
   to convince Solaris PAM to honour password complexity rules.  ok djm@

19 years ago - (dtucker) [Makefile.in] Fix typo.
dtucker [Sun, 15 Aug 2004 11:01:37 +0000 (11:01 +0000)] 
 - (dtucker) [Makefile.in] Fix typo.

19 years ago - (djm) [loginrec.c] Check that seek succeeded here too; ok dtucker
djm [Sun, 15 Aug 2004 09:12:52 +0000 (09:12 +0000)] 
 - (djm) [loginrec.c] Check that seek succeeded here too; ok dtucker

19 years ago - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in
djm [Sun, 15 Aug 2004 08:40:59 +0000 (08:40 +0000)] 
 - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in
   openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-misc.c
   openbsd-compat/bsd-misc.h openbsd-compat/openbsd-compat.h] Use smarter
   closefrom() replacement from sudo; ok dtucker@

19 years ago - (dtucker) [Makefile.in ssh-keysign.c ssh.c] Use permanently_set_uid() since
dtucker [Sun, 15 Aug 2004 07:23:34 +0000 (07:23 +0000)] 
 - (dtucker) [Makefile.in ssh-keysign.c ssh.c] Use permanently_set_uid() since
   it does the right thing on all platforms.  ok djm@

19 years ago - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
dtucker [Sat, 14 Aug 2004 14:09:11 +0000 (14:09 +0000)] 
 - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h]
   Plug AIX login recording into login_write so logins will be recorded for
   all auth types.

19 years ago - (dtucker) [includes.h] Undef _INCLUDE__STDC__ on HP-UX, otherwise
dtucker [Sat, 14 Aug 2004 14:01:48 +0000 (14:01 +0000)] 
 - (dtucker) [includes.h] Undef _INCLUDE__STDC__ on HP-UX, otherwise
   prot.h and shadow.h provide conflicting declarations of getspnam.  ok djm@

19 years ago - (dtucker) [auth-krb5.c gss-serv-krb5.c openbsd-compat/xmmap.c]
dtucker [Sat, 14 Aug 2004 13:55:37 +0000 (13:55 +0000)] 
 - (dtucker) [auth-krb5.c gss-serv-krb5.c openbsd-compat/xmmap.c]
   Explicitly set umask for mkstemp; ok djm@

19 years agoremove antique crypto restrictions text
djm [Sat, 14 Aug 2004 00:26:30 +0000 (00:26 +0000)] 
remove antique crypto restrictions text

19 years ago - dtucker@cvs.openbsd.org 2004/08/13 11:09:24
dtucker [Fri, 13 Aug 2004 11:30:24 +0000 (11:30 +0000)] 
   - dtucker@cvs.openbsd.org 2004/08/13 11:09:24
     [servconf.c]
     Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr
     ok markus@, djm@

19 years ago - djm@cvs.openbsd.org 2004/08/13 02:51:48
dtucker [Fri, 13 Aug 2004 11:29:02 +0000 (11:29 +0000)] 
   - djm@cvs.openbsd.org 2004/08/13 02:51:48
     [monitor_fdpass.c]
     extra check for no message case; ok markus, deraadt, hshoexer, henning

19 years ago - jmc@cvs.openbsd.org 2004/08/13 00:01:43
dtucker [Fri, 13 Aug 2004 11:23:25 +0000 (11:23 +0000)] 
   - jmc@cvs.openbsd.org 2004/08/13 00:01:43
     [ssh-keygen.1]
     kill whitespace at eol;

19 years ago - jakob@cvs.openbsd.org 2004/08/12 21:41:13
dtucker [Fri, 13 Aug 2004 11:22:40 +0000 (11:22 +0000)] 
   - jakob@cvs.openbsd.org 2004/08/12 21:41:13
     [ssh-keygen.1 ssh.1]
     improve SSHFP documentation; ok deraadt@

19 years ago - djm@cvs.openbsd.org 2004/08/12 09:18:24
dtucker [Fri, 13 Aug 2004 11:21:47 +0000 (11:21 +0000)] 
   - djm@cvs.openbsd.org 2004/08/12 09:18:24
     [sshlogin.c]
     typo in error message, spotted by moritz AT jodeit.org (Id sync only)

19 years ago - avsm@cvs.openbsd.org 2004/08/11 21:44:32
dtucker [Fri, 13 Aug 2004 11:19:37 +0000 (11:19 +0000)] 
   - avsm@cvs.openbsd.org 2004/08/11 21:44:32
     [authfd.c scp.c ssh-keyscan.c]
     use atomicio instead of homegrown equivalents or read/write.
     markus@ ok

19 years ago - avsm@cvs.openbsd.org 2004/08/11 21:43:05
dtucker [Fri, 13 Aug 2004 11:18:00 +0000 (11:18 +0000)] 
   - avsm@cvs.openbsd.org 2004/08/11 21:43:05
     [channels.c channels.h clientloop.c misc.c misc.h serverloop.c ssh-agent.c]
     some signed/unsigned int comparison cleanups; markus@ ok

19 years ago - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
dtucker [Fri, 13 Aug 2004 08:37:21 +0000 (08:37 +0000)] 
 - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
   redhat.com

19 years ago - (dtucker) [sshd.c] Clear loginmsg in postauth monitor, prevents doubling
dtucker [Thu, 12 Aug 2004 13:08:14 +0000 (13:08 +0000)] 
 - (dtucker) [sshd.c] Clear loginmsg in postauth monitor, prevents doubling
    messages generated before the postauth privsep split.

19 years ago - djm@cvs.openbsd.org 2004/08/11 12:01:16
dtucker [Thu, 12 Aug 2004 12:50:03 +0000 (12:50 +0000)] 
   - djm@cvs.openbsd.org 2004/08/11 12:01:16
     [sshlogin.c]
     make store_lastlog_message() static to appease -Wall; ok markus

19 years ago - djm@cvs.openbsd.org 2004/08/11 11:59:22
dtucker [Thu, 12 Aug 2004 12:49:00 +0000 (12:49 +0000)] 
   - djm@cvs.openbsd.org 2004/08/11 11:59:22
     [sshlogin.c]
     check that lseek went were we told it to; ok markus@
     (Id sync only, but similar changes are needed in loginrec.c)

19 years ago - dtucker@cvs.openbsd.org 2004/08/11 11:50:09
dtucker [Thu, 12 Aug 2004 12:42:29 +0000 (12:42 +0000)] 
   - dtucker@cvs.openbsd.org 2004/08/11 11:50:09
     [sshd.c]
     Don't try to close startup_pipe if it's not open; ok djm@

19 years ago - dtucker@cvs.openbsd.org 2004/08/11 11:09:54
dtucker [Thu, 12 Aug 2004 12:41:44 +0000 (12:41 +0000)] 
   - dtucker@cvs.openbsd.org 2004/08/11 11:09:54
     [servconf.c]
     Fix minor leak; "looks right" deraadt@

19 years ago - djm@cvs.openbsd.org 2004/08/04 10:37:52
dtucker [Thu, 12 Aug 2004 12:40:59 +0000 (12:40 +0000)] 
   - djm@cvs.openbsd.org 2004/08/04 10:37:52
     [dh.c]
     return group14 when no primes found - fixes hang on empty /etc/moduli;
     ok markus@

19 years ago - markus@cvs.openbsd.org 2004/07/28 09:40:29
dtucker [Thu, 12 Aug 2004 12:40:24 +0000 (12:40 +0000)] 
   - markus@cvs.openbsd.org 2004/07/28 09:40:29
     [auth.c auth1.c auth2.c cipher.c cipher.h key.c session.c ssh.c
     sshconnect1.c]
     more s/illegal/invalid/

19 years ago - markus@cvs.openbsd.org 2004/07/28 08:56:22
dtucker [Thu, 12 Aug 2004 12:36:51 +0000 (12:36 +0000)] 
   - markus@cvs.openbsd.org 2004/07/28 08:56:22
     [sshd.c]
     call setsid() _before_ re-exec

19 years ago - (dtucker) [sshd.c] Remove duplicate variable imported during sync.
dtucker [Thu, 12 Aug 2004 12:16:55 +0000 (12:16 +0000)] 
 - (dtucker) [sshd.c] Remove duplicate variable imported during sync.

19 years ago - djm@cvs.openbsd.org 2004/07/21 11:51:29
djm [Wed, 21 Jul 2004 11:53:34 +0000 (11:53 +0000)] 
   - djm@cvs.openbsd.org 2004/07/21 11:51:29
     [canohost.c]
     bz#902: cache remote port so we don't fatal() in auth_log when remote
     connection goes away quickly. from peak AT argo.troja.mff.cuni.cz;
     ok markus@

19 years ago - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invalid
djm [Wed, 21 Jul 2004 10:54:47 +0000 (10:54 +0000)] 
 - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invalid
   usernames in setproctitle from peak AT argo.troja.mff.cuni.cz;

19 years ago - djm@cvs.openbsd.org 2004/07/21 10:36:23
djm [Wed, 21 Jul 2004 10:49:39 +0000 (10:49 +0000)] 
   - djm@cvs.openbsd.org 2004/07/21 10:36:23
     [gss-serv-krb5.c]
     fix function declaration

19 years ago - djm@cvs.openbsd.org 2004/07/21 10:33:31
djm [Wed, 21 Jul 2004 10:48:53 +0000 (10:48 +0000)] 
   - djm@cvs.openbsd.org 2004/07/21 10:33:31
     [auth1.c auth2.c]
     bz#899: Don't display invalid usernames in setproctitle

19 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 21 Jul 2004 10:48:24 +0000 (10:48 +0000)] 
 - (djm) OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2004/07/21 08:56:12
     [auth.c]
     s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas,
     miod, ...

19 years ago - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
djm [Wed, 21 Jul 2004 10:44:05 +0000 (10:44 +0000)] 
 - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now
   that sshd is fixed to behave better; suggested by tim

19 years ago - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from
djm [Wed, 21 Jul 2004 01:01:41 +0000 (01:01 +0000)] 
 - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from
   peak AT argo.troja.mff.cuni.cz

19 years ago - (djm) [log.c] bz #111: Escape more control characters when sending data
djm [Wed, 21 Jul 2004 00:52:13 +0000 (00:52 +0000)] 
 - (djm) [log.c] bz #111: Escape more control characters when sending data
   to syslog; from peak AT argo.troja.mff.cuni.cz

19 years ago - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
tim [Mon, 19 Jul 2004 17:19:26 +0000 (17:19 +0000)] 
 - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry.
   Report by rac AT tenzing.org

19 years ago - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function,
djm [Sun, 18 Jul 2004 23:39:11 +0000 (23:39 +0000)] 
 - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function,
   instead return PAM_CONV_ERR, avoiding another path to fatal(); ok dtucker@

19 years ago - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD
djm [Sun, 18 Jul 2004 23:30:38 +0000 (23:30 +0000)] 
 - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD
   ok dtucker@

19 years ago - dtucker@cvs.openbsd.org 2004/07/17 05:31:41
dtucker [Sat, 17 Jul 2004 07:05:14 +0000 (07:05 +0000)] 
   - dtucker@cvs.openbsd.org 2004/07/17 05:31:41
     [monitor.c monitor_wrap.c session.c session.h sshd.c sshlogin.c]
     Move "Last logged in at.." message generation to the monitor, right
     before recording the new login.  Fixes missing lastlog message when
     /var/log/lastlog is not world-readable and incorrect datestamp when
     multiple sessions are used (bz #463);  much assistance & ok markus@

19 years ago - brad@cvs.openbsd.org 2004/07/12 23:34:25
dtucker [Sat, 17 Jul 2004 06:13:15 +0000 (06:13 +0000)] 
   - brad@cvs.openbsd.org 2004/07/12 23:34:25
     [ssh-keyscan.1]
     Fix incorrect macro, .I -> .Em
     From: Eric S. Raymond <esr at thyrsus dot com>
     ok jmc@

19 years ago - deraadt@cvs.openbsd.org 2004/07/11 17:48:47
dtucker [Sat, 17 Jul 2004 06:12:08 +0000 (06:12 +0000)] 
   - deraadt@cvs.openbsd.org 2004/07/11 17:48:47
     [channels.c cipher.c clientloop.c clientloop.h compat.h moduli.c
     readconf.c nchan.c pathnames.h progressmeter.c readconf.h servconf.c
     session.c sftp-client.c sftp.c ssh-agent.1 ssh-keygen.c ssh.c ssh1.h
     sshd.c ttymodes.h]
     spaces

19 years ago - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
dtucker [Sat, 17 Jul 2004 04:07:42 +0000 (04:07 +0000)] 
 - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
   ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c
   openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c.  Reduces
   diff vs OpenBSD; ok mouring@, tested by tim@ too.

19 years ago - (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allows
dtucker [Sun, 11 Jul 2004 06:54:08 +0000 (06:54 +0000)] 
 - (dtucker) [auth-pam.c] Check for zero from waitpid() too, which allows
   the monitor to properly clean up the PAM thread (Debian bug #252676).

19 years ago - (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
tim [Fri, 9 Jul 2004 17:45:26 +0000 (17:45 +0000)] 
 - (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
   vinschen AT redhat.com

19 years ago - dtucker@cvs.openbsd.org 2004/07/08 12:47:21
dtucker [Thu, 8 Jul 2004 13:11:44 +0000 (13:11 +0000)] 
   - dtucker@cvs.openbsd.org 2004/07/08 12:47:21
     [scp.c]
     Prevent scp from skipping the file following a double-error.
     bz #863, ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/07/03 11:02:25
dtucker [Thu, 8 Jul 2004 13:09:42 +0000 (13:09 +0000)] 
   - dtucker@cvs.openbsd.org 2004/07/03 11:02:25
     [monitor_wrap.c]
     Put s/key functions inside #ifdef SKEY same as monitor.c,
     from des@freebsd via bz #330, ok markus@

19 years ago - dtucker@cvs.openbsd.org 2004/07/03 05:11:33
dtucker [Thu, 8 Jul 2004 13:08:26 +0000 (13:08 +0000)] 
   - dtucker@cvs.openbsd.org 2004/07/03 05:11:33
     [sshlogin.c] (RCSID sync only, the corresponding code is not in Portable)
     Use '\0' not 0 for string; ok djm@, deraadt@

19 years ago - (dtucker) [mdoc2man.awk] Teach it to ignore .Bk -words, reported by
dtucker [Fri, 2 Jul 2004 08:43:09 +0000 (08:43 +0000)] 
 - (dtucker) [mdoc2man.awk] Teach it to ignore .Bk -words, reported by
   strube at physik3.gwdg.de a long time ago.

19 years ago - (tim) [buildpkg.sh.in] Add $REV to bump the package revision within
tim [Fri, 2 Jul 2004 03:41:15 +0000 (03:41 +0000)] 
 - (tim) [buildpkg.sh.in] Add $REV to bump the package revision within
   the same version. Handle the case where someone uses --with-privsep-user=
   and the user name does not match the group name. ok dtucker@

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