index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
...
*
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
*
Whoops - that wasn't a whitespace syncup after all.
Tim Potter
2003-05-07
1
-0
/
+2
*
Whitespace syncup.
Tim Potter
2003-04-28
1
-4
/
+0
*
Patch by Metze to ensure that we always at least initialize our output string
Andrew Bartlett
2003-04-23
1
-0
/
+4
*
Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,
Andrew Bartlett
2003-04-22
1
-12
/
+33
*
Merge across tridge's Realloc fix.
Jeremy Allison
2003-04-14
1
-3
/
+3
*
Export lazy_initialize_conv so that it can be called from
Martin Pool
2003-04-04
1
-1
/
+5
*
lazy_initialize_conv: Remove redundant call to init_valid_table,
Martin Pool
2003-04-04
1
-4
/
+6
*
Patch from Samuel Thibault to convert messages from dos to unix charset
Jelmer Vernooij
2003-03-20
1
-1
/
+1
[prev]
[next]