OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-124-g234acbb

Gerrit Code Review gerrit@openafs.org
Thu, 22 Oct 2009 07:30:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit 234acbbb84534c5327bb69a2fcb7675dcd0d1198
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Thu Oct 22 10:27:41 2009 -0400

    Windows: no longer use WinExec in afscreds
    
    WinExec is a compatibility interface for 16-bit applications.
    It is not compatible with Windows 7.  Replace it with ShellExecuteEx.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/714
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/client_creds/advtab.cpp   |   11 ++++++++++-
 src/WINNT/client_creds/main.cpp     |    1 +
 src/WINNT/client_creds/shortcut.cpp |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository