sesssetup.c, encrypted passwords and unicode

2003-03-27 Thread Nir Soffer
Hi there! I've been trying to get Samba 3.0 to use plaintext passwords and unicode for a while now. The first thing I stumbled on was solved, it was a service pack that needed to be applied to w2k. (Thanks!) This is the second thing I stumbled on: In line 613 of sesssetup.c (latest CVS

Re: sesssetup.c, encrypted passwords and unicode

2003-03-27 Thread Christopher R. Hertel
more deeply into this. If anyone else does, let me know and I'll forward my info. Chris -)- On Thu, Mar 27, 2003 at 09:36:48PM +0200, Nir Soffer wrote: Hi there! I've been trying to get Samba 3.0 to use plaintext passwords and unicode for a while now. The first thing I stumbled

smbmount: support lfs and unicode options

2003-02-25 Thread Ronan Waide
Hi folks, this is an updated version of Urban Widmark's smbmount patch to enable lfs and unicode options to be switched on the command line. It's diff'd against current CVS HEAD. Cheers, Waider. Index: source/client/smbmount.c

NTLMv2 Response (Only) yields Unicode password length of 78

2003-01-29 Thread Joey Collins
Good evening folks, I have a WIN2K system and I am failing to authenticate to a Samba 2.2 installation, which I suspect is due to the weird length of Unicode password length in the SessionSetupAndX message. Here is my circumstance. On my W2K machine: -Run the secpol.msc management plug

Re: NTLMv2 Response (Only) yields Unicode password length of 78

2003-01-29 Thread Vance Lankhaar
Lankhaar On Wed, 2003-01-29 at 19:57, Joey Collins wrote: Good evening folks, I have a WIN2K system and I am failing to authenticate to a Samba 2.2 installation, which I suspect is due to the weird length of Unicode password length in the SessionSetupAndX message. Here is my circumstance. On my

Re: NTLMv2 Response (Only) yields Unicode password length of 78

2003-01-29 Thread Christopher R. Hertel
suspect is due to the weird length of Unicode password length in the SessionSetupAndX message. Here is my circumstance. On my W2K machine: -Run the secpol.msc management plug-in thingie. -Click Local Policies -Click Security Options -In the right pain, look for LAN Manager

Re: unicode

2002-10-11 Thread Andrew Bartlett
Pupeno wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running Samba 2.2.3a on Mandrake 8.2 and I have some files with unicode chars in their file names (in fact, I'm moving all my file names to unicode, utf8). And now, I notice, that in windows, the names appeared scrambled

Shares names as Unicode

2002-08-15 Thread Gamid Isayev
When I run: smbclient -L host_name smbclient receives share names as non-Unicode strings. Questions are: 1) is this expected behavior? 2) how to force smbclient to request share names as Unicode strings? Details: smbclient compiled from CVS server is Windows 2000 Pro SP2 Gamid Isayev

Re: Shares names as Unicode

2002-08-15 Thread
smbclient -L host_name smbclient receives share names as non-Unicode strings. Some details: in the NetShareEnum response packet flag (Flag2) set to 'Unicode Strings: Strings are Unicode', but in the 'Available Shares' list share names are non-Unicode (see attachment). Does anyone know what