003 File Manager
Current Path:
/usr/src/crypto/heimdal/lib/wind
usr
/
src
/
crypto
/
heimdal
/
lib
/
wind
/
📁
..
📄
ChangeLog
(3.32 KB)
📄
CompositionExclusions-3.2.0.txt
(7.28 KB)
📄
DerivedNormalizationProps.txt
(193.66 KB)
📄
Makefile.am
(3.2 KB)
📄
Makefile.in
(43.33 KB)
📄
NTMakefile
(4.54 KB)
📄
NormalizationCorrections.txt
(1.78 KB)
📄
NormalizationTest.txt
(1.96 MB)
📄
UnicodeData.py
(2.12 KB)
📄
UnicodeData.txt
(876.37 KB)
📄
bidi.c
(2.81 KB)
📄
bidi_table.c
(6.65 KB)
📄
bidi_table.h
(421 B)
📄
combining.c
(2.27 KB)
📄
combining_table.c
(8.13 KB)
📄
combining_table.h
(374 B)
📄
doxygen.c
(1.87 KB)
📄
errorlist.c
(2.55 KB)
📄
errorlist_table.c
(7.68 KB)
📄
errorlist_table.h
(390 B)
📄
gen-bidi.py
(3.18 KB)
📄
gen-combining.py
(2.99 KB)
📄
gen-errorlist.py
(3.53 KB)
📄
gen-map.py
(4.24 KB)
📄
gen-normalize.py
(5.62 KB)
📄
gen-punycode-examples.py
(3.67 KB)
📄
generate.py
(3.1 KB)
📄
idn-lookup.c
(4.05 KB)
📄
ldap.c
(2.68 KB)
📄
libwind-exports.def
(491 B)
📄
map.c
(2.68 KB)
📄
map_table.c
(146.7 KB)
📄
map_table.h
(437 B)
📄
normalize.c
(7.31 KB)
📄
normalize_table.c
(511.89 KB)
📄
normalize_table.h
(713 B)
📄
punycode.c
(4.44 KB)
📄
punycode_examples.c
(4.5 KB)
📄
punycode_examples.h
(457 B)
📄
rfc3454.py
(2.24 KB)
📄
rfc3454.txt
(135.43 KB)
📄
rfc3490.txt
(50.73 KB)
📄
rfc3491.txt
(10.07 KB)
📄
rfc3492.txt
(65.86 KB)
📄
rfc4013.txt
(12.75 KB)
📄
rfc4518.py
(5.47 KB)
📄
rfc4518.txt
(27.51 KB)
📄
stringprep.c
(4.02 KB)
📄
stringprep.py
(3.37 KB)
📄
test-bidi.c
(2.57 KB)
📄
test-ldap.c
(3.58 KB)
📄
test-map.c
(2.83 KB)
📄
test-normalize.c
(4.54 KB)
📄
test-prohibited.c
(3.64 KB)
📄
test-punycode.c
(2.74 KB)
📄
test-rw.c
(3.97 KB)
📄
test-utf8.c
(4.63 KB)
📄
utf8.c
(12.46 KB)
📄
util.py
(1.93 KB)
📄
version-script.map
(547 B)
📄
wind.h
(3.09 KB)
📄
wind_err.et
(695 B)
📄
windlocl.h
(2.34 KB)
Editing: ChangeLog
2008-07-15 Love Hörnquist Åstrand <lha@kth.se> * Makefile.am: Try to do depencies better. 2008-07-15 Love Hörnquist Åstrand <lha@kth.se> * Makefile.am: add punycode_examples.[ch] to built files. 2008-06-01 Love Hörnquist Åstrand <lha@kth.se> * Add utf8 <-> utf16 support. 2008-05-31 Love Hörnquist Åstrand <lha@kth.se> * generate files into the source tree 2008-05-31 Love Hörnquist Åstrand <lha@kth.se> * Support utf8 to utf16 conversion. 2008-05-30 Love Hörnquist Åstrand <lha@kth.se> * idn-lookup.c: Drop <stdint.h> * wind.h: Use <krb5-types.h> 2008-05-23 Love Hörnquist Åstrand <lha@kth.se> * windlocl.h: Include <krb5-types.h> to get fixed int types. 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> * stringprep.c: Use <string.h> instead of <strings.h>. 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se> * wind.h: Make wind_stringprep match prototype in .c file. pointed out by David Rosenstrauch. 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se> * test-normalize.c: include roken.h 2008-02-26 Love Hörnquist Åstrand <lha@it.su.se> * Add more built files so they are distributed. 2008-02-24 Love Hörnquist Åstrand <lha@it.su.se> * Makefile.am: Add LIB_com_err. 2008-02-23 Love Hörnquist Åstrand <lha@it.su.se> * Makefile.am: Add more built files. * Makefile.am: Add unicode header files. * punycode.c: make pass the test cases again. * Makefile.am: add more missing .py files. * Makefile.am: add generate.py * test-ldap.c: Test ldap cases. * Makefile.am: Drop com_err files from dist sources. * ldap.c (_wind_ldap_case_exact_attribute): case exact matching. 2008-02-12 Love Hörnquist Åstrand <lha@it.su.se> * rename wind_punycode_toascii to wind_punycode_label_toascii * stringprep.c: Move else to make it work again. 2008-02-11 Love Hörnquist Åstrand <lha@it.su.se> * Add partial support for LDAP-prep Insignificant Character Handling * normalize.c: use generated constant for length, check for overruns, dont use gcc/c99 extentions * gen-normalize.py, test-normalize.c: use generated constant for length 2008-02-05 Love Hörnquist Åstrand <lha@it.su.se> * utf8.c: Make wind_utf8ucs4_length() work again. * test-utf8.c: Test wind_utf8ucs4_length(). 2008-02-03 Love Hörnquist Åstrand <lha@it.su.se> * utf8.c: Fix overaggressive checks, fix comments. * Add UCS-2 reading and writing functions 2008-02-01 Love Hörnquist Åstrand <lha@it.su.se> * Add and use com_err error codes * libwind from Assar. stringprep library supporting nameprep, saslprep and ldapprep. Added libwind to Heimdal repository. 2007-01-17 Love Hörnquist Åstrand <lha@it.su.se> * test-utf8.c: spelling * utf8.c: Add wind_ucs4toutf8 2006-10-08 Love Hörnquist Åstrand <lha@it.su.se> * test-utf8.c: Add test for wind_ucs4toutf8. * wind.h (wind_ucs4toutf8): New function. * utf8.c (wind_utf8toucs4): allow calculation of length by passing in NULL as out buffer. (wind_ucs4toutf8): new function. 2004-12-20 Assar Westerlund <assar@kth.se> * util.py: * rfc3454.py: * generate.py: * gen-punycode-examples.py: * gen-normalize.py: * gen-map.py: * gen-errorlist.py: * gen-combining.py: * gen-bidi.py: * UnicodeData.py: Add encoding. 2004-12-20 Assar Westerlund <assar@kth.se> * First version of stringprep library.
Upload File
Create Folder