]> andersk Git - openssh.git/log
openssh.git
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.

17 years ago - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.
dtucker [Sat, 5 Aug 2006 06:12:15 +0000 (06:12 +0000)] 
 - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc.

17 years ago - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
dtucker [Sat, 5 Aug 2006 05:57:40 +0000 (05:57 +0000)] 
 - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.

17 years ago - (dtucker) [entropy.c] Needs unistd.h too.
dtucker [Sat, 5 Aug 2006 05:50:20 +0000 (05:50 +0000)] 
 - (dtucker) [entropy.c] Needs unistd.h too.

17 years ago - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
dtucker [Sat, 5 Aug 2006 05:47:26 +0000 (05:47 +0000)] 
 - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
   #include stdarg.h, needed for log.h.

17 years ago - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
dtucker [Sat, 5 Aug 2006 05:24:59 +0000 (05:24 +0000)] 
 - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.

17 years ago - (dtucker) [cleanup.c] Need defines.h for __dead.
dtucker [Sat, 5 Aug 2006 04:46:27 +0000 (04:46 +0000)] 
 - (dtucker) [cleanup.c] Need defines.h for __dead.

17 years ago - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
djm [Sat, 5 Aug 2006 04:07:20 +0000 (04:07 +0000)] 
 - (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
   [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
   includes for Linux in

17 years ago - (djm) [openbsd-compat/regress/snprintftest.c]
djm [Sat, 5 Aug 2006 03:27:29 +0000 (03:27 +0000)] 
 - (djm) [openbsd-compat/regress/snprintftest.c]
   [openbsd-compat/regress/strduptest.c] Add missing includes so they pass
   compilation with "-Wall -Werror"

17 years agoignore built test binaries too
djm [Sat, 5 Aug 2006 03:26:13 +0000 (03:26 +0000)] 
ignore built test binaries too

17 years agoignore generated Makefile
djm [Sat, 5 Aug 2006 03:23:49 +0000 (03:23 +0000)] 
ignore generated Makefile

17 years ago - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec
djm [Sat, 5 Aug 2006 02:54:24 +0000 (02:54 +0000)] 
 - (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec

17 years ago - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
djm [Sat, 5 Aug 2006 02:49:30 +0000 (02:49 +0000)] 
 - (djm) [auth-pam.c auth.c bufaux.h entropy.c openbsd-compat/port-tun.c]
   remove last traces of bufaux.h - it was merged into buffer.h in the big
   includes.h commit

17 years ago - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c
djm [Sat, 5 Aug 2006 02:43:32 +0000 (02:43 +0000)] 
 - (djm) [auth-pam.c defines.h] Move PAM related bits to auth-pam.c

17 years ago - stevesk@cvs.openbsd.org 2006/08/04 20:46:05
djm [Sat, 5 Aug 2006 02:40:11 +0000 (02:40 +0000)] 
   - stevesk@cvs.openbsd.org 2006/08/04 20:46:05
     [monitor.c session.c ssh-agent.c]
     spaces

17 years ago - deraadt@cvs.openbsd.org 2006/08/03 03:34:42
djm [Sat, 5 Aug 2006 02:39:39 +0000 (02:39 +0000)] 
   - deraadt@cvs.openbsd.org 2006/08/03 03:34:42
     [OVERVIEW atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c]
     [auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
     [auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c]
     [auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c ]
     [auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c bufaux.c bufbn.c]
     [buffer.c buffer.h canohost.c channels.c channels.h cipher-3des1.c]
     [cipher-bf1.c cipher-ctr.c cipher.c cleanup.c clientloop.c compat.c]
     [compress.c deattack.c dh.c dispatch.c dns.c dns.h fatal.c groupaccess.c]
     [groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c]
     [kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c]
     [key.h log.c log.h mac.c match.c md-sha256.c misc.c misc.h moduli.c]
     [monitor.c monitor_fdpass.c monitor_mm.c monitor_mm.h monitor_wrap.c]
     [monitor_wrap.h msg.c nchan.c packet.c progressmeter.c readconf.c]
     [readconf.h readpass.c rsa.c scard.c scard.h scp.c servconf.c servconf.h]
     [serverloop.c session.c session.h sftp-client.c sftp-common.c]
     [sftp-common.h sftp-glob.c sftp-server.c sftp.c ssh-add.c ssh-agent.c]
     [ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c]
     [ssh.c ssh.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c]
     [sshd.c sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c]
     [uidswap.c uidswap.h uuencode.c uuencode.h xmalloc.c xmalloc.h]
     [loginrec.c loginrec.h openbsd-compat/port-aix.c openbsd-compat/port-tun.h]
     almost entirely get rid of the culture of ".h files that include .h files"
     ok djm, sort of ok stevesk
     makes the pain stop in one easy step
     NB. portable commit contains everything *except* removing includes.h, as
     that will take a fair bit more work as we move headers that are required
     for portability workarounds to defines.h. (also, this step wasn't "easy")

17 years ago - stevesk@cvs.openbsd.org 2006/08/01 23:36:12
djm [Sat, 5 Aug 2006 01:38:40 +0000 (01:38 +0000)] 
   - stevesk@cvs.openbsd.org 2006/08/01 23:36:12
     [authfile.c channels.c progressmeter.c scard.c servconf.c ssh.c]
     clean extra spaces

17 years ago - stevesk@cvs.openbsd.org 2006/08/01 23:22:48
djm [Sat, 5 Aug 2006 01:37:59 +0000 (01:37 +0000)] 
   - stevesk@cvs.openbsd.org 2006/08/01 23:22:48
     [auth-passwd.c auth-rhosts.c auth-rsa.c auth.c auth.h auth1.c]
     [auth2-chall.c auth2-pubkey.c authfile.c buffer.c canohost.c]
     [channels.c clientloop.c dh.c dns.c dns.h hostfile.c kex.c kexdhc.c]
     [kexgexc.c kexgexs.c key.c key.h log.c misc.c misc.h moduli.c]
     [monitor_wrap.c packet.c progressmeter.c readconf.c readpass.c scp.c]
     [servconf.c session.c sftp-client.c sftp-common.c sftp-server.c sftp.c]
     [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh.c sshconnect.c]
     [sshconnect1.c sshconnect2.c sshd.c sshlogin.c sshtty.c uuencode.c]
     [uuencode.h xmalloc.c]
     move #include <stdio.h> out of includes.h

17 years ago - dtucker@cvs.openbsd.org 2006/08/01 11:34:36
djm [Sat, 5 Aug 2006 01:35:45 +0000 (01:35 +0000)] 
   - dtucker@cvs.openbsd.org 2006/08/01 11:34:36
     [sshconnect.c]
     Allow fallback to known_hosts entries without port qualifiers for
     non-standard ports too, so that all existing known_hosts entries will be
     recognised.  Requested by, feedback and ok markus@

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