summaryrefslogtreecommitdiff
path: root/lib/util/charset/codepoints.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07lib:util: codepoint_cmpi: be transitive and case-insensitiveDouglas Bagnall1-16/+2
2024-04-10util:charset:codepoints: codepoint_cmpi warning about non-transitivityDouglas Bagnall1-0/+12
2024-04-10util:charset:codepoints: condepoint_cmpi uses NUMERIC_CMP()Douglas Bagnall1-1/+2
2023-12-08util/charset: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-04-14lib:util: Fix code spellingAndreas Schneider1-1/+1
2022-04-04lib: Stay ASCII-compatible for toupper_m/tolower_mVolker Lendecke1-6/+0
2017-04-18lib:charset: Remove use of talloc_autofree_context() for global_iconv_handleJeremy Allison1-3/+9
2017-04-18lib:charset: Make global_iconv_handle privateJeremy Allison1-1/+1
2017-04-18lib:charset: Add utility functions reinit_iconv_handle() and free_iconv_handl...Jeremy Allison1-0/+18
2017-03-28lib: Avoid an includes.hVolker Lendecke1-1/+3
2017-01-22lib/util/charset: Optimize next_codepoint for the ascii caseVolker Lendecke1-0/+4
2015-12-09CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall1-1/+4
2015-12-09CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall1-8/+16
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2015-03-24lib: Remove load_case_tables_library()Volker Lendecke1-5/+0
2015-03-24lib: Convert [up|low]case.dat to CVolker Lendecke1-51/+16393
2014-12-08lib: Simplify load_case_tables_library()Volker Lendecke1-8/+9
2011-09-20lib/util/charset: remove charset module loadingAndrew Bartlett1-7/+7
2011-09-10lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett1-2/+3
2011-06-23lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett1-31/+0
2011-06-23lib/util/charset: Remove 'display charset'Andrew Bartlett1-9/+3
2011-05-18lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett1-0/+5
2011-04-27dynconfig: Have only one dynconfig.o in the common code.Andrew Bartlett1-1/+1
2011-03-30lib/util/charset Add tests for convert_string_talloc_handle()Andrew Bartlett1-0/+9
2011-03-30lib/util/charset Remove pointless static bool initialisedAndrew Bartlett1-5/+0
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-24/+24
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-3/+23
2011-02-18lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett1-3/+359
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-0/+2
2011-02-18lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett1-2/+2
2011-02-18lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett1-1/+1
2011-02-18lib/util/charset add functions isupper_m and islower_mAndrew Bartlett1-0/+16
2011-02-07s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.datAndrew Tridgell1-12/+4
2010-03-30charset: look for the codepages in the right placeAndrew Tridgell1-2/+2
2008-10-24Split up codepoints code, use consistent _m suffix.Jelmer Vernooij1-0/+118