OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-73-gee26ce5

Gerrit Code Review gerrit@openafs.org
Sun, 5 Sep 2010 20:56:37 -0700 (PDT)


The following commit has been merged in the master branch:
commit ee26ce51f67c7a91d843184374240bbc29e1660b
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Aug 29 23:41:02 2010 -0400

    Windows: fail cm_CheckNTOpen if READ|DELETE for readonly file
    
    If the readonly file attribute is set (stored as a unix mode)
    then a CreateFile operation should fail if the file is opened
    for DELETE in combination with any other privilege.
    
    LICENSE MIT
    
    Change-Id: Ie8ebb6d230cf65d9ce2411bab2fcc4e561081505
    Reviewed-on: http://gerrit.openafs.org/2660
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_vnodeops.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository