The NetBSD Project

CVS log for src/lib/libtelnet/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / lib / libtelnet

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Sun May 21 15:28:41 2017 UTC (6 years, 11 months ago) by riastradh
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, matt-nb8-mediatek-base, matt-nb8-mediatek, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.36: +2 -4 lines
Diff to previous 1.36 (colored) to selected 1.19 (colored)

Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export.  The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated.  I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet...  That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:18 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.33.2.1: +1 -3 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored) to selected 1.19 (colored)

sync with head

Revision 1.36 / (download) - annotate - [select for diffs], Fri Aug 10 12:20:10 2012 UTC (11 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored) to selected 1.19 (colored)

Don't depend on HAVE_GCC being always defined.

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:33 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.33: +5 -3 lines
Diff to previous 1.33 (colored) to selected 1.19 (colored)

sync with head

Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 21 05:37:44 2012 UTC (12 years, 1 month ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.19 (colored)

These directories default to WARNS?=5

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jan 9 15:25:33 2012 UTC (12 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.33: +5 -3 lines
Diff to previous 1.33 (colored) to selected 1.19 (colored)

PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- minimal fixes to compile with WARNS=4
- separate kerberos (USE_KERBEROS) from encryption (MKCRYPTO)

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:18:40 2011 UTC (12 years, 9 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) next main 1.33 (colored) to selected 1.19 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jun 20 07:43:58 2011 UTC (12 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.19 (colored)

remove most of the remaining HAVE_GCC tests that are always true in
the modern world.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Apr 24 19:00:56 2011 UTC (12 years, 11 months ago) by elric
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.31: +1 -2 lines
Diff to previous 1.31 (colored) to selected 1.19 (colored)

We no longer need to -I/usr/include/krb5.

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:39:25 2008 UTC (15 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.19 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Aug 29 00:02:22 2008 UTC (15 years, 7 months ago) by gmcgarry
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.19 (colored)

Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jul 12 12:29:42 2008 UTC (15 years, 9 months ago) by gmcgarry
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.19 (colored)

Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.

Revision 1.28.10.1 / (download) - annotate - [select for diffs], Sun May 18 12:30:43 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) next main 1.29 (colored) to selected 1.19 (colored)

sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Sat May 3 14:48:31 2008 UTC (15 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.19 (colored)

Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)

Revision 1.28 / (download) - annotate - [select for diffs], Mon May 28 12:06:22 2007 UTC (16 years, 10 months ago) by tls
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: yamt-pf42
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored) to selected 1.19 (colored)

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry.  RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros.  Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jun 25 03:02:19 2006 UTC (17 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.19 (colored)

make MKCRYPTO=no work again.

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 11 23:16:29 2006 UTC (17 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.25: +7 -1 lines
Diff to previous 1.25 (colored) to selected 1.19 (colored)

sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 20 04:03:22 2006 UTC (18 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.24: +1 -7 lines
Diff to previous 1.24 (colored) to selected 1.19 (colored)

Goodbye KerberosIV

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 19 22:47:10 2005 UTC (19 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.19 (colored)

Fix pk to use BN_ instead of libmp.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Feb 19 21:55:52 2005 UTC (19 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.22: +6 -1 lines
Diff to previous 1.22 (colored) to selected 1.19 (colored)

PAM support from FreeBSD.

Revision 1.22 / (download) - annotate - [select for diffs], Sun May 23 02:24:51 2004 UTC (19 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.21: +2 -6 lines
Diff to previous 1.21 (colored) to selected 1.19 (colored)

Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
setting NOLINT, NOPIC, NOPROFILE (etc)

Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 11 09:46:27 2003 UTC (20 years, 4 months ago) by dyoung
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.20: +2 -4 lines
Diff to previous 1.20 (colored) to selected 1.19 (colored)

Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)
and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist
complained of missing files.

* move kerberos- and kerberos 4-only files into new flists,
  distrib/sets/lists/*/krb.*

* make the flist generators grok MKKERBEROS{,4} variables

* fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no.
  9 out of 10 experts agree that it is ludicrous to build w/
  KERBEROS4 and w/o KERBEROS5.

* fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no.

* omit some Kerberos-only subdirectories from the build as
  MKKERBEROS{,4} indicate

(I acknowledge the sentiment that flists are the wrong way to go,
and that the makefiles should produce the metalog directly.  That
sounds to me like the right way to go, but I am not prepared to do
revamp all the makefiles.  While my approach is expedient, it fits
painlessly within the current build architecture until we are
delivered from flist purgatory, and it does not postpone our
delivery. Fair enough?)

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jul 23 13:35:14 2003 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

no longer need to -I/usr/include first (yes, it's still confusing, i admit)

Revision 1.19 / (download) - annotate - [selected], Wed Jul 23 13:19:43 2003 UTC (20 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Fix build problem caused by recent "Makefile" changes.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 23 08:01:54 2003 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.17: +13 -6 lines
Diff to previous 1.17 (colored) to selected 1.19 (colored)

split MKKERBEROS4 from MKKERBEROS.  based on work by lha at stacken.kth.se
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 16 19:35:34 2003 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.16: +7 -1 lines
Diff to previous 1.16 (colored) to selected 1.19 (colored)

do not build/install shlib

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 28 21:03:48 2003 UTC (21 years ago) by thorpej
Branch: MAIN
Changes since 1.15: +1 -6 lines
Diff to previous 1.15 (colored) to selected 1.19 (colored)

Remove GCC 3.3 hack; the libtelnet code has been changed to avoid the
warning.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 22 18:10:21 2002 UTC (22 years, 1 month ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, fvdl_fs64_base
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.19 (colored)

Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.

	* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
	  of the infratsructure (libraries, support programs, etc.)

	* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
	  building of support for using the corresponding API
	  in various libraries/programs that can use it.

As discussed on tech-toolchain.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 29 17:58:36 2002 UTC (22 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +6 -1 lines
Diff to previous 1.13 (colored) to selected 1.19 (colored)

Hack around GCC PR optmization/5230 if HAVE_GCC3 is set.  (GCC 3.x
issues spurious warning when compiling a Duff's device with optimization.)

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 5 15:23:31 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.19 (colored)

explicitly set to WARNS?=1

Revision 1.10.2.3 / (download) - annotate - [select for diffs], Sat Jun 24 06:59:34 2000 UTC (23 years, 10 months ago) by thorpej
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.10.2.2: +8 -3 lines
Diff to previous 1.10.2.2 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored) to selected 1.19 (colored)

Update from trunk:
Add MK... variables to enable/disable various aspects of building
crypto support into the system.  See share/mk/bsd.README for more
a full description.

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Fri Jun 23 16:16:54 2000 UTC (23 years, 10 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.9: +16 -8 lines
Diff to previous 1.9 (colored) next main 1.10 (colored) to selected 1.19 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 23 06:01:13 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.11: +8 -3 lines
Diff to previous 1.11 (colored) to selected 1.19 (colored)

Add MK... variables to enable/disable various aspects of building
crypto support into the system.  See share/mk/bsd.README for more
a full description.

Revision 1.10.2.2 / (download) - annotate - [select for diffs], Thu Jun 22 07:09:02 2000 UTC (23 years, 10 months ago) by thorpej
Branch: netbsd-1-5
Changes since 1.10.2.1: +18 -0 lines
Diff to previous 1.10.2.1 (colored) to branchpoint 1.10 (colored) to selected 1.19 (colored)

Update from trunk:
Bring the telnet situation back into better shape.  Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
  module.
- Add connection encryption support to the Heimdal Kerberos 5
  module.  Hints on this can be taken from the MIT Kerberos 5
  module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 22 06:47:42 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.10: +10 -15 lines
Diff to previous 1.10 (colored) to selected 1.19 (colored)

Bring the telnet situation back into better shape.  Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
  module.
- Add connection encryption support to the Heimdal Kerberos 5
  module.  Hints on this can be taken from the MIT Kerberos 5
  module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.

Revision 1.10.2.1, Tue Jun 20 06:00:34 2000 UTC (23 years, 10 months ago) by thorpej
Branch: netbsd-1-5
Changes since 1.10: +0 -23 lines
FILE REMOVED

file Makefile was added on branch netbsd-1-5 on 2000-06-22 07:09:02 +0000

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 20 06:00:34 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.9: +16 -8 lines
Diff to previous 1.9 (colored) to selected 1.19 (colored)

Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 20 09:35:19 1999 UTC (24 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, minoura-xpg4dl-base, comdex-fall-1999-base, comdex-fall-1999
Branch point for: minoura-xpg4dl
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.19 (colored)

optionally include CRYPTOPATH Makefile.frag files.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 12 22:05:42 1999 UTC (24 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +7 -9 lines
Diff to previous 1.7 (colored) to selected 1.19 (colored)

Use bsd.crypto.mk.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Sun Nov 9 01:00:57 1997 UTC (26 years, 5 months ago) by lukem
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.19 (colored)

sync with trunk (approved by thorpej)

Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 23 03:24:56 1997 UTC (26 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.19 (colored)

use CPPFLAGS instead of CFLAGS

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 24 01:15:15 1996 UTC (28 years, 2 months ago) by jtk
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Branch point for: netbsd-1-3
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored) to selected 1.19 (colored)

update libtelnet with changes through 95.10.23 version

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 25 03:13:45 1994 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1, netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.4: +2 -5 lines
Diff to previous 1.4 (colored) to selected 1.19 (colored)

we have cgetent()

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 25 02:52:45 1994 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.3: +15 -11 lines
Diff to previous 1.3 (colored) to selected 1.19 (colored)

new libtelnet from ftp.cray.com.  Encryption support ripped out, pending
figuring out what to do about it...

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 1 05:39:57 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.19 (colored)

Add RCS identifiers.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 16 14:37:04 1993 UTC (30 years, 9 months ago) by brezak
Branch: MAIN
CVS Tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Changes since 1.1: +7 -2 lines
Diff to previous 1.1 (colored) to selected 1.19 (colored)

Be able to build telnet without enc_des.c

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: WFJ-920714
CVS Tags: patchkit-0-2-2, netbsd-alpha-1, netbsd-0-8, WFJ-386bsd-01
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.19 (colored)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: MAIN
Diff to selected 1.19 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>