s3:smbd: add a generic smbd_dirptr_lanman2_entry() function
authorStefan Metzmacher <metze@samba.org>
Fri, 14 Aug 2009 11:23:19 +0000 (13:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 19 Aug 2009 20:12:42 +0000 (22:12 +0200)
commite621b7a52ee597cef9fbcd7b7af337e8749c4dca
tree44b8ea9300a86f84152d18c9cb44628699ee7101
parentcf6e81f158ca7b76103fc53f5b96ffae00db6aed
s3:smbd: add a generic smbd_dirptr_lanman2_entry() function

This can we used by SMB2, the key difference between
SMB1 and SMB2 is that with SMB2 entries are aligned
to 8 bytes and there's no padding at the end of the last entry.

metze
source3/smbd/globals.h
source3/smbd/trans2.c