9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Aquarela suicide
@ 2004-08-16 18:33 tt.gustavsson
  0 siblings, 0 replies; 17+ messages in thread
From: tt.gustavsson @ 2004-08-16 18:33 UTC (permalink / raw)
  To: 9fans



It might be a bit odd to export plan9 filesystem to my windows
machine. Though I have put the large disk into the plan9 system
and the little disk (10Gb) into the windows machine. I'd just want
some more space on the windows machine.

Probably my problem is because I actually run aquarela on the auth server and
connect to the same machine for authentication?

Thanks anyway
/Tony G




^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: [9fans] Aquarela suicide
  2004-08-19 22:14 ` boyd, rounin
@ 2004-08-20  6:37   ` Nigel Roles
  0 siblings, 0 replies; 17+ messages in thread
From: Nigel Roles @ 2004-08-20  6:37 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

9fans-bounces+ngr=9fs.org@cse.psu.edu wrote:
>> The problem was my configuration of the network.
>
> no.  if it breaks it has a bug.

True, but with the bug fixed in aquarela, he would
still not have authenticated successfully because
of a bug in network configuration.

That's two bugs.




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-19 22:15 tt.gustavsson
  2004-08-19 22:14 ` boyd, rounin
  2004-08-19 22:41 ` geoff
@ 2004-08-19 23:48 ` Russ Cox
  2 siblings, 0 replies; 17+ messages in thread
From: Russ Cox @ 2004-08-19 23:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

cat /mnt/factotum/ctl and you may see home.hm.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-19 22:15 tt.gustavsson
  2004-08-19 22:14 ` boyd, rounin
@ 2004-08-19 22:41 ` geoff
  2004-08-19 23:48 ` Russ Cox
  2 siblings, 0 replies; 17+ messages in thread
From: geoff @ 2004-08-19 22:41 UTC (permalink / raw)
  To: 9fans

Is home.hm (or its IP address) in a plan9.ini or nvram file (partition
or plan9.nvr file)?



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [9fans] Aquarela suicide
@ 2004-08-19 22:15 tt.gustavsson
  2004-08-19 22:14 ` boyd, rounin
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: tt.gustavsson @ 2004-08-19 22:15 UTC (permalink / raw)
  To: 9fans


At last, I got it to work.

The problem was my configuration of the network.

aquarela tried to find the auth server for the local network
which I once called home.hm,
adding authdom = home.hm to the ipnet 192.168..... in /lib/ndb/local
made it work and aquarela found the auth server.

Now, I can't find where the home.hm domain comes from, I must have
specified it somewhere, but can't remember where, it is not in the files local or common?

I traced the problem with the (excellent) program /sys/src/cmd/auth/challenge.c


/Tony G




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-19 22:15 tt.gustavsson
@ 2004-08-19 22:14 ` boyd, rounin
  2004-08-20  6:37   ` Nigel Roles
  2004-08-19 22:41 ` geoff
  2004-08-19 23:48 ` Russ Cox
  2 siblings, 1 reply; 17+ messages in thread
From: boyd, rounin @ 2004-08-19 22:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> The problem was my configuration of the network.

no.  if it breaks it has a bug.



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [9fans] Aquarela suicide
@ 2004-08-19 20:00 tt.gustavsson
  0 siblings, 0 replies; 17+ messages in thread
From: tt.gustavsson @ 2004-08-19 20:00 UTC (permalink / raw)
  To: 9fans


I did reset the inferno/pop secret, but unfortunately no change in aquarela behaviour

But the auth log might be of interest, not a single line about mschap failing.
(though logging about other activities)

When I look at the /rc/bin/service.auth/il566 and
                                                             tcp567
and both start /bin/auth/authsrv -d $3

If I have understood it right this means that the debug messages should appear from
authsrv, and the conclusion would be that aquarela does not even talk to the auth server
at all, right?


/Tony G




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-18 19:47 tt.gustavsson
@ 2004-08-18 20:13 ` Russ Cox
  0 siblings, 0 replies; 17+ messages in thread
