~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/wind/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

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