Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -7/+11 |
2007-10-10 | r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu... | Gerald Carter | 1 | -0/+17 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -13/+12 |
2007-10-10 | r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") | Jeremy Allison | 1 | -10/+1 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r5933: We were handling setting of EA's incorrectly - we should be able to set | Jeremy Allison | 1 | -0/+15 |
2007-10-10 | r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the locale | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r3857: Shut up gcc about erroneous "used uninitialised" warning. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r2610: Even if we only use the fast-path (ascii only) then | Jeremy Allison | 1 | -0/+21 |
2007-10-10 | r2392: Steal the nicer error message from Samba4 :-). | Jeremy Allison | 1 | -8/+12 |
2007-10-10 | r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ... | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov, | Jeremy Allison | 1 | -12/+19 |
2007-10-10 | r907: fixing browse.dat bug -- don't include the resouce byte from the netbio... | Gerald Carter | 1 | -1/+1 |
2004-04-01 | "Fixing my FORTRAN". Ensure we always have some valid char converter for the | Jeremy Allison | 1 | -4/+14 |
2004-03-18 | Correctness patch from fumiya@miraclelinux.com to count characters correctly, | Jeremy Allison | 1 | -0/+3 |
2004-03-17 | Remove excess logging when probing for the length of the next mb char. | Jeremy Allison | 1 | -0/+3 |
2004-03-17 | Change check_path_syntax() to use the new next_mb_char_size() function | Jeremy Allison | 1 | -20/+4 |
2004-03-16 | Add function next_mb_char_size() that returns a size_t of the number of | Jeremy Allison | 1 | -0/+24 |
2004-03-16 | Fix check_path_syntax() for multibyte encodings which have no '\' as second b... | Alexander Bokovoy | 1 | -0/+20 |
2004-03-13 | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 1 | -0/+2 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -3/+6 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 1 | -1/+29 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 1 | -39/+63 |
2004-02-04 | Fixup the allocate version of the function to do "crap" conversions too. | Jeremy Allison | 1 | -20/+83 |
2004-02-04 | Working on #830. Cope with bad conversions better - don't just memcpy but | Jeremy Allison | 1 | -10/+82 |
2004-02-02 | the conversion from int to size_t in charcnv did not take into account | Andrew Tridgell | 1 | -1/+1 |
2004-01-15 | * BUG 446 | Gerald Carter | 1 | -0/+4 |
2003-12-31 | auth/auth_util.c: | Andrew Bartlett | 1 | -2/+2 |
2003-12-01 | Get a little paranoid about memfree use in convert_string_allocate.. | Jeremy Allison | 1 | -7/+6 |
2003-11-13 | Fix a couple of warnings with casts. | Richard Sharpe | 1 | -2/+2 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-09-13 | Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS ! | Jeremy Allison | 1 | -24/+51 |
2003-09-10 | Fix mb bug in fast path code. strlen_w() returns number of *characters* | Jeremy Allison | 1 | -3/+3 |
2003-09-08 | Fix valgrind-found read of uninit variable (ensure length is right). | Jeremy Allison | 1 | -3/+3 |
2003-09-05 | More cachegrind tuning, plus fix an error message. | Jeremy Allison | 1 | -11/+32 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -4/+2 |
2003-09-04 | More hand-tuning of the fastpath. Don't do strlen() when we're doing | Jeremy Allison | 1 | -12/+27 |
2003-09-04 | Remove convert_string_internal completely from fast path when processing | Jeremy Allison | 1 | -10/+18 |
2003-09-04 | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 1 | -11/+94 |
2003-08-23 | Half-way though the big conversion of all nmbd access to wire elements being | Jeremy Allison | 1 | -0/+10 |
2003-08-21 | Shut conversion errors up when initialising tables. | Jeremy Allison | 1 | -12/+24 |
2003-08-20 | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 1 | -34/+92 |
2003-07-27 | Use push_ucs2_allocate(), rather than convert_string_allocate() directly. | Andrew Bartlett | 1 | -8/+4 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -50/+70 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -2/+2 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -3/+3 |
2003-06-30 | - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122) | Andrew Tridgell | 1 | -0/+24 |
2003-06-16 | reverted locale patch put in by jht (originally from vorlon). | Andrew Tridgell | 1 | -37/+0 |