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)
commit5214cb6782b1ac01b4b23d53478fa11ad00915fe
tree4a3e63eef3c24cf5c938c1800c3a38bf9964b09d
parent8a05fe78c966bed4c1f18561bf03f9f190b36434
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.
(This used to be commit d88bc59cb4d5e8851b0856c67ed878ba8bd84552)
source3/include/trans2.h
source3/smbd/trans2.c