The attached patch includes prototype definitions which are required for implementing and interfacing with SSP/APs (Security Support Provider/Authentication Package[s]).
Examples for builtin SSP/AP in Windows are kerberos and msv1_0. One needs these interfaces in order to implement other authentication mechanizems such as NIS+, smartcard or biometric or all other crazy things.
The prototypes may differ a little from the ones in PlatformSDK, as I've not checked against it. In another words, it is provided under the usual no warranty disclaimer.
ntsecpkg.h SSP/AP prototypes
ver 1.1
Logged In: YES
user_id=986624
Originator: YES
Upload a new patch.
changelog:
- Several new struct definitions.
- Change the name of functions in the dispatch table back to what they should be.
- Include several header files to make it compile almost smoothly by itself.
Including <stdarg.h> and <winbase.h> now will make it compile. I'm not including those because these headers may not be desirable during driver development.
File Added: w32api-ntsecpkg-sspap.patch
Logged In: YES
user_id=570619
Originator: NO
Please provide a patch that includes a ChangeLog entry.
Logged In: YES
user_id=570619
Originator: NO
Your patch has been accepted and is now commited to CVS. You should expect to see it in the next release.