s3-lib Remove the clobber_region() code.
[nivanova/samba-autobuild/.git] / source3 / lib / charcnv.c
2011-03-23 Andrew Bartletts3-lib Remove the clobber_region() code.
2011-03-14 Jeremy AllisonFix bug #8005 - smbtorture4 BASE-TCONDEV fails when...
2011-02-18 Andrew Bartlettlib/util/charset Add back setlocale(), but only when...
2011-02-18 Andrew Bartlettlib/util/charcnv Move iconv handle setup in common
2011-02-18 Andrew Bartletts3-charcnv Don't genreate valid_table on the fly, rely...
2011-02-18 Andrew Bartlettcharset Remove use of {isupper,islower,toupper,tolower...
2010-11-03 Michael Adams3:lib/charcnv: clarify comments in next_codepoint_ext()
2010-11-03 Michael Adams3:lib/charcnv: rename a parameter for clarity in next_...
2010-11-03 Michael Adams3:lib/charcnv: reformat comments in next_codepoint_ext()
2010-11-03 Michael Adams3:lib/charcnv: add next_codepoint_ext() that accepts...
2009-07-25 Volker LendeckeUse a switch statement in charset_name()
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-17 Jeremy AllisonReplace short-lived NULL talloc contexts with talloc_tos().
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-08 Günther Deschners3-charcnv: always talloc_free in convert_string_talloc...
2009-06-08 Günther Deschners3-charcnv: remove remaining malloc references in conve...
2009-05-02 Volker LendeckeFix a malloc/talloc mixup
2009-04-27 Günther Deschners3-auth-charcnv: fix push_string(). Don't push to ucs2...
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer Vernooijcharcnv: Import push_codepoint().
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettMake Samba3 use the new common libcli/auth code
2009-04-14 Andrew Bartletts3:charcnv remove now unused malloc() based conversion...
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-14 Andrew BartlettSolve some of the conflict between Samba3 and Samba4...
2009-04-02 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Jeremy AllisonTidy up some convert_string_internal error cases, found...
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 VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Jelmer VernooijRevert accidental reintroduction of void ** bug.
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-01-12 Volker LendeckeEven for srclen == 0 we have to return something
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-17 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-16 Jeremy AllisonFix bug 5826 - Directory/Filenames get truncated when...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Jeremy AllisonFix bug 5686 - libsmbclient segfaults with more than...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-04-11 Tim ProutyCleanup size_t return values in convert_string_allocate
2008-04-09 Michael Adamcharcnv: add talloc_strdup_lower() - talloc variant...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-01 Jeremy AllisonEnsure that convert_string_allocate() allocates 2 extra
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Jeremy AllisonFixup hot paths - add macro for toupper (c < 0x80).
2007-12-16 Volker LendeckeMake init_doschar_table() static
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-05 Jeremy Allisonpull_ascii_pstring is gone.
2007-12-04 Jeremy AllisonAllow STR_TERMINATE and -1 src_len for pull_ucs2_base_t...
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-20 Jeremy AllisonMore trivial pstring removal.
2007-11-20 Jeremy AllisonStart to remove some of the pstring functions we're
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25277: Belt-and-braces approach to Volker's fix for...
2007-10-10 Michael Adamr25258: Fix a panic message and remove superfluous...
2007-10-10 Jeremy Allisonr25238: Make the error returns from the string functions
2007-10-10 Jeremy Allisonr25222: Fix last assumptions that (size_t)-1 can be...
2007-10-10 Jeremy Allisonr25199: Remove pstring from strdup_upper - make it the
2007-10-10 Jeremy Allisonr25195: Fix issue with calling pull_uc2_*alloc with
2007-10-10 Volker Lendecker25184: Fix some C++ warnings and an uninitialized...
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25136: When tallocing a string to uppercase remember...
2007-10-10 Jeremy Allisonr25120: One more warning.
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Volker Lendecker24133: Explicitly pass flags2 down to push_string_fn
2007-10-10 Volker Lendecker23865: Fix a type-punned error
2007-10-10 Jeremy Allisonr23858: Added srvstr_pull_buf_talloc() and srvstr_pull_...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Volker Lendecker23662: According to simo, check_dos_char is needed
2007-10-10 Volker Lendecker23660: Anybody know what check_dos_char() was used...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr22754: When processing a string, ensure we don't write...
2007-10-10 Jeremy Allisonr18897: Fix valgrind bug found by Volker.
2007-10-10 Jeremy Allisonr18793: Fix BE string handling in the auto-generated
2007-10-10 Jeremy Allisonr18787: Fix the strlen_m and strlen_m_term code by...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr15003: patch based on code from Arkady Glabek <aglabek...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr12522: Try and fix bug #2926 by removing setlocale...
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Jeremy Allisonr5933: We were handling setting of EA's incorrectly...
2007-10-10 Jeremy Allisonr4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3857: Shut up gcc about erroneous "used uninitialised...
next