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
/
iconv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some nonempty blank lines
Volker Lendecke
2009-07-25
1
-17
/
+17
*
Use samba3's own iconv implementation for now, until all changes are
Jelmer Vernooij
2009-03-02
1
-2
/
+2
*
Use common header file for character set handling in Samba 3 and Samba 4.
Jelmer Vernooij
2009-03-01
1
-2
/
+2
*
Fix various build warnings
Zach Loafman
2008-07-22
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23572: Ensure we obey Unicode consortium restrictions. Code
Jeremy Allison
2007-10-10
1
-15
/
+22
*
r20133: get rid of defined but not used warning - static function only used
Herb Lewis
2007-10-10
1
-5
/
+2
*
r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...
Paul Green
2007-10-10
1
-0
/
+2
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-8
/
+8
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type,...
Paul Green
2007-10-10
1
-4
/
+4
*
r2163: converted samba3 to use the new utf-16 aware iconv code. Also changed
Andrew Tridgell
2007-10-10
1
-64
/
+208
*
r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...
Jeremy Allison
2007-10-10
1
-24
/
+55
*
r938: on an error save the original errno before calling iconv to reset
Herb Lewis
2007-10-10
1
-1
/
+5
*
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
Working on #830. Cope with bad conversions better - don't just memcpy but
Jeremy Allison
2004-02-04
1
-1
/
+0
*
Fix #558 -- support ISO-8859-1 internally. Makes Solaris users a bit happier
Alexander Bokovoy
2003-12-10
1
-0
/
+28
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-0
/
+6
*
iconv isn't const safe. Neither should smb_iconv be.
Jeremy Allison
2003-09-27
1
-1
/
+1
*
Alias charset 646 internally as it is same as ASCII. Should solve Solaris pro...
Alexander Bokovoy
2003-09-15
1
-0
/
+1
*
Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...
Tim Potter
2003-07-14
1
-21
/
+11
*
Fix compiler warning.
Rafal Szczesniak
2003-07-13
1
-11
/
+21
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-7
/
+8
*
Get rid of module_path_get_name() and use the find backend function
Jelmer Vernooij
2003-04-24
1
-10
/
+5
*
Add support for the new modules system to lib/iconv.c (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-151
/
+130
*
Patch from Michael Steffens. In his own words :
Jeremy Allison
2003-03-07
1
-3
/
+3
*
Doxygen merge from head
Martin Pool
2003-02-27
1
-5
/
+6
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
much better auto-init of valid_table[]. This should just about remove
Andrew Tridgell
2001-12-20
1
-1
/
+7
*
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
2001-10-23
1
-2
/
+2
*
Add a few const statements to various odd bits of the tree. (Fixes some
Andrew Bartlett
2001-09-29
1
-1
/
+1
*
allow all ucs2 chars in utf8, rather than mapping some to a single
Andrew Tridgell
2001-09-25
1
-10
/
+1
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-2
/
+2
*
added "display charset" option in smb.conf, along with d_printf()
Andrew Tridgell
2001-09-07
1
-2
/
+2
*
changed the iconv interface to go via ucs2 for all conversions. This
Andrew Tridgell
2001-07-22
1
-71
/
+186
*
switch from UCS2 to UCS-2LE
Andrew Tridgell
2001-07-22
1
-15
/
+1
*
fixed a silly bug in the internal UTF8 implementation
Andrew Tridgell
2001-07-06
1
-1
/
+14
*
added some comments and removed an unnecessary check
Andrew Tridgell
2001-07-06
1
-3
/
+2
*
optimised the 7 bit case for utf8 conversion
Andrew Tridgell
2001-07-05
1
-4
/
+4
*
make sure we reset the shift state on error for charsets like SJIS
Andrew Tridgell
2001-07-05
1
-1
/
+10
*
added builtin support for UTF8
Andrew Tridgell
2001-07-04
1
-1
/
+115
*
more portability fixes
Andrew Tridgell
2001-07-04
1
-4
/
+2
*
portability fixes
Andrew Tridgell
2001-07-04
1
-4
/
+9
*
got rid of __FUNCTION__ debug
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-0
/
+346