]> andersk Git - openssh.git/log
openssh.git
17 years ago - (dtucker) [dh.c] Type fix for BN_hex2bn; ok markus@ V_4_5 V_4_5_P1
dtucker [Tue, 7 Nov 2006 13:02:59 +0000 (13:02 +0000)] 
 - (dtucker) [dh.c] Type fix for BN_hex2bn; ok markus@

17 years ago - (dtucker) Release 4.5p1.
dtucker [Tue, 7 Nov 2006 12:27:34 +0000 (12:27 +0000)] 
 - (dtucker) Release 4.5p1.

17 years ago - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump
dtucker [Tue, 7 Nov 2006 12:25:45 +0000 (12:25 +0000)] 
 - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump
   versions.

17 years ago - markus@cvs.openbsd.org 2006/11/07 10:31:31
dtucker [Tue, 7 Nov 2006 12:16:08 +0000 (12:16 +0000)] 
   - markus@cvs.openbsd.org 2006/11/07 10:31:31
     [monitor.c version.h]
     correctly check for bad signatures in the monitor, otherwise the monitor
     and the unpriv process can get out of sync. with dtucker@, ok djm@,
     dtucker@

17 years ago - markus@cvs.openbsd.org 2006/11/06 21:25:28
dtucker [Tue, 7 Nov 2006 12:14:41 +0000 (12:14 +0000)] 
   - markus@cvs.openbsd.org 2006/11/06 21:25:28
     [auth-rsa.c kexgexc.c kexdhs.c key.c ssh-dss.c sshd.c kexgexs.c
     ssh-keygen.c bufbn.c moduli.c scard.c kexdhc.c sshconnect1.c dh.c rsa.c]
     add missing checks for openssl return codes; with & ok djm@

17 years ago - (dtucker) [sshd.c] Use privsep_pw if we have it, but only require it
dtucker [Tue, 7 Nov 2006 00:28:40 +0000 (00:28 +0000)] 
 - (dtucker) [sshd.c] Use privsep_pw if we have it, but only require it
   if we absolutely need it.  Pointed out by Corinna, ok djm@

17 years ago - markus@cvs.openbsd.org 2006/10/31 16:33:12
djm [Sat, 4 Nov 2006 18:32:02 +0000 (18:32 +0000)] 
   - markus@cvs.openbsd.org 2006/10/31 16:33:12
     [kexdhc.c kexdhs.c kexgexc.c kexgexs.c]
     check DH_compute_key() for -1 even if it should not happen because of
     earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm

17 years ago - (djm) OpenBSD CVS Sync
djm [Sat, 4 Nov 2006 18:31:33 +0000 (18:31 +0000)] 
 - (djm) OpenBSD CVS Sync
   - otto@cvs.openbsd.org 2006/10/28 18:08:10
     [ssh.1]
     correct/expand example of usage of -w; ok jmc@ stevesk@

17 years ago - (dtucker) [openbsd-compat/port-solaris.c] Bug #1255: Make only hwerr
dtucker [Tue, 31 Oct 2006 23:28:49 +0000 (23:28 +0000)] 
 - (dtucker) [openbsd-compat/port-solaris.c] Bug #1255: Make only hwerr
   events fatal in Solaris process contract support and tell it to signal
   only processes in the same process group when something happens.
   Based on information from andrew.benham at thus.net and similar to
   a patch from Chad Mynhier.  ok djm@

17 years ago- (djm) [auth.c] gc some dead code
djm [Fri, 27 Oct 2006 15:10:15 +0000 (15:10 +0000)] 
- (djm) [auth.c] gc some dead code

17 years ago - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
tim [Mon, 23 Oct 2006 21:44:47 +0000 (21:44 +0000)] 
 - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep
   autoconf 2.60 from complaining.

17 years ago - djm@cvs.openbsd.org 2006/10/22 02:25:50
djm [Mon, 23 Oct 2006 17:03:02 +0000 (17:03 +0000)] 
   - djm@cvs.openbsd.org 2006/10/22 02:25:50
     [sftp-client.c]
     cancel progress meter when upload write fails; ok deraadt@

17 years ago - markus@cvs.openbsd.org 2006/10/11 12:38:03
djm [Mon, 23 Oct 2006 17:02:41 +0000 (17:02 +0000)] 
   - markus@cvs.openbsd.org 2006/10/11 12:38:03
     [clientloop.c serverloop.c]
     exit instead of doing a blocking tcp send if we detect a client/server
     timeout, since the tcp sendqueue might be already full (of alive
     requests); ok dtucker, report mpf

