Fix segfault caused by calling free() on memory allocated in wbcSidToString()
[jerry/samba.git] / source / lib / charcnv.c
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...
2007-10-10 Jeremy Allisonr2610: Even if we only use the fast-path (ascii only...
2007-10-10 Jeremy Allisonr2392: Steal the nicer error message from Samba4 :-).
2007-10-10 Jeremy Allisonr2114: Shameless theft of iconv commit from Samba4...
2007-10-10 Jeremy Allisonr1684: Patch for bug #1578 based on fix from Alexander...
2007-10-10 Gerald Carterr907: fixing browse.dat bug -- don't include the resouc...
2004-04-01 Jeremy Allison"Fixing my FORTRAN". Ensure we always have some valid...
2004-03-18 Jeremy AllisonCorrectness patch from fumiya@miraclelinux.com to count...
2004-03-18 Jeremy AllisonCorrectness patch from fumiya@miraclelinux.com to count...
2004-03-17 Jeremy AllisonRemove excess logging when probing for the length of...
2004-03-17 Jeremy AllisonRemove excess logging when probing for the length of...
2004-03-17 Jeremy AllisonChange check_path_syntax() to use the new next_mb_char_...
2004-03-17 Jeremy AllisonChange check_path_syntax() to use the new next_mb_char_...
2004-03-16 Jeremy AllisonAdd function next_mb_char_size() that returns a size_t...
2004-03-16 Jeremy AllisonAdd function next_mb_char_size() that returns a size_t...
2004-03-16 Alexander BokovoyFix check_path_syntax() for multibyte encodings which...
2004-03-16 Alexander BokovoyFix check_path_syntax() for multibyte encodings which...
2004-03-15 Gerald Cartersync small fixes from 3.0 and fix compiler warning...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-03-11 Jeremy AllisonRestore the contract on all convert_stringXX() interfac...
2004-02-04 Jeremy AllisonFixup the allocate version of the function to do "crap...
2004-02-04 Jeremy AllisonFixup the allocate version of the function to do "crap...
2004-02-04 Jeremy AllisonWorking on #830. Cope with bad conversions better ...
2004-02-04 Jeremy AllisonWorking on #830. Cope with bad conversions better ...
2004-02-02 Andrew Tridgellthe conversion from int to size_t in charcnv did not...
2004-01-15 Gerald Carter* BUG 446
2004-01-15 Gerald Carter* BUG 446
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-01 Jeremy AllisonGet a little paranoid about memfree use in convert_stri...
2003-12-01 Jeremy AllisonGet a little paranoid about memfree use in convert_stri...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-13 Richard SharpeFix a couple of warnings with casts.
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-13 Jeremy AllisonFix for MacOS/X which uses STUPID BROKEN UNICODE COMPOS...
2003-09-10 Jeremy AllisonFix mb bug in fast path code. strlen_w() returns number...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Jeremy AllisonFix valgrind-found read of uninit variable (ensure...
2003-09-05 Jeremy AllisonMore cachegrind tuning, plus fix an error message.
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-09-04 Jeremy AllisonMore hand-tuning of the fastpath. Don't do strlen(...
2003-09-04 Jeremy AllisonRemove convert_string_internal completely from fast...
2003-09-04 Jeremy AllisonUsed cachegrind to track down some bottlenecks.
2003-08-23 Jeremy AllisonHalf-way though the big conversion of all nmbd access...
2003-08-21 Jeremy AllisonShut conversion errors up when initialising tables.
2003-08-20 Jeremy AllisonAttempt to fix the charcnv issues causing nmbd to crash...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-27 Andrew BartlettUse push_ucs2_allocate(), rather than convert_string_al...
2003-07-27 Andrew BartlettSome small fixes to our charset conversion code:
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-30 Andrew Tridgell- added LOCALE patch from vorlon@debian.org (Steve...
2003-06-16 Andrew Tridgellreverted locale patch put in by jht (originally from...
2003-06-15 John TerpstraPatch from vorlon@debian.org, see bugzilal #122
next