]> git.michaelhowe.org Git - packages/o/openafs.git/commit
afskfw-library-20040504
authorJeffrey Altman <jaltman@mit.edu>
Tue, 4 May 2004 23:48:15 +0000 (23:48 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 4 May 2004 23:48:15 +0000 (23:48 +0000)
commit14005bc769bbca0a1944aacce1f4c9aae7d55d9b
tree73417709f4d183dac11fa834247c8ed3585b28d7
parent48f4c91cb4957ddf3763c39ce7a802b9b726cfd7
afskfw-library-20040504

Migrate KFW functionality from src/WINNT/client_creds/afskfw* into a
a new library to be shared by afslogon.dll, afscreds.exe

Add KFW support to afslogon.dll

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

Migrate KFW functionality from src/WINNT/client_creds/afskfw* into a
a new library to be shared by afslogon.dll, afscreds.exe

Move IP Address Change Monitor into new source files.

Add smbname support to the KFW set token functionality in afscreds.exe
13 files changed:
src/WINNT/afsd/NTMakefile
src/WINNT/afsd/afskfw-int.h [new file with mode: 0644]
src/WINNT/afsd/afskfw.c [new file with mode: 0644]
src/WINNT/afsd/afskfw.h [new file with mode: 0644]
src/WINNT/afsd/afslogon.c
src/WINNT/client_creds/NTMakefile
src/WINNT/client_creds/afscreds.h
src/WINNT/client_creds/afskfw-int.h [deleted file]
src/WINNT/client_creds/afskfw.c [deleted file]
src/WINNT/client_creds/afskfw.h [deleted file]
src/WINNT/client_creds/creds.cpp
src/WINNT/client_creds/main.cpp
src/WINNT/client_creds/window.cpp