head	1.2;
access;
symbols
	RELENG_8_4:1.2.0.2
	RELENG_9_1_0_RELEASE:1.1.1.1
	RELENG_9_1:1.1.1.1.0.16
	RELENG_9_1_BP:1.1.1.1
	RELENG_8_3_0_RELEASE:1.1.1.1
	RELENG_8_3:1.1.1.1.0.14
	RELENG_8_3_BP:1.1.1.1
	RELENG_9_0_0_RELEASE:1.1.1.1
	RELENG_9_0:1.1.1.1.0.12
	RELENG_9_0_BP:1.1.1.1
	RELENG_9:1.1.1.1.0.10
	RELENG_9_BP:1.1.1.1
	RELENG_8_2_0_RELEASE:1.1.1.1
	RELENG_8_2:1.1.1.1.0.8
	RELENG_8_2_BP:1.1.1.1
	RELENG_8_1_0_RELEASE:1.1.1.1
	RELENG_8_1:1.1.1.1.0.6
	RELENG_8_1_BP:1.1.1.1
	RELENG_8_0_0_RELEASE:1.1.1.1
	RELENG_8_0:1.1.1.1.0.4
	RELENG_8_0_BP:1.1.1.1
	RELENG_8:1.1.1.1.0.2
	RELENG_8_BP:1.1.1.1
	v_1_1_0:1.1.1.1
	KTH:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2012.03.22.08.48.42;	author stas;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2008.05.07.13.39.33;	author dfr;	state Exp;
branches
	1.1.1.1;
next	;

1.2.2.1
date	2012.03.22.08.48.42;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2013.03.28.13.02.22;	author svnexp;	state Exp;
branches;
next	;

1.1.1.1
date	2008.05.07.13.39.33;	author dfr;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 233294 on 2012-03-22 08:48:42Z by stas

- Update FreeBSD Heimdal distribution to version 1.5.1.  This also brings
  several new kerberos related libraries and applications to FreeBSD:
  o kgetcred(1) allows one to manually get a ticket for a particular service.
  o kf(1) securily forwards ticket to another host through an authenticated
    and encrypted stream.
  o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1)
    and other user kerberos operations. klist and kswitch are just symlinks
    to kcc(1) now.
  o kswitch(1) allows you to easily switch between kerberos credentials if
    you're running KCM.
  o hxtool(1) is a certificate management tool to use with PKINIT.
  o string2key(1) maps a password into key.
  o kdigest(8) is a userland tool to access the KDC's digest interface.
  o kimpersonate(8) creates a "fake" ticket for a service.

  We also now install manpages for some lirbaries that were not installed
  before, libheimntlm and libhx509.

- The new HEIMDAL version no longer supports Kerberos 4.  All users are
  recommended to switch to Kerberos 5.

- Weak ciphers are now disabled by default.  To enable DES support (used
  by telnet(8)), use "allow_weak_crypto" option in krb5.conf.

- libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings
  disabled due to the function they use (krb5_get_err_text(3)) being
  deprecated.  I plan to work on this next.

- Heimdal's KDC now require sqlite to operate.  We use the bundled version
  and install it as libheimsqlite.  If some other FreeBSD components will
  require it in the future we can rename it to libbsdsqlite and use for these
  components as well.

- This is not a latest Heimdal version, the new one was released while I was
  working on the update.  I will update it to 1.5.2 soon, as it fixes some
  important bugs and security issues.
@
text
@2008-05-14  Love Hornquist Astrand  <lha@@kth.se>

	* ntlm.c: replace hashes with keys.

2008-04-27  Love Hörnquist Åstrand  <lha@@it.su.se>

	* ntlm.c: Use DES_set_key_unchecked().

2007-12-28  Love Hörnquist Åstrand  <lha@@it.su.se>

	* heimntlm.h: Add NTLM_TARGET_*

	* ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a
	username. From Ming Yang.

2007-11-11  Love Hörnquist Åstrand  <lha@@it.su.se>

	* move doxygen into the main file

	* write doxygen documentation

	* export heim_ntlm_free_buf, start doxygen documentation
	
