|
|
On Wed, Nov 22, 2006 at 08:34:38PM +0100, Stefan (metze) Metzmacher wrote:
> jelmer@xxxxxxxxx schrieb:
> > Author: jelmer
> > Date: 2006-11-22 16:53:30 +0000 (Wed, 22 Nov 2006)
> > New Revision: 19842
> > WebSVN:
> > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19842
> > Log:
> > Complain about unknown pointer types.
> > Fallback to "unique" when "ptr" is specified instead of failing.
> Hi Jelmer,
> that's wrong and don't work against windows,
> that's why I added the "sptr" type, the implements full pointer support
> that works in the epmapper pipe against windows.
> sptr uses 1,2,3,4,5... as pointer values
> unique uses 0x00020000,0x00020004, 0x00020008, 0x0002000C ...
> to match what w2k3 do
> please readd 'sptr' as valid pointertype, as pidl supports it and
> should until we have 'ptr' support!
Ah, I was already wondering why we had this strange, non-standard
pointer type!
I'll simply add support for full pointers tomorrow.
Cheers,
Jelmer
|
|