From: Russ Cox @ 2004-08-18 20:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

the mschap stuff comes straight from the auth server.
aquarela should not be crashing (it's definitely a bug
that it is), but the bigger problem is the inability to
get the mschap challenge from the auth server.

maybe there is something interesting in /sys/log/auth
on the auth server?

try running passwd to reset your password and
make sure you say "y" when it asks whether the
inferno/pop secret should be the same.  that's
what gets used for mschap, in contrast to the
plan 9 key that gets used for drawterm.

the fact that there are two keys is historical accident
more than anything else.

russ


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [9fans] Aquarela suicide
@ 2004-08-18 19:47 tt.gustavsson
  2004-08-18 20:13 ` Russ Cox
  0 siblings, 1 reply; 17+ messages in thread
From: tt.gustavsson @ 2004-08-18 19:47 UTC (permalink / raw)
  To: 9fans


The only thing I can see in the log file is what you also noticed
a problem with authenticating mschap.

The log is in my first post.

I believe there is something wrong with the authentication as
pointed  out to me by nigel roles.

Am I doing something wrong on the XP machine?

I am trying to map Z: to \\192.168.....\local, and
I provide the login bootes and password that works when connecting with drawterm.
Aquarela is being run from my combined cpu,auth,fileserver.

Also, is factotum involved in the authentication process, i tried to add a key for mschap,
but it seems not possible.


Thanks

/Tony G

latest aquarela.log with aquarela -d allcmds:

Aquarela 0.5 running
SMB_COM_NEGOTIATE request: tid 0x0000 pid 0xfeff uid 0x0000 mid 0x0000
received:
0x0000   ff53 4d42 7200 0000 0018 53c8 0000 0000        .SMBr.....S.....
0x0010   0000 0000 0000 0000 0000 fffe 0000 0000        ................
0x0020   0062 0002 5043 204e 4554 574f 524b 2050        .b..PC NETWORK P
0x0030   524f 4752 414d 2031 2e30 0002 4c41 4e4d        ROGRAM 1.0..LANM
0x0040   414e 312e 3000 0257 696e 646f 7773 2066        AN1.0..Windows f
0x0050   6f72 2057 6f72 6b67 726f 7570 7320 332e        or Workgroups 3.
0x0060   3161 0002 4c4d 312e 3258 3030 3200 024c        1a..LM1.2X002..L
0x0070   414e 4d41 4e32 2e31 0002 4e54 204c 4d20        ANMAN2.1..NT LM
0x0080   302e 3132 00                                   0.12.
smbnegotiate: 'PC NETWORK PROGRAM 1.0'
smbnegotiate: 'LANMAN1.0'
smbnegotiate: 'Windows for Workgroups 3.1a'
smbnegotiate: 'LM1.2X002'
smbnegotiate: 'LANMAN2.1'
smbnegotiate: 'NT LM 0.12'
smbnegotiate: couldn't get mschap challenge
reply: error 2/1
sending:
0x0000   ff53 4d42 7202 0001 0088 0080 0000 0000        .SMBr...........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0000        ................
0x0020   1105 0003 0100 0100 ffff 0100 0000 0100        ................
0x0030   0300 0000 1400 0000 4de5 ef12 fcc1 faff        ........M.......
0x0040   f000 0800 0000 0000                            ........
SMB_COM_SESSION_SETUP_ANDX request: tid 0x0000 pid 0xfeff uid 0x0000 mid 0x0002
received:
0x0000   ff53 4d42 7300 0000 0018 0788 0000 0000        .SMBs...........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0200        ................
0x0020   0d75 00a8 0000 f001 0000 0003 0000 0001        .u..............
0x0030   0000 0000 0000 00d4 0000 006b 0000 0000        ...........k....
0x0040   0000 5700 6900 6e00 6400 6f00 7700 7300        ..W.i.n.d.o.w.s.
0x0050   2000 3200 3000 3000 3200 2000 3200 3600         .2.0.0.2. .2.6.
0x0060   3000 3000 2000 5300 6500 7200 7600 6900        0.0. .S.e.r.v.i.
0x0070   6300 6500 2000 5000 6100 6300 6b00 2000        c.e. .P.a.c.k. .
0x0080   3100 0000 5700 6900 6e00 6400 6f00 7700        1...W.i.n.d.o.w.
0x0090   7300 2000 3200 3000 3000 3200 2000 3500        s. .2.0.0.2. .5.
0x00a0   2e00 3100 0000 0000 04ff 00e4 0008 0001        ..1.............
0x00b0   0031 0000 5c00 5c00 3100 3900 3200 2e00        .1..\.\.1.9.2...
0x00c0   3100 3600 3800 2e00 3100 3000 2e00 3200        1.6.8...1.0...2.
0x00d0   3600 5c00 4900 5000 4300 2400 0000 3f3f        6.\.I.P.C.$...??
0x00e0   3f3f 3f00                                      ???.
andxcommand: SMB_COM_TREE_CONNECT_ANDX offset 168
client.maxbuffersize: 61440
client.maxmpxcount: 1
vcnumber: 0
sessionkey: 0x00000003
caseinsensitivepasswordlength: 1
casesensitivepasswordlength: 0
clientcapabilities: 0x000000d4
account:
primarydomain:
nativeos: Windows 2002 2600 Service Pack 1
nativelanman: Windows 2002 5.1
reply: error 2/91
sending:
0x0000   ff53 4d42 7302 005b 0088 0080 0000 0000        .SMBs..[........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0200        ................
0x0020   0000 00                                        ...
SMB_COM_SESSION_SETUP_ANDX request: tid 0x0000 pid 0xfeff uid 0x0000 mid 0x0004
received:
0x0000   ff53 4d42 7300 0000 0018 0788 0000 0000        .SMBs...........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0400        ................
0x0020   0d75 0002 0100 f001 0000 0003 0000 0018        .u..............
0x0030   0018 0000 0000 00d4 0000 00c5 00e3 c170        ...............p
0x0040   75d5 889f 256e 7f26 d634 bdf3 a3ac 7928        u...%n.&.4....y(
0x0050   1ab8 3e71 d9a1 271a 3171 8e07 9696 64ff        ..>q..'.1q....d.
0x0060   3e7b f371 7c34 b09c 8ea6 7f04 7500 6200        >{.q|4......u.b.
0x0070   6f00 6f00 7400 6500 7300 0000 4800 4f00        o.o.t.e.s...H.O.
0x0080   4d00 4500 2d00 5700 4400 5200 5900 5a00        M.E.-.W.D.R.Y.Z.
0x0090   4800 4100 4400 4300 4700 0000 5700 6900        H.A.D.C.G...W.i.
0x00a0   6e00 6400 6f00 7700 7300 2000 3200 3000        n.d.o.w.s. .2.0.
0x00b0   3000 3200 2000 3200 3600 3000 3000 2000        0.2. .2.6.0.0. .
0x00c0   5300 6500 7200 7600 6900 6300 6500 2000        S.e.r.v.i.c.e. .
0x00d0   5000 6100 6300 6b00 2000 3100 0000 5700        P.a.c.k. .1...W.
0x00e0   6900 6e00 6400 6f00 7700 7300 2000 3200        i.n.d.o.w.s. .2.
0x00f0   3000 3000 3200 2000 3500 2e00 3100 0000        0.0.2. .5...1...
0x0100   0000 04ff 0040 0108 0001 0033 0000 5c00        .....@.....3..\.
0x0110   5c00 3100 3900 3200 2e00 3100 3600 3800        \.1.9.2...1.6.8.
0x0120   2e00 3100 3000 2e00 3200 3600 5c00 4c00        ..1.0...2.6.\.L.
0x0130   4f00 4300 4100 4c00 0000 3f3f 3f3f 3f00        O.C.A.L...?????.
andxcommand: SMB_COM_TREE_CONNECT_ANDX offset 258
client.maxbuffersize: 61440
client.maxmpxcount: 1
vcnumber: 0
sessionkey: 0x00000003
caseinsensitivepasswordlength: 24
casesensitivepasswordlength: 24
clientcapabilities: 0x000000d4
account: bootes
primarydomain: HOME-WDRYZHADCG
nativeos: Windows 2002 2600 Service Pack 1
nativelanman: Windows 2002 5.1




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-17 18:44 tt.gustavsson
@ 2004-08-17 19:26 ` Russ Cox
  0 siblings, 0 replies; 17+ messages in thread
From: Russ Cox @ 2004-08-17 19:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Is there anything interesting in the log file
if you turn on logging?  It looks to me like
an smbnegotiate message failed (couldn't
get mschap challenge) and then windows
went ahead and sent an smbcomsessionsetupandx
anyway.

Russ


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [9fans] Aquarela suicide
@ 2004-08-17 18:44 tt.gustavsson
  2004-08-17 19:26 ` Russ Cox
  0 siblings, 1 reply; 17+ messages in thread
From: tt.gustavsson @ 2004-08-17 18:44 UTC (permalink / raw)
  To: 9fans

Here is the stk() from acid after aquarela did suicide:

smbcomsessionsetupandx(h=0x4d1ec,pdata=0x4d7ad,s=0x44728,b=0x6d820)+0x558
/usr/bootes/aquarela/smbcomsessionsetupandx.c:123
smbsessionwrite(smbs=0x44728,n=0x140,p=0x4d77c)+0x339 /usr/bootes/aquarela/
aquarela.c:94
cifswrite(cifs=0x446e8,p=0x4d77c,n=0x140)+0x22 /usr/bootes/aquarela/
aquarela.c:149
tcpreader(a=0x446e8)+0x143 /usr/bootes/aquarela/smblisten.c:77
launcher386(arg=0x446e8,f=0x1d72)+0x10 /sys/src/libthread/386.c:10
0xfefefefe ?file?:0

/Tony G



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-16 17:41 tt.gustavsson
                   ` (2 preceding siblings ...)
  2004-08-17 14:34 ` Steve Simon
@ 2004-08-17 15:45 ` Russ Cox
  3 siblings, 0 replies; 17+ messages in thread