2007-07-17  Love Hörnquist Åstrand  <lha@@it.su.se>

	* ntlm.c: Use unsigned char * as argument to HMAC_Update to please
	OpenSSL and gcc.

	* test_ntlm.c: more verbose what we are testing.

2007-07-10  Love Hörnquist Åstrand  <lha@@it.su.se>

	* Makefile.am: New library version.

2007-06-20  Love Hörnquist Åstrand  <lha@@it.su.se>

	* test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp

	* ntlm.c: Change prototype to match other heim_ntlm_calculate
	functions.

	* test_ntlm.c: Its ok if infotarget2 length is longer.

	* ntlm.c: Merge in changes from Puneet Mehra and make work again.

	* ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
	From Puneet Mehra.

	* version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from
	Puneet Mehra.

	* ntlm.c: Add heim_ntlm_calculate_ntlm2_sess_resp from Puneet
	Mehra.
	
	* test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from
	Puneet Mehra.
	
2007-06-08  Love Hörnquist Åstrand  <lha@@it.su.se>

	* Makefile.am: EXTRA_DIST += version-script.map.
	
2007-06-03  Love Hörnquist Åstrand  <lha@@it.su.se>

	* test_ntlm.c: Free memory diffrently.

	* ntlm.c: Make free functions free memory.
	
2007-04-22  Love Hörnquist Åstrand  <lha@@it.su.se>
	
	* Makefile.am: symbol versioning.
	
	* version-script.map: symbol versioning.
	
2007-01-31  Love Hörnquist Åstrand  <lha@@it.su.se>

	* test_ntlm.c: No need to include <gssapi.h>.
	
2007-01-04  Love Hörnquist Åstrand  <lha@@it.su.se>
	
	* Makefile.am: add LIB_roken for test_ntlm
	
2006-12-26  Love Hörnquist Åstrand  <lha@@it.su.se>
	
	* test_ntlm.c: Verify infotarget.

	* ntlm.c: Extract the infotarget from the answer.

	* ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply
	
2006-12-22  Dave Love  <fx@@gnu.org>

	* ntlm.c: Include <limits.h>.
	
2006-12-20  Love Hörnquist Åstrand  <lha@@it.su.se>

	* test_ntlm.c: add some new tests.

	* ntlm.c: Add ntlmv2 answer calculating functions.

	* ntlm.c: sent lm hashes, needed for NTLM2 session

	* heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
	
2006-12-19  Love Hörnquist Åstrand  <lha@@it.su.se>

	* ntlm.c (heim_ntlm_build_ntlm1_master): return session master
	key.
	
2006-12-18  Love Hörnquist Åstrand  <lha@@it.su.se>
	
	* ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm
	version 1 "master" key.
	
2006-12-13  Love Hörnquist Åstrand  <lha@@it.su.se>
	
	* test_ntlm.c: Add simple parser test app.

	* inital version of a NTLM library, only handles ntml version 1 and
	ascii strings for now

@


1.2.2.1
log
@file ChangeLog was added on branch RELENG_8_4 on 2013-03-28 13:02:22 +0000
@
text
@d1 120
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 112
2007-12-28  Love Hrnquist strand  <lha@@it.su.se>

	* heimntlm.h: Add NTLM_TARGET_*

	* ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a
	username. From Ming Yang.

2007-11-11  Love Hrnquist strand  <lha@@it.su.se>

	* move doxygen into the main file

	* write doxygen documentation

	* export heim_ntlm_free_buf, start doxygen documentation
	
2007-07-17  Love Hrnquist strand  <lha@@it.su.se>

	* ntlm.c: Use unsigned char * as argument to HMAC_Update to please
	OpenSSL and gcc.

	* test_ntlm.c: more verbose what we are testing.

2007-07-10  Love Hrnquist strand  <lha@@it.su.se>

	* Makefile.am: New library version.

