switch to utf8 encoding of all files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-13 08:53:55 +00:00
parent bdc4cdf254
commit e172367898
1065 changed files with 3304 additions and 3304 deletions

View File

@@ -2,18 +2,18 @@
* ntlm.c: replace hashes with keys.
2008-04-27 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-04-27 Love Hörnquist Åstrand <lha@it.su.se>
* ntlm.c: Use DES_set_key_unchecked().
2007-12-28 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-11-11 Love Hörnquist Åstrand <lha@it.su.se>
* move doxygen into the main file
@@ -21,18 +21,18 @@
* export heim_ntlm_free_buf, start doxygen documentation
2007-07-17 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-07-10 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: New library version.
2007-06-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-06-20 Love Hörnquist Åstrand <lha@it.su.se>
* test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp
@@ -55,31 +55,31 @@
* test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from
Puneet Mehra.
2007-06-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-06-08 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: EXTRA_DIST += version-script.map.
2007-06-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-01-04 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: add LIB_roken for test_ntlm
2006-12-26 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2006-12-26 Love Hörnquist Åstrand <lha@it.su.se>
* test_ntlm.c: Verify infotarget.
@@ -91,7 +91,7 @@
* ntlm.c: Include <limits.h>.
2006-12-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2006-12-20 Love Hörnquist Åstrand <lha@it.su.se>
* test_ntlm.c: add some new tests.
@@ -101,17 +101,17 @@
* heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
2006-12-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
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<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2006-12-13 Love Hörnquist Åstrand <lha@it.su.se>
* test_ntlm.c: Add simple parser test app.

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2006 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006 - 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2006 - 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2006 - 2007 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2006 - 2007 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*