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 and now will make it compile. I'm not including those because these headers may not be desirable during driver development.
File Added:
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...