Second part of bugfix for bug #8837 - smbd crashes when deleting directory and veto...
authorJeremy Allison <jra@samba.org>
Wed, 4 Apr 2012 21:54:02 +0000 (14:54 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 4 Apr 2012 21:58:42 +0000 (14:58 -0700)
commitc10ed730d481e3d5b6710999b11b8e6969e1c16e
tree21c815c14da2fdd2bf7e7da2315cdc49ff94b9e4
parentf042de2f346c98a852957cdbb09a7f8ac871b69c
Second part of bugfix for bug #8837 - smbd crashes when deleting directory and veto files are enabled.

Store the 'struct security_token' as well as the 'struct security_unix_token'
inside the locking db when setting a delete on close.
source3/librpc/idl/open_files.idl
source3/locking/locking.c
source3/locking/proto.h
source3/smbd/close.c
source3/smbd/reply.c
source3/smbd/trans2.c