0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Section 2.9. More... over 17 years ago
Build 3 test case results. More... over 17 years ago
Fixed parsing issue with NULL lines and EOF detection. NTPASSWORD directive is now required. Added more DebugStrings(). More... over 17 years ago
Updated for 12-25-2006 build. More... over 17 years ago
*** empty log message *** More... over 17 years ago
First attempt at test cases. More... over 17 years ago
Updated for build 12-25-2006. More... over 17 years ago
Updated 12-25-2006 More... over 17 years ago
Removed LOGFILE directives. Added DER cert format notations. More... over 17 years ago
Added version resource files. More... over 17 years ago
First try at the VERSIONINFO resource. More... over 17 years ago
Removed LOGFILE directive. More... over 17 years ago
Renamed default log file name. More... over 17 years ago
ldapssl_client_init() should be called only once per module initialization. Moved the ldapssl_client_init() call to LDAPDB_Initialize(). This resolves issues of certificate loading failing with -1 as multiple threads conflict. More... over 17 years ago
Fixed compile issue by including stdio.h. More... over 17 years ago
Now includes ldapauth_global.h and uses DebugString(). More... over 17 years ago
Now includes ldapauth_global.h. More... over 17 years ago
Now uses ldapauth_global.h and MAXSTRLEN constant. More... over 17 years ago
Added ldapauth_global.h. Set LinkIncremental and SuppressStartupBanner to project defaults to remove warning. More... over 17 years ago
New global compile time options file. More... over 17 years ago
Removed invalid DESCRIPTION tag. More... over 17 years ago
Removed log initialization routines. These have been moved to DllMain(). More... over 17 years ago
DllMain() now initializes the log file. More... over 17 years ago
Changed output target names to ldapauth2.dll and ldapauth2_debug.dll. More... over 17 years ago
Added option for a default log file. More... over 17 years ago
LDAPDB_Init() now checks file extension and sets certificate type properly. Fixed bug where LDAP_Init() would not clear achToken and repeat the case statement for the last valid directive if the line was blank or sscanf() failed in some way. More... over 17 years ago
*** empty log message *** More... over 17 years ago
Added SSL section. Moved ldapauth.ini directives section to Section 4. More... over 17 years ago
*** empty log message *** More... over 17 years ago
Switched SSL to use B64 format certificates only. Loading certificate with ldapssl_add_trusted_cert(). More... over 17 years ago