Re: CVS update: samba/source/rpcclient

2003-01-17 Thread Jean Francois Micouleau
On Thu, 16 Jan 2003 [EMAIL PROTECTED] wrote: Log Message: This removes the 3rd argument from init_unistr2(). There were 240 calls to init_unistr2() in the code and every one of them got the 3rd argument incorrect, so I thought it best just to remove the argument. The incorrect usage was

CVS update: samba/swat/help

2003-01-17 Thread jerry
Date: Fri Jan 17 14:33:31 2003 Author: jerry Update of /data/cvs/samba/swat/help In directory dp.samba.org:/tmp/cvs-serv4240/swat/help Modified Files: Tag: SAMBA_3_0 welcome.html Log Message: sync with HEAD; link to HOWTO index Revisions: welcome.html1.17 =

CVS update: samba/source/web

2003-01-17 Thread jerry
Date: Fri Jan 17 14:34:23 2003 Author: jerry Update of /data/cvs/samba/source/web In directory dp.samba.org:/tmp/cvs-serv4401/web Modified Files: diagnose.c Log Message: connect to the actual netbios name in smb.conf and not LOCALHOST Revisions: diagnose.c 1.9 = 1.10

CVS update: samba/source/web

2003-01-17 Thread jerry
Date: Fri Jan 17 14:34:07 2003 Author: jerry Update of /data/cvs/samba/source/web In directory dp.samba.org:/tmp/cvs-serv4314/web Modified Files: Tag: SAMBA_3_0 diagnose.c Log Message: connect to the actual netbios name in smb.conf and not LOCALHOST Revisions: diagnose.c

CVS update: samba

2003-01-17 Thread jerry
Date: Fri Jan 17 16:34:25 2003 Author: jerry Update of /data/cvs/samba In directory dp.samba.org:/tmp/cvs-serv18256 Modified Files: WHATSNEW.txt Log Message: sync WHATSNEW from SAMBA_3_0 Revisions: WHATSNEW.txt1.56 = 1.57

CVS update: samba/source

2003-01-17 Thread jmcd
Date: Fri Jan 17 20:57:23 2003 Author: jmcd Update of /home/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv19520/source Modified Files: Makefile.in configure configure.in dynconfig.c Log Message: Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for

CVS update: samba/source/include

2003-01-17 Thread jmcd
Date: Fri Jan 17 20:57:23 2003 Author: jmcd Update of /home/cvs/samba/source/include In directory dp.samba.org:/tmp/cvs-serv19520/source/include Modified Files: config.h.in dynconfig.h Log Message: Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for

CVS update: samba/source/lib

2003-01-17 Thread jmcd
Date: Fri Jan 17 20:57:25 2003 Author: jmcd Update of /home/cvs/samba/source/lib In directory dp.samba.org:/tmp/cvs-serv19520/source/lib Modified Files: util.c Log Message: Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for instructions. Revisions: util.c

Re: CVS update: samba/source/lib

2003-01-17 Thread Jim McDonough
dlsym() can return NULL validly, so we can't use that as the error test. dlerror() is the correct way to test. Whoops, forgot to credit aliguori for finding this one...nice catch, Anthony. Jim McDonough IBM Linux Technology Center Samba Team 6 Minuteman Drive

Re: CVS update: samba/source/rpcclient

2003-01-17 Thread tridge
tridge, you're sure of what you're doing here ? no, and thats why I have reverted the patch until I get it sorted out. I do know that nearly all the existing uses of init_unistr2() are incorrect for many non-ascii charsets. I also am sure that it should not be the caller that determines the

CVS update: samba/source/rpc_server

2003-01-17 Thread jerry
Date: Sat Jan 18 01:40:29 2003 Author: jerry Update of /data/cvs/samba/source/rpc_server In directory dp.samba.org:/tmp/cvs-serv18185/source/rpc_server Modified Files: Tag: SAMBA_3_0 srv_reg_nt.c Log Message: removing extra debug statement Revisions: srv_reg_nt.c

CVS update: samba/docs/textdocs

2003-01-17 Thread jerry
Date: Sat Jan 18 01:51:46 2003 Author: jerry Update of /data/cvs/samba/docs/textdocs In directory dp.samba.org:/tmp/cvs-serv19318 Added Files: RPC_PLUGGIN.txt Log Message: adding docs for rpc plugin libs Revisions: RPC_PLUGGIN.txt NONE = 1.1

Re: CVS update: samba/source/rpcclient

2003-01-17 Thread Andrew Bartlett
On Sat, 2003-01-18 at 09:47, [EMAIL PROTECTED] wrote: tridge, you're sure of what you're doing here ? no, and thats why I have reverted the patch until I get it sorted out. I do know that nearly all the existing uses of init_unistr2() are incorrect for many non-ascii charsets. I also am

Re: CVS update: samba/source/rpcclient

2003-01-17 Thread Tim Potter
On Fri, Jan 17, 2003 at 10:21:22AM +0100, Jean Francois Micouleau wrote: depending on how the string is passed (data or ptr), on the pipe (LSA comes to mind), and the phase of the moon and the different SP, all the unicode strings are not equal ! Some strings are raw strings (not NULL

CVS update: samba/docs/textdocs

2003-01-17 Thread tpot
Date: Sat Jan 18 05:51:13 2003 Author: tpot Update of /data/cvs/samba/docs/textdocs In directory dp.samba.org:/tmp/cvs-serv5575 Added Files: RPC_PLUGIN.txt Removed Files: RPC_PLUGGIN.txt Log Message: Er, I think this is a better spelling. (-: Revisions: RPC_PLUGIN.txt