2007-06-20  Love Hrnquist strand  <lha@@it.su.se>

	* test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp

	* ntlm.c: Change prototype to match other heim_ntlm_calculate
	functions.

	* test_ntlm.c: Its ok if infotarget2 length is longer.

	* ntlm.c: Merge in changes from Puneet Mehra and make work again.

	* ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase.
	From Puneet Mehra.

	* version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from
	Puneet Mehra.

	* ntlm.c: Add heim_ntlm_calculate_ntlm2_sess_resp from Puneet
	Mehra.
	
	* test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from
	Puneet Mehra.
	
2007-06-08  Love Hrnquist strand  <lha@@it.su.se>

	* Makefile.am: EXTRA_DIST += version-script.map.
	
2007-06-03  Love Hrnquist strand  <lha@@it.su.se>

	* test_ntlm.c: Free memory diffrently.

	* ntlm.c: Make free functions free memory.
	
2007-04-22  Love Hrnquist strand  <lha@@it.su.se>
	
	* Makefile.am: symbol versioning.
	
	* version-script.map: symbol versioning.
	
2007-01-31  Love Hrnquist strand  <lha@@it.su.se>

	* test_ntlm.c: No need to include <gssapi.h>.
	
2007-01-04  Love Hrnquist strand  <lha@@it.su.se>
	
	* Makefile.am: add LIB_roken for test_ntlm
	
2006-12-26  Love Hrnquist strand  <lha@@it.su.se>
	
	* test_ntlm.c: Verify infotarget.

	* ntlm.c: Extract the infotarget from the answer.

	* ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply
	
2006-12-22  Dave Love  <fx@@gnu.org>

	* ntlm.c: Include <limits.h>.
	
2006-12-20  Love Hrnquist strand  <lha@@it.su.se>

	* test_ntlm.c: add some new tests.

	* ntlm.c: Add ntlmv2 answer calculating functions.

	* ntlm.c: sent lm hashes, needed for NTLM2 session

	* heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
	
2006-12-19  Love Hrnquist strand  <lha@@it.su.se>

	* ntlm.c (heim_ntlm_build_ntlm1_master): return session master
	key.
	
2006-12-18  Love Hrnquist strand  <lha@@it.su.se>
	
	* ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm
	version 1 "master" key.
	
2006-12-13  Love Hrnquist strand  <lha@@it.su.se>
	
	* test_ntlm.c: Add simple parser test app.

	* inital version of a NTLM library, only handles ntml version 1 and
	ascii strings for now

@


1.1
log
@Initial revision
@
text
@d1 9
a9 1
2007-12-28  Love Hrnquist strand  <lha@@it.su.se>
d16 1
a16 1
2007-11-11  Love Hrnquist strand  <lha@@it.su.se>
d24 1
a24 1
2007-07-17  Love Hrnquist strand  <lha@@it.su.se>
d31 1
a31 1
2007-07-10  Love Hrnquist strand  <lha@@it.su.se>
d35 1
a35 1
2007-06-20  Love Hrnquist strand  <lha@@it.su.se>
d58 1
a58 1
2007-06-08  Love Hrnquist strand  <lha@@it.su.se>
d62 1
a62 1
2007-06-03  Love Hrnquist strand  <lha@@it.su.se>
d68 1
a68 1
2007-04-22  Love Hrnquist strand  <lha@@it.su.se>
d74 1
a74 1
2007-01-31  Love Hrnquist strand  <lha@@it.su.se>
d78 1
a78 1
2007-01-04  Love Hrnquist strand  <lha@@it.su.se>
d82 1
a82 1
2006-12-26  Love Hrnquist strand  <lha@@it.su.se>
d94 1
a94 1
2006-12-20  Love Hrnquist strand  <lha@@it.su.se>
d104 1
a104 1
2006-12-19  Love Hrnquist strand  <lha@@it.su.se>
d109 1
a109 1
2006-12-18  Love Hrnquist strand  <lha@@it.su.se>
d114 1
a114 1
2006-12-13  Love Hrnquist strand  <lha@@it.su.se>
@


1.1.1.1
log
@Vendor import of Heimdal 1.1
@
text
@@