17 years ago - markus@cvs.openbsd.org 2006/10/10 10:12:45
djm [Mon, 23 Oct 2006 17:02:23 +0000 (17:02 +0000)] 
   - markus@cvs.openbsd.org 2006/10/10 10:12:45
     [sshconnect.c]
     sleep before retrying (not after) since sleep changes errno; fixes
     pr 5250; rad@twig.com; ok dtucker djm

17 years ago - djm@cvs.openbsd.org 2006/10/09 23:36:11
djm [Mon, 23 Oct 2006 17:01:56 +0000 (17:01 +0000)] 
   - djm@cvs.openbsd.org 2006/10/09 23:36:11
     [session.c]
     xmalloc -> xcalloc that was missed previously, from portable
     (NB. Id sync only for portable, obviously)

17 years ago - djm@cvs.openbsd.org 2006/10/06 02:29:19
djm [Mon, 23 Oct 2006 17:01:16 +0000 (17:01 +0000)] 
   - djm@cvs.openbsd.org 2006/10/06 02:29:19
     [ssh-agent.c ssh-keyscan.c ssh.c]
     sys/resource.h needs sys/time.h; prompted by brad@
     (NB. Id sync only for portable)

17 years ago - (djm) OpenBSD CVS Sync
djm [Mon, 23 Oct 2006 17:00:12 +0000 (17:00 +0000)] 
 - (djm) OpenBSD CVS Sync
   - ray@cvs.openbsd.org 2006/09/30 17:48:22
     [sftp.c]
     Clear errno before calling the strtol functions.
     From Paul Stoeber <x0001 at x dot de1 dot cc>.
     OK deraadt@.

17 years ago - (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings
dtucker [Wed, 18 Oct 2006 12:51:31 +0000 (12:51 +0000)] 
 - (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings
   on older versions of OS X.  ok djm@

17 years ago - ray@cvs.openbsd.org 2006/09/25 04:55:38
dtucker [Tue, 17 Oct 2006 21:53:06 +0000 (21:53 +0000)] 
   - ray@cvs.openbsd.org 2006/09/25 04:55:38
     [ssh-keyscan.1 ssh.1]
     Change "a SSH" to "an SSH".  Hurray, I'm not the only one who
     pronounces "SSH" as "ess-ess-aich".
     OK jmc@ and stevesk@.

17 years ago - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros
dtucker [Mon, 16 Oct 2006 09:49:12 +0000 (09:49 +0000)] 
 - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros
   on older (2.0) Linuxes.  Based on patch from thmo-13 at gmx de.

17 years ago - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer).
tim [Sat, 7 Oct 2006 01:49:36 +0000 (01:49 +0000)] 
 - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer).
   Allow setting alternate awk in openssh-config.local.

17 years ago - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for
dtucker [Fri, 6 Oct 2006 23:07:20 +0000 (23:07 +0000)] 
 - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for
   SELinux functions so they're detected correctly.  Patch from pebenito at
   gentoo.org.