From: Russ Cox @ 2004-08-17 15:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs, tt.gustavsson

Next time aquarela suicides, try this, to get a stack trace:

acid 260 (replace 260 with pid of aquarela)
stk()
^D

and let us know what it says.  Thanks.

Russ


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-16 17:41 tt.gustavsson
  2004-08-16 18:13 ` boyd, rounin
  2004-08-16 18:19 ` Nigel Roles
@ 2004-08-17 14:34 ` Steve Simon
  2004-08-17 15:45 ` Russ Cox
  3 siblings, 0 replies; 17+ messages in thread
From: Steve Simon @ 2004-08-17 14:34 UTC (permalink / raw)
  To: 9fans

Hi

I just tried aquarela with Win XP SP1 and it worked fine:
read / write delete /chmod/ rename files and dirs.

I tried it at home with NT4 SP6 and had more trouble. I am half way through
fixing this and adding the features my cifs client requires
for interoperability.

Note, for authentication to work Aquarela needs to be run as bootes,
Ie envoke it from cpurc, or, cpu to your file/auth/cpu server as bootes

	cpu -u bootes -h server-hostname -c aquarela

If you dont do this it won't work but I have never seen it suicide
(though I'am not a heavyweight user).

-Steve


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [9fans] Aquarela suicide
@ 2004-08-16 19:26 tt.gustavsson
  0 siblings, 0 replies; 17+ messages in thread
From: tt.gustavsson @ 2004-08-16 19:26 UTC (permalink / raw)
  To: 9fans


I did not see the beauty of plan9,

authentication of aquarela uses factotum right?

proto=mschap ...

But when I try to add a key

auth/factotum -g 'proto=mschap server=cpu1 user=abc123 !password=abc123'

Factotum complains with:

proto mschap doesn't take keys

Have I misunderstood the authentication again?

In the factotum manual there is a section about mschap among other protocols:

Apop, cram, chap, and mschap, require a key with a proto attribute whose value matches
the protocol, in addition to server, user, and !password attributes; e.g.


proto=apop server=mit.edu user=rsc !password=nerdsRus

/Tony G




^ permalink raw reply	[flat|nested] 17+ messages in thread

* RE: [9fans] Aquarela suicide
  2004-08-16 17:41 tt.gustavsson
  2004-08-16 18:13 ` boyd, rounin
@ 2004-08-16 18:19 ` Nigel Roles
  2004-08-17 14:34 ` Steve Simon
  2004-08-17 15:45 ` Russ Cox
  3 siblings, 0 replies; 17+ messages in thread
From: Nigel Roles @ 2004-08-16 18:19 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

9fans-bounces+ngr=9fs.org@cse.psu.edu wrote:
> Hello
>
> On the windows xp machine I have made sure netbios over tcpip is
> enabled, also I have enabled cleartext password, I thought that may
> have  helped.
>

I would not do either. Since you have NT, you can avoid the need
for Netbios as aquarela answers on 445 (and probably needs an option
to make it answer netbios calls as well). Also, NT passwords are
insecure enough as it is, without using cleartext. Plan 9 won't
tolerate that anyway, so you have to use NTLM passwords.

Your problem is (half) explained by...

> smbnegotiate: 'NT LM 0.12'
> smbnegotiate: couldn't get mschap challenge
> reply: error 2/1

IIRC that's because aquarela had a problem with contacting the auth server.
Presumably I didn't handle the condition correctly, and dereferenced
a null pointer later.

Nigel Roles

PS I may be responsible for aquarela, but regretably I don't
have a Plan 9 network on which I could debug it for you just right now.



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [9fans] Aquarela suicide
  2004-08-16 17:41 tt.gustavsson
@ 2004-08-16 18:13 ` boyd, rounin
  2004-08-16 18:19 ` Nigel Roles
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 17+ messages in thread
From: boyd, rounin @ 2004-08-16 18:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

so, you're drawtermed into plan 9 and you want to access local windows files?



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [9fans] Aquarela suicide
@ 2004-08-16 17:41 tt.gustavsson
  2004-08-16 18:13 ` boyd, rounin
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: tt.gustavsson @ 2004-08-16 17:41 UTC (permalink / raw)
  To: 9fans

Hello

I am trying to connect to a plan9 server from win xp SP1,
with aquarela v0.5 running the plan9 machine.

I am trying to map a network drive to \\192.168.10.26\local
I have tried with using bootes, glenda, but
everytime aquarela traps with:
aquarela 260: suicide: sys: trap: fault write addr=0x0 pc=0x00008d2b

I have made the workgroup of the windows xp machine to PLAN9 , because
aquarela defaults to this.

Have I made some erronous assumption? Can I connect with any account on
the PLAN9 machine. It is set up as a combined CPU,AUTH, FILE server with
fossil as file system. the sharename local will point
to the root of the filesystem / , right?

On the windows xp machine I have made sure netbios over tcpip is enabled,
also I have enabled cleartext password, I thought that may have  helped.

Thank you
/Tony G

Aquarela.log:

Aquarela 0.5 running
SMB_COM_NEGOTIATE request: tid 0x0000 pid 0xfeff uid 0x0000 mid 0x0000
received:
0x0000   ff53 4d42 7200 0000 0018 53c8 0000 0000        .SMBr.....S.....
0x0010   0000 0000 0000 0000 0000 fffe 0000 0000        ................
0x0020   0062 0002 5043 204e 4554 574f 524b 2050        .b..PC NETWORK P
0x0030   524f 4752 414d 2031 2e30 0002 4c41 4e4d        ROGRAM 1.0..LANM
0x0040   414e 312e 3000 0257 696e 646f 7773 2066        AN1.0..Windows f
0x0050   6f72 2057 6f72 6b67 726f 7570 7320 332e        or Workgroups 3.
0x0060   3161 0002 4c4d 312e 3258 3030 3200 024c        1a..LM1.2X002..L
0x0070   414e 4d41 4e32 2e31 0002 4e54 204c 4d20        ANMAN2.1..NT LM
0x0080   302e 3132 00                                   0.12.
smbnegotiate: 'PC NETWORK PROGRAM 1.0'
smbnegotiate: 'LANMAN1.0'
smbnegotiate: 'Windows for Workgroups 3.1a'
smbnegotiate: 'LM1.2X002'
smbnegotiate: 'LANMAN2.1'
smbnegotiate: 'NT LM 0.12'
smbnegotiate: couldn't get mschap challenge
reply: error 2/1
sending:
0x0000   ff53 4d42 7202 0001 0088 0080 0000 0000        .SMBr...........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0000        ................
0x0020   1105 0003 0100 0100 ffff 0100 0000 0100        ................
0x0030   0300 0000 1400 0000 979e 5e20 56c0 faff        ..........^ V...
0x0040   f000 0800 0000 0000                            ........
SMB_COM_SESSION_SETUP_ANDX request: tid 0x0000 pid 0xfeff uid 0x0000 mid 0x0002
received:
0x0000   ff53 4d42 7300 0000 0018 0788 0000 0000        .SMBs...........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0200        ................
0x0020   0d75 00a8 0000 f001 0000 0003 0000 0001        .u..............
0x0030   0000 0000 0000 00d4 0000 006b 0000 0000        ...........k....
0x0040   0000 5700 6900 6e00 6400 6f00 7700 7300        ..W.i.n.d.o.w.s.
0x0050   2000 3200 3000 3000 3200 2000 3200 3600         .2.0.0.2. .2.6.
0x0060   3000 3000 2000 5300 6500 7200 7600 6900        0.0. .S.e.r.v.i.
0x0070   6300 6500 2000 5000 6100 6300 6b00 2000        c.e. .P.a.c.k. .
0x0080   3100 0000 5700 6900 6e00 6400 6f00 7700        1...W.i.n.d.o.w.
0x0090   7300 2000 3200 3000 3000 3200 2000 3500        s. .2.0.0.2. .5.
0x00a0   2e00 3100 0000 0000 04ff 00e4 0008 0001        ..1.............
0x00b0   0031 0000 5c00 5c00 3100 3900 3200 2e00        .1..\.\.1.9.2...
0x00c0   3100 3600 3800 2e00 3100 3000 2e00 3200        1.6.8...1.0...2.
0x00d0   3600 5c00 4900 5000 4300 2400 0000 3f3f        6.\.I.P.C.$...??
0x00e0   3f3f 3f00                                      ???.
andxcommand: SMB_COM_TREE_CONNECT_ANDX offset 168
client.maxbuffersize: 61440
client.maxmpxcount: 1
vcnumber: 0
sessionkey: 0x00000003
caseinsensitivepasswordlength: 1
casesensitivepasswordlength: 0
clientcapabilities: 0x000000d4
account:
primarydomain:
nativeos: Windows 2002 2600 Service Pack 1
nativelanman: Windows 2002 5.1
reply: error 2/91
sending:
0x0000   ff53 4d42 7302 005b 0088 0080 0000 0000        .SMBs..[........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0200        ................
0x0020   0000 00                                        ...
SMB_COM_SESSION_SETUP_ANDX request: tid 0x0000 pid 0xfeff uid 0x0000 mid 0x0004
received:
0x0000   ff53 4d42 7300 0000 0018 0788 0000 0000        .SMBs...........
0x0010   0000 0000 0000 0000 0000 fffe 0000 0400        ................
0x0020   0d75 0002 0100 f001 0000 0003 0000 0018        .u..............
0x0030   0018 0000 0000 00d4 0000 00c5 0046 ea2c        .............F.,
0x0040   4519 435d 6656 1b3c c311 6304 c3e9 383a        E.C]fV.<..c...8:
0x0050   af3e 0437 1446 ea2c 4519 435d 6656 1b3c        .>.7.F.,E.C]fV.<
0x0060   c311 6304 c3e9 383a af3e 0437 1400 6700        ..c...8:.>.7..g.
0x0070   6c00 6500 6e00 6400 6100 0000 4800 4f00        l.e.n.d.a...H.O.
0x0080   4d00 4500 2d00 5700 4400 5200 5900 5a00        M.E.-.W.D.R.Y.Z.
0x0090   4800 4100 4400 4300 4700 0000 5700 6900        H.A.D.C.G...W.i.
0x00a0   6e00 6400 6f00 7700 7300 2000 3200 3000        n.d.o.w.s. .2.0.
0x00b0   3000 3200 2000 3200 3600 3000 3000 2000        0.2. .2.6.0.0. .
0x00c0   5300 6500 7200 7600 6900 6300 6500 2000        S.e.r.v.i.c.e. .
0x00d0   5000 6100 6300 6b00 2000 3100 0000 5700        P.a.c.k. .1...W.
0x00e0   6900 6e00 6400 6f00 7700 7300 2000 3200        i.n.d.o.w.s. .2.
0x00f0   3000 3000 3200 2000 3500 2e00 3100 0000        0.0.2. .5...1...
0x0100   0000 04ff 0040 0108 0001 0033 0000 5c00        .....@.....3..\.
0x0110   5c00 3100 3900 3200 2e00 3100 3600 3800        \.1.9.2...1.6.8.
0x0120   2e00 3100 3000 2e00 3200 3600 5c00 4c00        ..1.0...2.6.\.L.
0x0130   4f00 4300 4100 4c00 0000 3f3f 3f3f 3f00        O.C.A.L...?????.
andxcommand: SMB_COM_TREE_CONNECT_ANDX offset 258
client.maxbuffersize: 61440
client.maxmpxcount: 1
vcnumber: 0
sessionkey: 0x00000003
caseinsensitivepasswordlength: 24
casesensitivepasswordlength: 24
clientcapabilities: 0x000000d4
account: glenda
primarydomain: HOME-WDRYZHADCG
nativeos: Windows 2002 2600 Service Pack 1
nativelanman: Windows 2002 5.1








^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2004-08-20  6:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-16 18:33 [9fans] Aquarela suicide tt.gustavsson
  -- strict thread matches above, loose matches on Subject: below --
2004-08-19 22:15 tt.gustavsson
2004-08-19 22:14 ` boyd, rounin
2004-08-20  6:37   ` Nigel Roles
2004-08-19 22:41 ` geoff
2004-08-19 23:48 ` Russ Cox
2004-08-19 20:00 tt.gustavsson
2004-08-18 19:47 tt.gustavsson
2004-08-18 20:13 ` Russ Cox
2004-08-17 18:44 tt.gustavsson
2004-08-17 19:26 ` Russ Cox
2004-08-16 19:26 tt.gustavsson
2004-08-16 17:41 tt.gustavsson
2004-08-16 18:13 ` boyd, rounin
2004-08-16 18:19 ` Nigel Roles
2004-08-17 14:34 ` Steve Simon
2004-08-17 15:45 ` Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).