OpenBSD CVS

CVS log for src/kerberosV/src/Attic/aclocal.m4


[BACK] Up to [local] / src / kerberosV / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Tue Apr 22 10:01:17 2014 UTC (10 years, 1 month ago) by reyk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
FILE REMOVED

The complexity and quality of kerberosV and the fact that almost
nobody is using it doesn't justify to have it in base - disable and
remove it.  If the 2 two people who use it still want it, they can
make a port or recompile OpenBSD on their own.

There is a quote in theo.c from August 2010: "basically, dung beetles
fucking.  that's what kerberosV + openssl is like".

Discussed with many.  Tests by henning@ reyk@ and others.
ok deraadt@ henning@

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 17 18:57:39 2013 UTC (10 years, 11 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.4: +713 -6230 lines
Diff to previous 1.4 (colored)

update kerberosV to Heimdal 1.5.2 using BSD Makefiles based
on the ones from FreeBSD

This is getting commited now so that we can patch it up
fast in the tree.
There are known regressions so please don't try to build
this on your own now, please wait for the next available
snapshot.

If however you would still want to build it, make sure
build and install everything in the tools directory first.

This is not the full commit yet because there are several
subdirectories.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 14 08:15:03 2006 UTC (18 years, 2 months ago) by biorn
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.3: +4 -25 lines
Diff to previous 1.3 (colored)

Merge of heimdal 0.7.2
Tested by todd & beck, ok beck.

Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 14 07:31:22 2006 UTC (18 years, 2 months ago) by biorn
Branch: KTH
CVS Tags: HEIMDAL_0_7_2
Changes since 1.1.1.4: +4 -25 lines
Diff to previous 1.1.1.4 (colored)

Import of heimdal-0.7.2

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 29 16:20:22 2004 UTC (19 years, 7 months ago) by biorn
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.2: +5675 -5235 lines
Diff to previous 1.2 (colored)

Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 29 15:55:18 2004 UTC (19 years, 7 months ago) by biorn
Branch: KTH
CVS Tags: HEIMDAL_0_6_3
Changes since 1.1.1.3: +5785 -5345 lines
Diff to previous 1.1.1.3 (colored)

Import of heimdal-0.6.3

Revision 1.2 / (download) - annotate - [select for diffs], Wed May 15 02:41:36 2002 UTC (22 years, 1 month ago) by beck
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.1: +3395 -372 lines
Diff to previous 1.1 (colored)

basic change to make kerbV build with OpenSSL 0.9.7 -
since the newer OpenSSL's wish to depreciate the libdes
api, and now do not have symbol conflicts with libdes,
we change the build here so that we use the libdes <des.h>
and use libdes rather than libcrypto (this is the same thing
kerberosIV uses)

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Wed Feb 6 08:51:55 2002 UTC (22 years, 4 months ago) by hin
Branch: KTH
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, HEIMDAL_0_4e
Changes since 1.1.1.2: +3307 -272 lines
Diff to previous 1.1.1.2 (colored)

Import of heimdal-0.4e

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Fri Jun 22 21:12:38 2001 UTC (22 years, 11 months ago) by hin
Branch: KTH
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, HEIMDAL_0_3f
Changes since 1.1.1.1: +107 -119 lines
Diff to previous 1.1.1.1 (colored)

Import of heimdal-0.3f

Lots of changes, highlights include:

 * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
   the new keytab type that tries both of these in order (SRVTAB is
   also an alias for krb4:)

 * improve error reporting and error handling (error messages should
   be more detailed and more useful)

 * the API is closer to what MIT krb5 is using

 * more compatible with windows 2000

 * removed some memory leaks

 * bug fixes

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 25 07:44:44 2001 UTC (23 years ago) by hin
Branch: KTH
CVS Tags: HEIMDAL_0_3e
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of heimdal-0.3e

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 25 07:44:44 2001 UTC (23 years ago) by hin
Branch: MAIN

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.