|
6c53999c97
|
Combine ModuleInit and GetModuleObject
The two functions can be combined into one as both are called only
once. This removes the need for the explicit ModuleInit function.
|
2017-01-03 18:01:13 +02:00 |
|
|
7df29aa1ec
|
Move version entry point into MODULE_INFO
The MODULE_INFO can easily hold the version information of the
module. This removes the need for a explicit version entry point.
|
2017-01-03 18:01:13 +02:00 |
|
|
b9b3bfaa78
|
Use configured principal name
The default principal name was used instead of the configured one.
|
2016-12-22 17:55:05 +02:00 |
|
|
1707684992
|
Move all authenticators into separate subdirectories
|
2016-12-01 15:43:22 +02:00 |
|