17 years ago20061006
tim [Fri, 6 Oct 2006 21:58:38 +0000 (21:58 +0000)] 
20061006
 - (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris.
   Differentiate between OpenServer 5 and OpenServer 6

17 years ago - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
tim [Tue, 3 Oct 2006 16:34:35 +0000 (16:34 +0000)] 
 - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
   section so additional platform specific CHECK_HEADER tests will work
   correctly. Fixes "<net/if_tap.h> on FreeBSD" problem report by des AT des.no
   Feedback and "seems like a good idea" dtucker@

17 years ago - (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no.
dtucker [Sat, 30 Sep 2006 22:09:50 +0000 (22:09 +0000)] 
 - (dtucker) [audit-bsm.c] Include errno.h.  Pointed out by des at des.no.

17 years ago - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
dtucker [Fri, 29 Sep 2006 10:16:51 +0000 (10:16 +0000)] 
 - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine
   support.  Patch from andrew.benham at thus net.

17 years ago - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
dtucker [Thu, 28 Sep 2006 09:40:20 +0000 (09:40 +0000)] 
 - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error
   on Solaris 8 w/out /dev/random or prngd.  Patch from rl at
   math.technion.ac.il.

17 years agoMarker for 4.4p1 release
dtucker [Thu, 28 Sep 2006 09:08:32 +0000 (09:08 +0000)] 
Marker for 4.4p1 release

17 years ago - (dtucker) [sftp-server.8] Resync; spotted by djm@
dtucker [Tue, 26 Sep 2006 10:14:28 +0000 (10:14 +0000)] 
 - (dtucker) [sftp-server.8] Resync; spotted by djm@

17 years ago - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
dtucker [Tue, 26 Sep 2006 08:59:34 +0000 (08:59 +0000)] 
 - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
   referenced any more.  ok djm@

17 years agoTrim ChangeLog Prior to 4.2p1
dtucker [Tue, 26 Sep 2006 08:57:28 +0000 (08:57 +0000)] 
Trim ChangeLog Prior to 4.2p1

17 years ago20060924
tim [Sun, 24 Sep 2006 19:08:59 +0000 (19:08 +0000)] 
20060924
 - (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added
   to rev 1.308) to work around broken gcc 2.x header file.

17 years ago - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
dtucker [Sat, 23 Sep 2006 06:25:19 +0000 (06:25 +0000)] 
 - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than
   $LDFLAGS.  Patch from vapier at gentoo org.

17 years ago - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
dtucker [Fri, 22 Sep 2006 09:22:17 +0000 (09:22 +0000)] 
 - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on
   some platforms (eg HP-UX 11.00).  From santhi.amirta at gmail com.

17 years ago - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes
dtucker [Thu, 21 Sep 2006 13:13:30 +0000 (13:13 +0000)] 
 - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes
   build error on Ultrix.  From Bernhard Simon.

17 years ago - markus@cvs.openbsd.org 2006/09/19 21:14:08
dtucker [Thu, 21 Sep 2006 03:00:25 +0000 (03:00 +0000)] 
   - markus@cvs.openbsd.org 2006/09/19 21:14:08
     [packet.c]
     client NULL deref on protocol error; Tavis Ormandy, Google Security Team

17 years ago - otto@cvs.openbsd.org 2006/09/19 05:52:23
dtucker [Thu, 21 Sep 2006 02:59:33 +0000 (02:59 +0000)] 
   - otto@cvs.openbsd.org 2006/09/19 05:52:23
     [sftp.c]
     Use S_IS* macros insted of masking with S_IF* flags. The latter may
     have multiple bits set, which lead to surprising results. Spotted by
     Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@

17 years ago - (dtucker) [openbsd-compat/port-aix.{c,h}] Reduce scope of includes.
dtucker [Mon, 18 Sep 2006 13:54:32 +0000 (13:54 +0000)] 
 - (dtucker) [openbsd-compat/port-aix.{c,h}] Reduce scope of includes.
   Prevents macro redefinition warnings of "RDONLY".

17 years ago - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow
dtucker [Mon, 18 Sep 2006 13:17:40 +0000 (13:17 +0000)] 
 - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow
   macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags.
   Allows build out of the box with older VAC and XLC compilers.  Found by
   David Bronder and Bernhard Simon.

17 years ago - (dtucker) [INSTALL] Add info about audit support.
dtucker [Sun, 17 Sep 2006 12:55:52 +0000 (12:55 +0000)] 
 - (dtucker) [INSTALL] Add info about audit support.

17 years ago - (djm) [sshd.c] Fix warning/API abuse; ok dtucker@
djm [Sun, 17 Sep 2006 04:04:46 +0000 (04:04 +0000)] 
 - (djm) [sshd.c] Fix warning/API abuse; ok dtucker@

17 years ago - (dtucker) [monitor.c] Correctly handle auditing of single commands when
dtucker [Sun, 17 Sep 2006 02:00:13 +0000 (02:00 +0000)] 
 - (dtucker) [monitor.c] Correctly handle auditing of single commands when
   using Protocol 1.  From jhb at freebsd.

17 years ago - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM auth
dtucker [Sun, 17 Sep 2006 01:57:46 +0000 (01:57 +0000)] 
 - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM auth
   process so that any logging it does is with the right timezone.  From
   Scott Strickler, ok djm@.

17 years ago - (djm) Add openssh.xml to .cvsignore and sort it
djm [Sat, 16 Sep 2006 22:05:03 +0000 (22:05 +0000)] 
 - (djm) Add openssh.xml to .cvsignore and sort it

17 years ago - djm@cvs.openbsd.org 2006/09/16 19:53:37
djm [Sat, 16 Sep 2006 20:08:53 +0000 (20:08 +0000)] 
   - djm@cvs.openbsd.org 2006/09/16 19:53:37
     [deattack.c deattack.h packet.c]
     limit maximum work performed by the CRC compensation attack detector,
     problem reported by Tavis Ormandy, Google Security Team;
     ok markus@ deraadt@

17 years ago - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]
djm [Tue, 12 Sep 2006 11:54:10 +0000 (11:54 +0000)] 
 - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in]
   Support SMF in Solaris Packages if enabled by configure. Patch from
   Chad Mynhier, tested by dtucker@

