|
Greet40.zip
offers a sample of the Greet client/server application
built using the Microsoft MSVC 4.0 IDE.
The Greet
sample is the same one PC-DCE for Windows users find included
with the Application Developers Kit. The only extended feature
is the use of the CDS "group" facility.
MFC
Greet was built using the Microsoft Foundation Class (MFC)
libraries.
The Grade
sample is the same STDIO-based security sample found in
the Guide to Writing DCE Applications, 2nd edition
(O'Reilly & Associates). This sample demonstrates pthreads,
CDS naming, and authenticated RPC.
|
An
extended Grade
sample offers additional dialog features not available in
the standard Grade sample application. The server program displays
the pricipal name of the most recent caller and the security
level that the caller is using. The client program lets you
choose the security level, credential refresh, available server
status, CDS cache bypass, and principal and cell information.
The client program prompts the user to login to DCE if it detects
there are no valid DCE credentials.
The Authen
sample demonstrates DCE security APIs to perform the equivalent
of dce login for the process, account password change, and
credential refresh.
|