]> andersk Git - openssh.git/log
openssh.git
17 years ago - (dtucker) [sftp-server.8] Resync; spotted by djm@ V_4_4_P1
dtucker [Tue, 26 Sep 2006 10:57:05 +0000 (10:57 +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 10:54:57 +0000 (10:54 +0000)] 
 - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not
   referenced any more.  ok djm@

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

17 years ago - djm@cvs.openbsd.org 2006/08/16 11:47:15
djm [Fri, 18 Aug 2006 14:31:39 +0000 (14:31 +0000)] 
   - djm@cvs.openbsd.org 2006/08/16 11:47:15
     [sshd.c]
     factor inetd connection, TCP listen and main TCP accept loop out of
     main() into separate functions to improve readability; ok markus@

17 years ago - dtucker@cvs.openbsd.org 2006/08/14 12:40:25
djm [Fri, 18 Aug 2006 14:23:15 +0000 (14:23 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/14 12:40:25
     [servconf.c servconf.h sshd_config.5]
     Add ability to match groups to Match keyword in sshd_config.  Feedback
     djm@, stevesk@, ok stevesk@.

17 years ago - miod@cvs.openbsd.org 2006/08/12 20:46:46
djm [Fri, 18 Aug 2006 14:22:40 +0000 (14:22 +0000)] 
   - miod@cvs.openbsd.org 2006/08/12 20:46:46
     [monitor.c monitor_wrap.c]
     Revert previous include file ordering change, for ssh to compile under
     gcc2 (or until openssl include files are cleaned of parameter names
     in function prototypes)

17 years ago - (djm) OpenBSD CVS Sync
djm [Fri, 18 Aug 2006 14:21:46 +0000 (14:21 +0000)] 
 - (djm) OpenBSD CVS Sync
   - stevesk@cvs.openbsd.org 2006/08/06 01:13:32
     [compress.c monitor.c monitor_wrap.c]
     "zlib.h" can be <zlib.h>; ok djm@ markus@

17 years ago - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
dtucker [Fri, 18 Aug 2006 10:56:18 +0000 (10:56 +0000)] 
 - (dtucker) [openbsd-compat/regress/Makefile.in] Use implicit rules for the
   test progs instead; they work better than what we have.

17 years ago - (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.
dtucker [Fri, 18 Aug 2006 10:09:32 +0000 (10:09 +0000)] 
 - (dtucker) [openbsd-compat/regress/snprintftest.c] Newline on error.

17 years ago - (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
dtucker [Fri, 18 Aug 2006 09:49:58 +0000 (09:49 +0000)] 
 - (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.

17 years ago - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
dtucker [Fri, 18 Aug 2006 08:51:20 +0000 (08:51 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
   closefrom.c from sudo.

17 years ago - (dtucker) [openbsd-compat/regress/{Makefile.in,closefromtest.c}] Regress
dtucker [Thu, 17 Aug 2006 09:40:35 +0000 (09:40 +0000)] 
 - (dtucker) [openbsd-compat/regress/{Makefile.in,closefromtest.c}] Regress
   test for closefrom() in compat code.

17 years ago - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Use F_CLOSEM fcntl
dtucker [Thu, 17 Aug 2006 09:35:49 +0000 (09:35 +0000)] 
 - (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Use F_CLOSEM fcntl
   for closefrom() on AIX.  Pointed out by William Ahern.

17 years ago - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
dtucker [Thu, 17 Aug 2006 08:55:27 +0000 (08:55 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
   Include stdlib.h for malloc and friends.

17 years ago - (djm) [audit-bsm.c] Sprinkle in some headers
djm [Wed, 16 Aug 2006 01:40:45 +0000 (01:40 +0000)] 
 - (djm) [audit-bsm.c] Sprinkle in some headers

17 years ago - (dtucker) [LICENCE] Add Reyk to the list for the compat dir.
dtucker [Tue, 15 Aug 2006 08:21:32 +0000 (08:21 +0000)] 
 - (dtucker) [LICENCE] Add Reyk to the list for the compat dir.

17 years ago - (djm) [openbsd-compat/bsd-getpeereid.c] Add some headers to quiet warnings
djm [Mon, 7 Aug 2006 01:26:36 +0000 (01:26 +0000)] 
 - (djm) [openbsd-compat/bsd-getpeereid.c] Add some headers to quiet warnings
   on Solaris 10

17 years ago - (dtucker) [openbsd-compat/{bsd-asprintf.c,bsd-openpty.c,bsd-snprintf.c,
dtucker [Sun, 6 Aug 2006 11:25:24 +0000 (11:25 +0000)] 
 - (dtucker) [openbsd-compat/{bsd-asprintf.c,bsd-openpty.c,bsd-snprintf.c,
   glob.c}] Include stdlib.h for malloc and friends in compat code.

17 years ago - (dtucker) [defines.h] With the includes.h changes we no longer get the
dtucker [Sun, 6 Aug 2006 11:23:27 +0000 (11:23 +0000)] 
 - (dtucker) [defines.h] With the includes.h changes we no longer get the
   name clash on "YES" so we can remove the workaround for it.

17 years ago - (dtucker) [audit-bsm.c] Add additional headers now required.
dtucker [Sat, 5 Aug 2006 14:12:54 +0000 (14:12 +0000)] 
 - (dtucker) [audit-bsm.c] Add additional headers now required.

17 years ago - (dtucker) [audit.c audit.h] Repair headers.
dtucker [Sat, 5 Aug 2006 14:05:09 +0000 (14:05 +0000)] 
 - (dtucker) [audit.c audit.h] Repair headers.

17 years ago - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
dtucker [Sat, 5 Aug 2006 09:56:00 +0000 (09:56 +0000)] 
 - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.

17 years ago - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
dtucker [Sat, 5 Aug 2006 09:18:08 +0000 (09:18 +0000)] 
 - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.

17 years ago - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
dtucker [Sat, 5 Aug 2006 09:08:16 +0000 (09:08 +0000)] 
 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
   on Cygwin.

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 08:34:04
dtucker [Sat, 5 Aug 2006 08:51:08 +0000 (08:51 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 08:34:04
     [packet.c]
     Typo in comment

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 08:28:24
dtucker [Sat, 5 Aug 2006 08:50:35 +0000 (08:50 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 08:28:24
     [monitor_wrap.c auth-skey.c auth2-chall.c]
     Zap unused variables in -DSKEY code.  ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 08:00:33
dtucker [Sat, 5 Aug 2006 08:48:01 +0000 (08:48 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 08:00:33
     [auth-skey.c]
     Add headers required to build with -DSKEY.  ok djm@

17 years ago - dtucker@cvs.openbsd.org 2006/08/05 07:52:52
dtucker [Sat, 5 Aug 2006 08:46:47 +0000 (08:46 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/05 07:52:52
     [auth2-none.c sshd.c monitor_wrap.c]
     Add headers required to build with KERBEROS5=no.  ok djm@

17 years ago - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
dtucker [Sat, 5 Aug 2006 06:27:20 +0000 (06:27 +0000)] 
 - (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
   otherwise it is implicitly declared as returning an int.

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