17 years ago - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends. Noted
dtucker [Mon, 11 Sep 2006 10:46:13 +0000 (10:46 +0000)] 
 - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends.  Noted
   by Pekka Savola.

17 years ago - (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB.
dtucker [Sun, 10 Sep 2006 10:25:51 +0000 (10:25 +0000)] 
 - (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB.

17 years ago - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.
dtucker [Sun, 10 Sep 2006 03:24:18 +0000 (03:24 +0000)] 
 - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.

17 years ago - (dtucker) [buildpkg.sh.in] Always create privsep user. ok djm@
dtucker [Sat, 9 Sep 2006 10:41:25 +0000 (10:41 +0000)] 
 - (dtucker) [buildpkg.sh.in] Always create privsep user.  ok djm@

17 years ago - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.
dtucker [Sat, 9 Sep 2006 10:34:15 +0000 (10:34 +0000)] 
 - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.

17 years ago - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
dtucker [Sat, 9 Sep 2006 05:59:43 +0000 (05:59 +0000)] 
 - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.

17 years ago - (dtucker) [configure.ac] The BSM header test needs time.h in some cases.
dtucker [Fri, 8 Sep 2006 15:05:21 +0000 (15:05 +0000)] 
 - (dtucker) [configure.ac] The BSM header test needs time.h in some cases.

17 years ago - (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch
dtucker [Thu, 7 Sep 2006 23:54:41 +0000 (23:54 +0000)] 
 - (dtucker) [auth-sia.c] Add includes required for build on Tru64.  Patch
   from Chris Adams.

17 years ago - (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a better
dtucker [Thu, 7 Sep 2006 14:03:05 +0000 (14:03 +0000)] 
 - (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a better
   chance of winning.

17 years ago - (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.
dtucker [Thu, 7 Sep 2006 12:57:53 +0000 (12:57 +0000)] 
 - (dtucker) [loginrec.c] Wrap paths.h in HAVE_PATHS_H.

17 years ago - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
tim [Thu, 7 Sep 2006 01:11:29 +0000 (01:11 +0000)] 
 - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6

17 years ago - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can
djm [Thu, 7 Sep 2006 00:36:43 +0000 (00:36 +0000)] 
 - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can
   be used to drop privilege to; fixes Solaris GSSAPI crash reported by
   Magnus Abrante; suggestion and feedback dtucker@
   NB. this change will require that the privilege separation user must
   exist on all the time, not just when UsePrivilegeSeparation=yes

17 years ago - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.
dtucker [Tue, 5 Sep 2006 09:25:19 +0000 (09:25 +0000)] 
 - (dtucker) [loginrec.c] Include paths.h for _PATH_BTMP.

17 years ago - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
dtucker [Mon, 4 Sep 2006 21:53:38 +0000 (21:53 +0000)] 
 - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.

17 years ago - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
dtucker [Mon, 4 Sep 2006 12:37:41 +0000 (12:37 +0000)] 
 - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
   updwdtmp seems to generate invalid wtmp entries.  From Roger Cornelius,
   ok djm@

17 years ago - (dtucker) [configure.ac openbsd-compat/openbsd-compat.h] Check for
dtucker [Sun, 3 Sep 2006 12:44:49 +0000 (12:44 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/openbsd-compat.h] Check for
   declaration of writev(2) and declare it ourselves if necessary.  Makes
   the atomiciov() calls build on really old systems.  ok djm@

17 years ago - (dtucker) [ssh-keyscan.c ssh-rand-helper.c ssh.c sshconnect.c
dtucker [Sat, 2 Sep 2006 05:32:40 +0000 (05:32 +0000)] 
 - (dtucker) [ssh-keyscan.c ssh-rand-helper.c ssh.c sshconnect.c
   openbsd-compat/bindresvport.c openbsd-compat/getrrsetbyname.c
   openbsd-compat/port-tun.c openbsd-compat/rresvport.c] Include <arpa/inet.h>
   for hton* and ntoh* macros.  Required on (at least) HP-UX since we define
   _XOPEN_SOURCE_EXTENDED.  Found by santhi.amirta at gmail com.

17 years ago - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
dtucker [Sat, 2 Sep 2006 02:38:56 +0000 (02:38 +0000)] 
 - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.

17 years ago - (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec] Crank
dtucker [Fri, 1 Sep 2006 11:32:53 +0000 (11:32 +0000)] 
 - (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec]  Crank
   versions.

17 years ago - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly
dtucker [Fri, 1 Sep 2006 10:29:10 +0000 (10:29 +0000)] 
 - (dtucker) [configure.ac includes.h openbsd-compat/glob.{c,h}] Explicitly
   test for GLOB_NOMATCH and use our glob functions if it's not found.
   Stops sftp from segfaulting when attempting to get a nonexistent file on
   Cygwin (previous versions of OpenSSH didn't use the native glob). Partly
   from and tested by Corinna Vinschen.

17 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Fix implict declaration
dtucker [Fri, 1 Sep 2006 09:29:01 +0000 (09:29 +0000)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Fix implict declaration
   warnings for binary_open and binary_close.  Patch from Corinna Vinschen.

17 years ago - (djm) [includes.h monitor.c openbsd-compat/bindresvport.c]
djm [Fri, 1 Sep 2006 05:48:19 +0000 (05:48 +0000)] 
 - (djm) [includes.h monitor.c openbsd-compat/bindresvport.c]
   [openbsd-compat/rresvport.c] Some more headers: netinet/in.h
   sys/socket.h and unistd.h in various places

17 years ago - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
djm [Fri, 1 Sep 2006 05:38:36 +0000 (05:38 +0000)] 
 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
   [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c]
   [auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c]
   [cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c]
   [dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c]
   [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c]
   [md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c]
   [scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c]
   [ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c]
   [sshconnect1.c sshconnect2.c sshd.c rc4.diff]
   [openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c]
   [openbsd-compat/port-linux.c openbsd-compat/port-solaris.c]
   [openbsd-compat/port-uw.c]
   Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h;
   compile problems reported by rac AT tenzing.org

17 years ago - (dtucker) [contrib/cygwin/ssh-host-config] Add SeTcbPrivilege privilege
dtucker [Thu, 31 Aug 2006 01:28:49 +0000 (01:28 +0000)] 
 - (dtucker) [contrib/cygwin/ssh-host-config] Add SeTcbPrivilege privilege
   while setting up the ssh service account.  Patch from Corinna Vinschen.

17 years ago - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
djm [Wed, 30 Aug 2006 17:24:41 +0000 (17:24 +0000)] 
 - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ]
   [platform.c platform.h sshd.c openbsd-compat/Makefile.in]
   [openbsd-compat/openbsd-compat.h openbsd-compat/port-solaris.c]
   [openbsd-compat/port-solaris.h] Add support for Solaris process
   contracts, enabled with --use-solaris-contracts. Patch from Chad
   Mynhier, tweaked by dtucker@ and myself; ok dtucker@

17 years ago - (dtucker) [auth.c openbsd-compat/port-aix.c] Bug #1207: always call
dtucker [Wed, 30 Aug 2006 12:33:09 +0000 (12:33 +0000)] 
 - (dtucker) [auth.c openbsd-compat/port-aix.c] Bug #1207: always call
   loginsuccess on AIX immediately after authentication to clear the failed
   login count.  Previously this would only happen when an interactive
   session starts (ie when a pty is allocated) but this means that accounts
   that have primarily non-interactive sessions (eg scp's) may gradually
   accumulate enough failures to lock out an account.  This change may have
   a side effect of creating two audit records, one with a tty of "ssh"
   corresponding to the authentication and one with the allocated pty per
   interactive session.

17 years ago - (djm) [openbsd-compat/xcrypt.c] needs unistd.h
djm [Wed, 30 Aug 2006 07:52:03 +0000 (07:52 +0000)] 
 - (djm) [openbsd-compat/xcrypt.c] needs unistd.h

17 years ago - djm@cvs.openbsd.org 2006/08/30 00:14:37
djm [Wed, 30 Aug 2006 01:09:01 +0000 (01:09 +0000)] 
   - djm@cvs.openbsd.org 2006/08/30 00:14:37
     [version.h]
     crank to 4.4

17 years ago - dtucker@cvs.openbsd.org 2006/08/30 00:06:51
djm [Wed, 30 Aug 2006 01:08:33 +0000 (01:08 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/30 00:06:51
     [sshconnect2.c]
     Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL
     where previously it weren't.  bz #1221, found by Dean Kopesky, ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/08/29 12:02:30
djm [Wed, 30 Aug 2006 01:08:04 +0000 (01:08 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/29 12:02:30
     [gss-genr.c]
     Work around a problem in Heimdal that occurs when KRB5CCNAME file is
     missing, by checking whether or not kerberos allocated us a context
     before attempting to free it.  Patch from Simon Wilkinson, tested by
     biorn@, ok djm@

17 years ago - djm@cvs.openbsd.org 2006/08/29 10:40:19
djm [Wed, 30 Aug 2006 01:07:39 +0000 (01:07 +0000)] 
   - djm@cvs.openbsd.org 2006/08/29 10:40:19
     [channels.c session.c]
     normalise some inconsistent (but harmless) NULL pointer checks
     spotted by the Stanford SATURN tool, via Isil Dillig;
     ok markus@ deraadt@

17 years ago - dtucker@cvs.openbsd.org 2006/08/21 08:15:57
djm [Wed, 30 Aug 2006 01:07:00 +0000 (01:07 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/21 08:15:57
     [sshd.8]
     Add more detail about what permissions are and aren't accepted for
     authorized_keys files.  Corrections jmc@, ok djm@, "looks good" jmc@

17 years ago - (djm) OpenBSD CVS Sync
djm [Wed, 30 Aug 2006 01:06:34 +0000 (01:06 +0000)] 
 - (djm) OpenBSD CVS Sync
   - dtucker@cvs.openbsd.org 2006/08/21 08:14:01
     [sshd_config.5]
     Document HostbasedUsesNameFromPacketOnly.  Corrections from jmc@,
     ok jmc@ djm@

17 years ago - (dtucker) [openbsd-compat/xmmap.c] Move #define HAVE_MMAP to prevent
dtucker [Thu, 24 Aug 2006 09:58:36 +0000 (09:58 +0000)] 
 - (dtucker) [openbsd-compat/xmmap.c] Move #define HAVE_MMAP to prevent
   unused variable warning when we have a broken or missing mmap(2).

Now with 100% more diff!

17 years ago - (dtucker) [openbsd-compat/xmmap.c] Move #define HAVE_MMAP to prevent
dtucker [Thu, 24 Aug 2006 09:55:41 +0000 (09:55 +0000)] 
 - (dtucker) [openbsd-compat/xmmap.c] Move #define HAVE_MMAP to prevent
   unused variable warning when we have a broken or missing mmap(2).

17 years ago - (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.
dtucker [Thu, 24 Aug 2006 09:53:40 +0000 (09:53 +0000)] 
 - (dtucker) [openbsd-compat/rresvport.c] Include <stdlib.h> for malloc.

17 years ago - (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2).
dtucker [Thu, 24 Aug 2006 09:52:30 +0000 (09:52 +0000)] 
 - (dtucker) [openbsd-compat/bsd-openpty.c] Include for ioctl(2).

17 years ago - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)
dtucker [Thu, 24 Aug 2006 09:45:33 +0000 (09:45 +0000)] 
 - (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)
   on POSIX systems.

17 years ago - (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
dtucker [Thu, 24 Aug 2006 09:43:16 +0000 (09:43 +0000)] 
 - (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
   older systems.

17 years ago - (dtucker) [openbsd-compat/basename.c] Include errno.h.
dtucker [Thu, 24 Aug 2006 09:41:03 +0000 (09:41 +0000)] 
 - (dtucker) [openbsd-compat/basename.c] Include errno.h.

17 years ago - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
dtucker [Tue, 22 Aug 2006 12:24:10 +0000 (12:24 +0000)] 
 - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
   Makefile.  Patch from santhi.amirta at gmail, ok djm.

17 years ago - (dtucker) [configure.ac] Remove errant "-".
dtucker [Sun, 20 Aug 2006 11:43:19 +0000 (11:43 +0000)] 
 - (dtucker) [configure.ac] Remove errant "-".

17 years ago - (dtucker) [configure.ac] Bug #1181: Explicitly test to see if OpenSSL
dtucker [Sun, 20 Aug 2006 10:17:53 +0000 (10:17 +0000)] 
 - (dtucker) [configure.ac] Bug #1181: Explicitly test to see if OpenSSL
   (0.9.8a and presumably newer) requires -ldl to successfully link.

17 years ago - (dtucker) [configure.ac] Relocate --with-pam parts in preparation for
dtucker [Sun, 20 Aug 2006 10:03:50 +0000 (10:03 +0000)] 
 - (dtucker) [configure.ac] Relocate --with-pam parts in preparation for
   fixing bug #1181.  No changes yet.

17 years ago - (dtucker) [configure.ac] Save $LIBS during PAM library tests and restore
dtucker [Sun, 20 Aug 2006 09:55:02 +0000 (09:55 +0000)] 
 - (dtucker) [configure.ac] Save $LIBS during PAM library tests and restore
   afterward.  Removes the need to mangle $LIBS later to remove -lpam and -ldl.

17 years ago - (dtucker) [log.c] Move ifdef to prevent unused variable warning.
dtucker [Sun, 20 Aug 2006 07:55:54 +0000 (07:55 +0000)] 
 - (dtucker) [log.c] Move ifdef to prevent unused variable warning.

17 years ago - (dtucker) [openbsd-compat/regress/Makefile.in] Add $(EXEEXT) and add a
dtucker [Sat, 19 Aug 2006 09:12:14 +0000 (09:12 +0000)] 
 - (dtucker) [openbsd-compat/regress/Makefile.in] Add $(EXEEXT) and add a
   single rule for the test progs.

17 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 18 Aug 2006 22:50:57 +0000 (22:50 +0000)] 
 - (djm) OpenBSD CVS Sync
   - djm@cvs.openbsd.org 2006/08/18 22:41:29
     [gss-genr.c]
     GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk

17 years ago - (djm) Disable sigdie() for platforms that cannot safely syslog inside
djm [Fri, 18 Aug 2006 22:38:23 +0000 (22:38 +0000)] 
 - (djm) Disable sigdie() for platforms that cannot safely syslog inside
   a signal handler (basically all of them, excepting OpenBSD);
   ok dtucker@

17 years ago - djm@cvs.openbsd.org 2006/08/18 14:40:34
djm [Fri, 18 Aug 2006 14:46:43 +0000 (14:46 +0000)] 
   - djm@cvs.openbsd.org 2006/08/18 14:40:34
     [gss-genr.c ssh-gss.h]
     constify host argument to match the rest of the GSSAPI functions and
     unbreak compilation with -Werror

17 years ago - djm@cvs.openbsd.org 2006/08/18 13:54:54
djm [Fri, 18 Aug 2006 14:33:34 +0000 (14:33 +0000)] 
   - djm@cvs.openbsd.org 2006/08/18 13:54:54
     [gss-genr.c ssh-gss.h sshconnect2.c]
     bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
     ok markus@

17 years ago - djm@cvs.openbsd.org 2006/08/18 10:27:16
djm [Fri, 18 Aug 2006 14:33:05 +0000 (14:33 +0000)] 
   - djm@cvs.openbsd.org 2006/08/18 10:27:16
     [misc.h]
     reorder so prototypes are sorted by the files they refer to; no
     binary change

17 years ago - markus@cvs.openbsd.org 2006/08/18 09:15:20
djm [Fri, 18 Aug 2006 14:32:46 +0000 (14:32 +0000)] 
   - markus@cvs.openbsd.org 2006/08/18 09:15:20
     [auth.h session.c sshd.c]
     delay authentication related cleanups until we're authenticated and
     all alarms have been cancelled; ok deraadt

17 years ago - deraadt@cvs.openbsd.org 2006/08/18 09:13:26
djm [Fri, 18 Aug 2006 14:32:20 +0000 (14:32 +0000)] 
   - deraadt@cvs.openbsd.org 2006/08/18 09:13:26
     [log.c log.h sshd.c]
     make signal handler termination path shorter; risky code pointed out by
     mark dowd; ok djm markus

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