| 1 | 2008-05-14  Love Hornquist Astrand  <lha@kth.se> | 
|---|
| 2 |  | 
|---|
| 3 | * ntlm.c: replace hashes with keys. | 
|---|
| 4 |  | 
|---|
| 5 | 2008-04-27  Love Hörnquist à | 
|---|
| 6 | strand  <lha@it.su.se> | 
|---|
| 7 |  | 
|---|
| 8 | * ntlm.c: Use DES_set_key_unchecked(). | 
|---|
| 9 |  | 
|---|
| 10 | 2007-12-28  Love Hörnquist à | 
|---|
| 11 | strand  <lha@it.su.se> | 
|---|
| 12 |  | 
|---|
| 13 | * heimntlm.h: Add NTLM_TARGET_* | 
|---|
| 14 |  | 
|---|
| 15 | * ntlm.c: Make heim_ntlm_decode_type3 more useful and provide a | 
|---|
| 16 | username. From Ming Yang. | 
|---|
| 17 |  | 
|---|
| 18 | 2007-11-11  Love Hörnquist à | 
|---|
| 19 | strand  <lha@it.su.se> | 
|---|
| 20 |  | 
|---|
| 21 | * move doxygen into the main file | 
|---|
| 22 |  | 
|---|
| 23 | * write doxygen documentation | 
|---|
| 24 |  | 
|---|
| 25 | * export heim_ntlm_free_buf, start doxygen documentation | 
|---|
| 26 |  | 
|---|
| 27 | 2007-07-17  Love Hörnquist à | 
|---|
| 28 | strand  <lha@it.su.se> | 
|---|
| 29 |  | 
|---|
| 30 | * ntlm.c: Use unsigned char * as argument to HMAC_Update to please | 
|---|
| 31 | OpenSSL and gcc. | 
|---|
| 32 |  | 
|---|
| 33 | * test_ntlm.c: more verbose what we are testing. | 
|---|
| 34 |  | 
|---|
| 35 | 2007-07-10  Love Hörnquist à | 
|---|
| 36 | strand  <lha@it.su.se> | 
|---|
| 37 |  | 
|---|
| 38 | * Makefile.am: New library version. | 
|---|
| 39 |  | 
|---|
| 40 | 2007-06-20  Love Hörnquist à | 
|---|
| 41 | strand  <lha@it.su.se> | 
|---|
| 42 |  | 
|---|
| 43 | * test_ntlm.c: heim_ntlm_calculate_ntlm2_sess_resp | 
|---|
| 44 |  | 
|---|
| 45 | * ntlm.c: Change prototype to match other heim_ntlm_calculate | 
|---|
| 46 | functions. | 
|---|
| 47 |  | 
|---|
| 48 | * test_ntlm.c: Its ok if infotarget2 length is longer. | 
|---|
| 49 |  | 
|---|
| 50 | * ntlm.c: Merge in changes from Puneet Mehra and make work again. | 
|---|
| 51 |  | 
|---|
| 52 | * ntlm.c (heim_ntlm_ntlmv2_key): target should be uppercase. | 
|---|
| 53 | From Puneet Mehra. | 
|---|
| 54 |  | 
|---|
| 55 | * version-script.map: Add heim_ntlm_calculate_ntlm2_sess_resp from | 
|---|
| 56 | Puneet Mehra. | 
|---|
| 57 |  | 
|---|
| 58 | * ntlm.c: Add heim_ntlm_calculate_ntlm2_sess_resp from Puneet | 
|---|
| 59 | Mehra. | 
|---|
| 60 |  | 
|---|
| 61 | * test_ntlm.c: Test heim_ntlm_calculate_ntlm2_sess_resp from | 
|---|
| 62 | Puneet Mehra. | 
|---|
| 63 |  | 
|---|
| 64 | 2007-06-08  Love Hörnquist à | 
|---|
| 65 | strand  <lha@it.su.se> | 
|---|
| 66 |  | 
|---|
| 67 | * Makefile.am: EXTRA_DIST += version-script.map. | 
|---|
| 68 |  | 
|---|
| 69 | 2007-06-03  Love Hörnquist à | 
|---|
| 70 | strand  <lha@it.su.se> | 
|---|
| 71 |  | 
|---|
| 72 | * test_ntlm.c: Free memory diffrently. | 
|---|
| 73 |  | 
|---|
| 74 | * ntlm.c: Make free functions free memory. | 
|---|
| 75 |  | 
|---|
| 76 | 2007-04-22  Love Hörnquist à | 
|---|
| 77 | strand  <lha@it.su.se> | 
|---|
| 78 |  | 
|---|
| 79 | * Makefile.am: symbol versioning. | 
|---|
| 80 |  | 
|---|
| 81 | * version-script.map: symbol versioning. | 
|---|
| 82 |  | 
|---|
| 83 | 2007-01-31  Love Hörnquist à | 
|---|
| 84 | strand  <lha@it.su.se> | 
|---|
| 85 |  | 
|---|
| 86 | * test_ntlm.c: No need to include <gssapi.h>. | 
|---|
| 87 |  | 
|---|
| 88 | 2007-01-04  Love Hörnquist à | 
|---|
| 89 | strand  <lha@it.su.se> | 
|---|
| 90 |  | 
|---|
| 91 | * Makefile.am: add LIB_roken for test_ntlm | 
|---|
| 92 |  | 
|---|
| 93 | 2006-12-26  Love Hörnquist à | 
|---|
| 94 | strand  <lha@it.su.se> | 
|---|
| 95 |  | 
|---|
| 96 | * test_ntlm.c: Verify infotarget. | 
|---|
| 97 |  | 
|---|
| 98 | * ntlm.c: Extract the infotarget from the answer. | 
|---|
| 99 |  | 
|---|
| 100 | * ntlm.c (heim_ntlm_verify_ntlm2): verify the ntlmv2 reply | 
|---|
| 101 |  | 
|---|
| 102 | 2006-12-22  Dave Love  <fx@gnu.org> | 
|---|
| 103 |  | 
|---|
| 104 | * ntlm.c: Include <limits.h>. | 
|---|
| 105 |  | 
|---|
| 106 | 2006-12-20  Love Hörnquist à | 
|---|
| 107 | strand  <lha@it.su.se> | 
|---|
| 108 |  | 
|---|
| 109 | * test_ntlm.c: add some new tests. | 
|---|
| 110 |  | 
|---|
| 111 | * ntlm.c: Add ntlmv2 answer calculating functions. | 
|---|
| 112 |  | 
|---|
| 113 | * ntlm.c: sent lm hashes, needed for NTLM2 session | 
|---|
| 114 |  | 
|---|
| 115 | * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security. | 
|---|
| 116 |  | 
|---|
| 117 | 2006-12-19  Love Hörnquist à | 
|---|
| 118 | strand  <lha@it.su.se> | 
|---|
| 119 |  | 
|---|
| 120 | * ntlm.c (heim_ntlm_build_ntlm1_master): return session master | 
|---|
| 121 | key. | 
|---|
| 122 |  | 
|---|
| 123 | 2006-12-18  Love Hörnquist à | 
|---|
| 124 | strand  <lha@it.su.se> | 
|---|
| 125 |  | 
|---|
| 126 | * ntlm.c (heim_ntlm_build_ntlm1_master): calculate the ntlm | 
|---|
| 127 | version 1 "master" key. | 
|---|
| 128 |  | 
|---|
| 129 | 2006-12-13  Love Hörnquist à | 
|---|
| 130 | strand  <lha@it.su.se> | 
|---|
| 131 |  | 
|---|
| 132 | * test_ntlm.c: Add simple parser test app. | 
|---|
| 133 |  | 
|---|
| 134 | * inital version of a NTLM library, only handles ntml version 1 and | 
|---|
| 135 | ascii strings for now | 
|---|
| 136 |  | 
|---|