1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
slightly changed AesAlgoNameEncode() output - TShort15 is enough More... 10 months ago
RSA seal/open refactoring More... 10 months ago
fixed and enhanced TTftpServerThread - let TTftpServerThread.OnConnect customize the returned TStream - fixed compilation More... 10 months ago
introducing TTftpServerThread.OnConnect optional callback More... 10 months ago
fixed MsiExecuteQuery() result More... 10 months ago
new MsiVerify() function - to verify a digital signature of a .exe or .msi file More... 10 months ago
enhanced Windows error code detection More... 10 months ago
fixed oldest Delphi compilation More... 10 months ago
new TDocVariantData.InitObjectFromDual() method More... 10 months ago
new MsiExecuteQuery() function More... 10 months ago
new WinLastError/WinCheck low-level functions More... 10 months ago
fixed compilation after introducing TDocVariantData.W[] property - "with" is definitively a headache More... 10 months ago
introducing TDocVariantData.W[] property - to work directly with SynUnicode (UnicodeString on FPC/new Delphi) values More... 10 months ago
introducing some low-level msi.dll API definitions More... 10 months ago
fixed GetFileNameFromUrl() on Windows More... 10 months ago
fixed GetFileNameFromUrl() - use RawUtf8 as URI input text - properly use string charset on Lazarus More... 10 months ago
fixed GetSystemPath() charset issue on Lazarus More... 10 months ago
fixed compilation with NOLIBCSTATIC More... 10 months ago
new THttpClientSocket.AuthorizeSspiUser method More... 10 months ago
introducing SECPKGNAMEAPI cross-platform constant More... 10 months ago
refined documentation about Kerberos auth - at both HTTP and REST levels More... 10 months ago
fixed Delphi 2007 compilation More... 10 months ago
Delphi compiler is even worse than we imagined More... 10 months ago
circumvent old Delphi compilers inlining bug More... 10 months ago
enhanced LDAP client --dns console output - add connection information on the console for proper debugging More... 10 months ago
enhance GSSAPI UserName format to be more user friendly - auto-convert the @TLD part in uppercase - allow '[email protected]' - add any missing @TLD from the SPN - allow plain 'name' More... 10 months ago
refined GSSAPI loading - will try to load custom, MIT, Heimdal, OS global variables in this order (to override e.g. the weak OS version supplied with MacOS) - use constants for cross-platform library names - will also search for MIT or Heimdal standard library names in the executable folder More... 10 months ago
refined doc about MacOS system GSSAPI limitations More... 10 months ago
circumvent MacOS GSSAPI bug/limitation/inconsistency - you should use a regular libmit for user/password login for instance More... 10 months ago
new --libkrb5 command line switch to mormot2tests More... 10 months ago