pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / lib / util / charset / util_unistr.c
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-09 Douglas BagnallCVE-2015-5330: strupper_talloc_n_handle(): properly...
2015-12-09 Douglas BagnallCVE-2015-5330: Fix handling of unicode near string...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-03 Andrew Bartlettlib/util/charset Use push_string and talloc_strupper...
2011-05-03 Andrew BartlettRemove strlower_m() and strupper_m() from source4 and...
2011-04-28 Andrew Bartlettlib/util/charset Merge talloc-based pull and push chars...
2011-04-28 Andrew Bartlettlib/util/charset use convert_string.c in common
2011-04-14 Andrew Bartlettlib/util Move alpha_strcpy() from s3 into common code
2011-04-13 Volker Lendeckelib: Move next_token next to next_token_talloc
2011-04-13 Andrew Bartlettlib/util/charset Add convert_string_error()
2011-03-31 Andrew Bartlettlib/util/charset Add tests for strcasecmp_m(), talloc_s...
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-25 Andrew Bartlettlib/util/charset rename iconv_convenience to iconv_handle
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-23 Andrew Bartlettlib/util: Merge basic string length and comparison...
2011-02-18 Andrew Bartlettlib/util/charcnv Move iconv handle setup in common
2010-11-03 Michael Adamlib/util/charset/util_unistr: clarify the comment heade...
2010-11-03 Michael Adamlib/util/charset/util_unistr: add strlen_m_ext_term...
2010-11-03 Michael Adamlib/util/charset/util_unistr: add strlen_m_ext that...
2010-11-03 Michael Adamlib/charcnv/util_unistr: add next_codepoint_ext() that...
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2009-12-18 Brendan PowersReturn NULL in strlower_talloc if src is NULL
2009-10-22 Andrew Tridgellutil: fixed place where we could look one byte past...
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer VernooijFix push_codepoint function without iconv_convenience.
2009-04-23 Jelmer VernooijAdd a new non-convenience version of push_codepoint.
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Jelmer VernooijFix prototype mismatch.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijUse common header file for character set handling in...
2009-03-01 Jelmer Vernooijs4: Use same function signature for convert_* as s3.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijSync smb_iconv_t type, convert_string return type with...
2009-03-01 Jelmer VernooijAdd allow_badcharcnv argument to all conversion functio...
2009-01-15 Günther Deschnerlib: add strlen_m_term_null from s3.
2008-10-24 Jelmer VernooijRemove more global_loadparm instances, fix syntax errors.
2008-10-24 Jelmer VernooijAdd version of next_codepoint without iconv_convenience.
2008-10-24 Jelmer VernooijRemove dependency of charset code on loadparm.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-24 Jelmer VernooijAvoid retrieving iconv convenience during loops.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove iconv_convenience parameter from simple string...
2008-10-24 Jelmer VernooijSplit up codepoints code, use consistent _m suffix.
2008-10-23 Jelmer VernooijRename string_replace_w to string_replace_m, which...
2008-10-23 Jelmer VernooijMove charset library to top level.