r21783: Add in the "create info" field to the reply
authorJeremy Allison <jra@samba.org>
Sun, 11 Mar 2007 02:33:17 +0000 (02:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:33 +0000 (12:18 -0500)
commitd88bc59cb4d5e8851b0856c67ed878ba8bd84552
treed1e3d0995bf1bba5ebecf5f48c25fe5b135bde46
parenta2dc1f62fdf7683cfb2ca71499dbe7efddc4aa9b
r21783: Add in the "create info" field to the reply
from POSIX_OPEN and POSIX_MKDIR as specified
by Stevef in the wikki (extra 4 byte field).

Also fix horrible bug in James's code (James
you should review this for your Apple patch
tree) where he failed to allocate the correct
return memory size when returning a INFO2
struct. Added #define for the size of the
INFO2 struct and made sure we allocate the
correct size for return.

Jeremy.
source/include/trans2.h
source/smbd/trans2.c