CVS update: samba/source/libsmb

Tim Potter tpot at samba.org
Wed Jul 17 07:28:28 EST 2002


On Tue, Jul 16, 2002 at 12:25:16PM -0700, Jeremy Allison wrote:

> > Modified Files:
> >       Tag: APPLIANCE_HEAD
> > 	nmblib.c 
> > Log Message:
> > Call strupper() before unix_to_dos() when creating a struct nmb_name using
> > make_nmb_name().  The strupper() function only works in DOS codepage for
> > international characters.  )-:
> 
> Can you call me on this (or tell me the magic cube number you're on).
> This looks wrong to me....

I figured out what was wrong.  I had some patches yet to be checked in
that makes strupper work in unix codepage (by converting to dos codepage
first - yuck). 

So the strupper call before the unix_to_dos was doing the right thing
but only in my workarea.  (-:

I'll commit the rest of the changes today so everything should be
working.


Tim.




More information about the samba-cvs mailing list