23187: Include <krb5-types.h> to get fixed int types.
[heimdal.git] / lib / wind / ChangeLog
blob6919279ef5b8c17eed5b28a984ea0594073656ce
1 2008-05-23  Love Hörnquist Åstrand  <lha@kth.se>
3         * windlocl.h: Include <krb5-types.h> to get fixed int types.
4         
5 2008-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
7         * stringprep.c: Use <string.h> instead of <strings.h>.
8         
9 2008-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
11         * wind.h: Make wind_stringprep match prototype in .c file. pointed
12         out by David Rosenstrauch.
13         
14 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
16         * test-normalize.c: include roken.h
18 2008-02-26  Love Hörnquist Åstrand  <lha@it.su.se>
20         * Add more built files so they are distributed.
22 2008-02-24  Love Hörnquist Åstrand  <lha@it.su.se>
24         * Makefile.am: Add LIB_com_err.
26 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
28         * Makefile.am: Add more built files.
30         * Makefile.am: Add unicode header files.
32         * punycode.c: make pass the test cases again.
33         
34         * Makefile.am: add more missing .py files.
36         * Makefile.am: add generate.py
38         * test-ldap.c: Test ldap cases.
40         * Makefile.am: Drop com_err files from dist sources.
42         * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
44 2008-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
46         * rename wind_punycode_toascii to wind_punycode_label_toascii
48         * stringprep.c: Move else to make it work again.
50 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
52         * Add partial support for LDAP-prep Insignificant Character Handling
54         * normalize.c: use generated constant for length, check for
55         overruns, dont use gcc/c99 extentions
57         * gen-normalize.py, test-normalize.c: use generated constant for length
58         
59 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
61         * utf8.c: Make wind_utf8ucs4_length() work again.
63         * test-utf8.c: Test wind_utf8ucs4_length().
65 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
67         * utf8.c: Fix overaggressive checks, fix comments.
69         * Add UCS-2 reading and writing functions
71 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
73         * Add and use com_err error codes
75         * libwind from Assar. stringprep library supporting nameprep,
76         saslprep and ldapprep. Added libwind to Heimdal repository.
77         
78 2007-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
80         * test-utf8.c: spelling
81         
82         * utf8.c: Add wind_ucs4toutf8
83         
84 2006-10-08  Love Hörnquist Åstrand  <lha@it.su.se>
85         
86         * test-utf8.c: Add test for wind_ucs4toutf8.
88         * wind.h (wind_ucs4toutf8): New function.
89         
90         * utf8.c (wind_utf8toucs4): allow calculation of length by passing
91         in NULL as out buffer.
92         (wind_ucs4toutf8): new function.
93         
94 2004-12-20  Assar Westerlund <assar@kth.se>
95         
96         * util.py: 
97         * rfc3454.py: 
98         * generate.py: 
99         * gen-punycode-examples.py: 
100         * gen-normalize.py: 
101         * gen-map.py: 
102         * gen-errorlist.py: 
103         * gen-combining.py: 
104         * gen-bidi.py: 
105         * UnicodeData.py:
106         Add encoding.
108 2004-12-20  Assar Westerlund  <assar@kth.se>
110         * First version of stringprep library.