search for: smb_iconv_open

Displaying 7 results from an estimated 7 matches for "smb_iconv_open".

2005 Jun 28
0
Fwd: Re: Possible Samba Memory Leak
...> <snip> > Linking bin/smbd > lib/iconv.o(.text+0x2a8): In function `sys_iconv': > : undefined reference to `libiconv' > lib/iconv.o(.text+0x2d8): In function `sys_iconv': > : undefined reference to `libiconv' > lib/iconv.o(.text+0x5a0): In function > `smb_iconv_open': > : undefined reference to `libiconv_open' > lib/iconv.o(.text+0x5bc): In function > `smb_iconv_open': > : undefined reference to `libiconv_open' > lib/iconv.o(.text+0x5f4): In function > `smb_iconv_open': > : undefined reference to `libiconv_open' &gt...
2006 Jun 27
1
iconv.c / static charset prototype/assembler bug?
...is 4 byte return value which actually gets returned AND pushed to the stack by charset_CP850_init. After adding following prototype to config.h, everything works as expected: NT_STATUS charset_CP850_init(void); You may look at this disassembly which shows whats going wrong exactely: iconv.c: smb_iconv_open(): (With the NT_STATUS charset_CP850_init(void); prototype:) 807c173: 85 c0 test %eax,%eax 807c175: 75 e9 jne 807c160 <smb_iconv_open+0x3a> 807c177: 8d 45 ec lea 0xffffffec(%ebp),%eax 807c17a: 83 ec 0c...
2005 Jun 28
3
Possible Samba Memory Leak
Hi All, We're currently trying to use samba in an embedded application, so we're working with samba 3.0.2a compiled for PPC. We have a test application which will basically write, then read back and compare data files on the disk. The problems we see occur when we try using just over 3500 small files (< 10k each). It seems that after about 200 or so iterations of this test, we start
2005 Apr 18
0
3.0.14a: sig11/panic on redhat6x
...uot;) at lib/util.c:1445 #5 0x81aaf8b in fault_report (sig=11) at lib/fault.c:41 #6 0x81aaff4 in sig_fault (sig=11) at lib/fault.c:64 #7 0x40173c48 in __restore () at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127 #8 0x81cfa85 in lazy_initialize_iconv () at lib/iconv.c:125 #9 0x81cfc73 in smb_iconv_open (tocode=0x8275460 "UTF-16LE", fromcode=0x827546e "ASCII") at lib/iconv.c:208 #10 0x81a7736 in init_iconv () at lib/charcnv.c:128 #11 0x807b8b7 in handle_charset () #12 0x807c411 in lp_do_parameter () #13 0x807c58c in do_parameter () #14 0x807e23c in Parameter () #15 0x807e2a...
2003 Apr 07
2
Samba and charset convention with UTF8 to other ....
Hi All! I have BSD box running 4.6.2-RELEASE ... I build and install samba-3.0alpha20 with key --with-iconv. My smb.conf in global part have next strings: dos charset = CP866 ; unix charset = KOI8-U display charset = CP866 I run utilitys testparm and see the next messages: Conversion from UCS-2LE to CP866 not supported Conversion from UCS-2LE to CP866 not supported
2006 Jun 01
0
3.0.22 on solaris9 does not start as daemon
...03) Attempting to register new charset CP850 [2006/06/01 14:12:44, 5] lib/iconv.c:smb_register_charset(111) Registered charset CP850 [2006/06/01 14:12:44, 2] lib/module.c:do_smb_load_module(66) Module '/opt/local/lib/charset/ISO8859-1.so' loaded [2006/06/01 14:12:44, 0] lib/iconv.c:smb_iconv_open(264) Module ISO8859-1 doesn't provide charset ISO8859-1! [2006/06/01 14:12:44, 5] lib/charcnv.c:charset_name(78) Locale charset 'ISO8859-1' unsupported, using ASCII instead [2006/06/01 14:12:44, 5] lib/module.c:smb_probe_module(104) Probing module 'ISO8859-1' [2006/06/0...
2006 Jun 04
1
samba 3.0.22 on solaris9 does not start as daemon
...t(103) Attempting to register new charset CP850 [2006/06/01 14:12:44, 5] lib/iconv.c:smb_register_charset(111) Registered charset CP850 [2006/06/01 14:12:44, 2] lib/module.c:do_smb_load_module(66) Module '/opt/local/lib/charset/ISO8859-1.so' loaded [2006/06/01 14:12:44, 0] lib/iconv.c:smb_iconv_open(264) Module ISO8859-1 doesn't provide charset ISO8859-1! [2006/06/01 14:12:44, 5] lib/charcnv.c:charset_name(78) Locale charset 'ISO8859-1' unsupported, using ASCII instead [2006/06/01 14:12:44, 5] lib/module.c:smb_probe_module(104) Probing module 'ISO8859-1' [2006/06/01 1...