index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
charcnv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r5933: We were handling setting of EA's incorrectly - we should be able to set
Jeremy Allison
2007-10-10
1
-0
/
+15
*
r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the locale
Jeremy Allison
2007-10-10
1
-0
/
+9
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r3857: Shut up gcc about erroneous "used uninitialised" warning.
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r2610: Even if we only use the fast-path (ascii only) then
Jeremy Allison
2007-10-10
1
-0
/
+21
*
r2392: Steal the nicer error message from Samba4 :-).
Jeremy Allison
2007-10-10
1
-8
/
+12
*
r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov,
Jeremy Allison
2007-10-10
1
-12
/
+19
*
r907: fixing browse.dat bug -- don't include the resouce byte from the netbio...
Gerald Carter
2007-10-10
1
-1
/
+1
*
"Fixing my FORTRAN". Ensure we always have some valid char converter for the
Jeremy Allison
2004-04-01
1
-4
/
+14
*
Correctness patch from fumiya@miraclelinux.com to count characters correctly,
Jeremy Allison
2004-03-18
1
-0
/
+3
*
Remove excess logging when probing for the length of the next mb char.
Jeremy Allison
2004-03-17
1
-0
/
+3
*
Change check_path_syntax() to use the new next_mb_char_size() function
Jeremy Allison
2004-03-17
1
-20
/
+4
*
Add function next_mb_char_size() that returns a size_t of the number of
Jeremy Allison
2004-03-16
1
-0
/
+24
*
Fix check_path_syntax() for multibyte encodings which have no '\' as second b...
Alexander Bokovoy
2004-03-16
1
-0
/
+20
*
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
2004-03-13
1
-0
/
+2
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
1
-3
/
+6
*
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
2004-03-13
1
-1
/
+29
*
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
2004-03-11
1
-39
/
+63
*
Fixup the allocate version of the function to do "crap" conversions too.
Jeremy Allison
2004-02-04
1
-20
/
+83
*
Working on #830. Cope with bad conversions better - don't just memcpy but
Jeremy Allison
2004-02-04
1
-10
/
+82
*
the conversion from int to size_t in charcnv did not take into account
Andrew Tridgell
2004-02-02
1
-1
/
+1
*
* BUG 446
Gerald Carter
2004-01-15
1
-0
/
+4
*
auth/auth_util.c:
Andrew Bartlett
2003-12-31
1
-2
/
+2
*
Get a little paranoid about memfree use in convert_string_allocate..
Jeremy Allison
2003-12-01
1
-7
/
+6
*
Fix a couple of warnings with casts.
Richard Sharpe
2003-11-13
1
-2
/
+2
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-1
/
+1
*
Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !
Jeremy Allison
2003-09-13
1
-24
/
+51
*
Fix mb bug in fast path code. strlen_w() returns number of *characters*
Jeremy Allison
2003-09-10
1
-3
/
+3
*
Fix valgrind-found read of uninit variable (ensure length is right).
Jeremy Allison
2003-09-08
1
-3
/
+3
*
More cachegrind tuning, plus fix an error message.
Jeremy Allison
2003-09-05
1
-11
/
+32
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-4
/
+2
*
More hand-tuning of the fastpath. Don't do strlen() when we're doing
Jeremy Allison
2003-09-04
1
-12
/
+27
*
Remove convert_string_internal completely from fast path when processing
Jeremy Allison
2003-09-04
1
-10
/
+18
*
Used cachegrind to track down some bottlenecks.
Jeremy Allison
2003-09-04
1
-11
/
+94
*
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
2003-08-23
1
-0
/
+10
*
Shut conversion errors up when initialising tables.
Jeremy Allison
2003-08-21
1
-12
/
+24
*
Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed
Jeremy Allison
2003-08-20
1
-34
/
+92
*
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
Andrew Bartlett
2003-07-27
1
-8
/
+4
*
Some small fixes to our charset conversion code:
Andrew Bartlett
2003-07-27
1
-50
/
+70
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-2
/
+2
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-3
/
+3
*
- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)
Andrew Tridgell
2003-06-30
1
-0
/
+24
*
reverted locale patch put in by jht (originally from vorlon).
Andrew Tridgell
2003-06-16
1
-37
/
+0
*
Patch from vorlon@debian.org, see bugzilal #122
John Terpstra
2003-06-15
1
-0
/
+37
*
Fix for valgrind - when doing a srvstr_push we must zero fill
Jeremy Allison
2003-06-06
1
-0
/
+13
*
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
Andrew Tridgell
2003-06-06
1
-1
/
+1
*
fixed bug #75; add check for non-zero destlen
Gerald Carter
2003-05-08
1
-1
/
+1
*
Another attempt at undoing my bogus patch 1.55.2.19
Tim Potter
2003-05-08
1
-0
/
+2
[next]