RE: ldap

2002-09-05 Thread Michel Stoop (samba)

> Looks like there was a Samba regression just prior to 2.2.5 which causes
> OS/2 clients to fail in very strange ways since EA buffers (EAOP2 structs
> i.e. level 2 SetFileInfo buffers) are now treated as FILESTATUS3 buffers
> (see below).
> http://cvs.samba.org/cgi-bin/cvsweb/samba/source/smbd/trans2.c.dif
> f?r1=1.149.4.16.2.8&r2=1.149.4.16.2.9&f=h

> Anyone know why the EAS_NOT_SUPPORTED check was pulled out at around line
> 2400 of smbd/trans2.c?

See my bugreport at http://bugs.samba.org/?findid=22128
Samba needs to know more about the EA request to determine if it is
an EA request to reject and not a file allocation info set call.

---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---





RE: Wildcard bug.

2002-06-10 Thread Michel Stoop (samba)

Hey DJ,

> The following occurred.
>
> smb: \Farscape - Season 1\> mget *08*
> Get file Farscape 1x08 - That Old Black Magic.avi? Y
> Getting file Farscape 1x08 - That Old Black Magic.avi of size 342921216 as
> Farscape 1x08 - That Old Black Magic.avi (1301.6 kb/s) (average
> 1301.6 kb/s)
> Get file Farscape 1x19 - Nerve.avi?
>
>
> That looks like an error in the new/replaced find code.

Nope, run a "dir /x *08*" and observe the short name for: Farscape 1x19 -
Nerve.avi
I'm sure you find *08* in the short 8.3 name.
This is a known bug in the windows command shell and other cmd line
programs.

---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---






RE: Makefile error when no winbind

2002-06-03 Thread Michel Stoop (samba)

I fetched the latest CVS monday morning (7:55 UTC) just before compiling.

> You didn't say what release/cvs branch you are using.
> 
> I think we already fixed this in the latest SAMBA_2_2
> cvs code.  Please retest and let me know.

I just updated my SAMBA_2_2 and the problem is still there.
Look in configure.in > line 2730
>   WINBIND_LTARGETS=""

So no winbind then WINBIND_LTARGETS is empty.

Then in Makefile.in > line 664
> @WINBIND_LTARGETS@: $(WINBIND_NSS_PICOBJS)

resolves to:
> : $(WINBIND_NSS_PICOBJS)
Then make gives a syntax error.






Makefile error when no winbind

2002-06-03 Thread Michel Stoop (samba)

I'm currently compiling on HP-UX 10.20.

This OS does not have winbind support.
In Makefile.in the variable @WINBIND_LTARGETS@
is used, but when I run configure this variable
is empty because HP-UX 10.20 does not have winbind.

This gives a syntax error on line 664 in the Makefile.

---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---






HEAD HPUX 10.20 and nss.h

2002-04-26 Thread Michel Stoop (samba)

I see that the 2.2.3 fix to get samba compiled on HP-UX 10.20
has gone from all trees. HEAD, 3.0 and 2.2
HP-UX 10.20 just does not have nsswitch...

It is just one line in nsswitch/nss.h

Change:
#elif defined(HPUX)

To:
#elif defined(HPUX) && defined(HAVE_NSSWITCH_H)

The attached diff is for HEAD.
---
Michel Stoop,

Senior Network and Systems Administrator
postmaster for ncg.nl, ccggron.nl and centralindustrygroup.com
Numeriek Centrum Groningen B.V. Shipbuilding Services
Postbus 204
9700AE Groningen
+31 (0)50 541 26 32  fax: +31 (0)50 542 37 17
http://www.ncg.nl
mailto:[EMAIL PROTECTED]
---



nss.diff
Description: Binary data