]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/wind/ChangeLog
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / lib / wind / ChangeLog
1 2008-07-15  Love Hörnquist Åstrand  <lha@kth.se>
2
3         * Makefile.am: Try to do depencies better.
4         
5 2008-07-15  Love Hörnquist Åstrand  <lha@kth.se>
6
7         * Makefile.am: add punycode_examples.[ch] to built files.
8
9 2008-06-01  Love Hörnquist Åstrand  <lha@kth.se>
10
11         * Add utf8 <-> utf16 support.
12
13 2008-05-31  Love Hörnquist Åstrand  <lha@kth.se>
14
15         * generate files into the source tree
16
17 2008-05-31  Love Hörnquist Åstrand  <lha@kth.se>
18
19         * Support utf8 to utf16 conversion.
20
21 2008-05-30  Love Hörnquist Åstrand  <lha@kth.se>
22
23         * idn-lookup.c: Drop <stdint.h>
24
25         * wind.h: Use <krb5-types.h>
26
27 2008-05-23  Love Hörnquist Åstrand  <lha@kth.se>
28
29         * windlocl.h: Include <krb5-types.h> to get fixed int types.
30         
31 2008-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
32
33         * stringprep.c: Use <string.h> instead of <strings.h>.
34         
35 2008-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
36
37         * wind.h: Make wind_stringprep match prototype in .c file. pointed
38         out by David Rosenstrauch.
39         
40 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
41
42         * test-normalize.c: include roken.h
43
44 2008-02-26  Love Hörnquist Åstrand  <lha@it.su.se>
45
46         * Add more built files so they are distributed.
47
48 2008-02-24  Love Hörnquist Åstrand  <lha@it.su.se>
49
50         * Makefile.am: Add LIB_com_err.
51
52 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
53
54         * Makefile.am: Add more built files.
55
56         * Makefile.am: Add unicode header files.
57
58         * punycode.c: make pass the test cases again.
59         
60         * Makefile.am: add more missing .py files.
61
62         * Makefile.am: add generate.py
63
64         * test-ldap.c: Test ldap cases.
65
66         * Makefile.am: Drop com_err files from dist sources.
67
68         * ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
69
70 2008-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
71
72         * rename wind_punycode_toascii to wind_punycode_label_toascii
73
74         * stringprep.c: Move else to make it work again.
75
76 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
77
78         * Add partial support for LDAP-prep Insignificant Character Handling
79
80         * normalize.c: use generated constant for length, check for
81         overruns, dont use gcc/c99 extentions
82
83         * gen-normalize.py, test-normalize.c: use generated constant for length
84         
85 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
86
87         * utf8.c: Make wind_utf8ucs4_length() work again.
88
89         * test-utf8.c: Test wind_utf8ucs4_length().
90
91 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
92
93         * utf8.c: Fix overaggressive checks, fix comments.
94
95         * Add UCS-2 reading and writing functions
96
97 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
98
99         * Add and use com_err error codes
100
101         * libwind from Assar. stringprep library supporting nameprep,
102         saslprep and ldapprep. Added libwind to Heimdal repository.
103         
104 2007-01-17  Love Hörnquist Åstrand  <lha@it.su.se>
105
106         * test-utf8.c: spelling
107         
108         * utf8.c: Add wind_ucs4toutf8
109         
110 2006-10-08  Love Hörnquist Åstrand  <lha@it.su.se>
111         
112         * test-utf8.c: Add test for wind_ucs4toutf8.
113
114         * wind.h (wind_ucs4toutf8): New function.
115         
116         * utf8.c (wind_utf8toucs4): allow calculation of length by passing
117         in NULL as out buffer.
118         (wind_ucs4toutf8): new function.
119         
120 2004-12-20  Assar Westerlund <assar@kth.se>
121         
122         * util.py: 
123         * rfc3454.py: 
124         * generate.py: 
125         * gen-punycode-examples.py: 
126         * gen-normalize.py: 
127         * gen-map.py: 
128         * gen-errorlist.py: 
129         * gen-combining.py: 
130         * gen-bidi.py: 
131         * UnicodeData.py:
132         Add encoding.
133
134 2004-12-20  Assar Westerlund  <assar@kth.se>
135
136         * First version of stringprep library.