Commit Graph

13631 Commits

Author SHA1 Message Date
florian
77851090aa + git dialog templates 2022-04-30 22:06:08 +02:00
mattias
e339f8b660 fcl-web: TJWTSignerRSA: prefix hash with ASN1 digest info 2022-04-30 15:04:25 +02:00
Nikolay Nikolov
22c86e857e + enabled compilation of units ptcgraph, ptccrt and ptcmouse on FreeBSD 2022-04-30 15:26:51 +03:00
Nikolay Nikolov
a596fab3d5 + enabled compilation of unit ptc on FreeBSD 2022-04-30 15:12:14 +03:00
Ramon M
f227efb258 Enabled mouse support for macOS and *BSD. Free Vision apps can now make use of the mouse for these O/Ss. 2022-04-30 12:04:18 +02:00
Nikolay Nikolov
c3db9d63f2 + enabled compilation of units ptcgraph, ptccrt and ptcmouse on OpenBSD 2022-04-30 12:24:13 +03:00
mattias
bb1b0cdbf0 fcl-web: RS256 using sign/verify 2022-04-30 10:34:00 +02:00
Nikolay Nikolov
19f97666e8 + enabled compilation of the package ptc on OpenBSD 2022-04-30 11:12:01 +03:00
mattias
f0c3d69068 fcl-web: added TJWTSignerRS384, TJWTSignerRS512 2022-04-30 01:56:14 +02:00
mattias
44902c339b fcl-web: added TJWTSignerRS256 2022-04-30 01:42:16 +02:00
mattias
d038f9f6e0 fcl-hash: do not call randomize too often 2022-04-30 01:42:16 +02:00
mattias
216c848075 fcl-hash: use randomize 2022-04-29 02:18:42 +02:00
mattias
6bf0de0ba2 fcl-hash: use RDTSCP on i386 and x86-64 2022-04-29 01:07:59 +02:00
mattias
0a44e3192d fcl-hash: test rsa encrypt/decrypt 2022-04-29 00:35:08 +02:00
mattias
8639593574 fcl-hash: rsa encrypt: fixed using non zero padding bytes 2022-04-29 00:18:24 +02:00
mattias
864b2ad3f3 fcl-hash: fixed freeing TBigIntContext.BIRadix and migrated to mode objfpc 2022-04-28 23:10:13 +02:00
mattias
67905957cb fcl-hash: fixed HexStrToBytes 2022-04-28 23:10:13 +02:00
mattias
606f27563e fcl-hash: fixed ASNParse_GetIntBytes for ASNSize<8 2022-04-28 23:10:13 +02:00
mattias
c43579a325 fcl-hash: asn check boundary, added rsa private/public key parse functions 2022-04-28 19:28:28 +02:00
mattias
7664b32e5f fcl-hash: added rsa test 2022-04-28 19:26:02 +02:00
mattias
b8a8068dce fcl-hash: added fprsa 2022-04-27 18:23:21 +02:00
mattias
ca9ea2be61 fcl-hash: added ASNFetch 2022-04-27 18:11:21 +02:00
mattias
86af4b8cd8 fcl-hash: added HexStrToString 2022-04-27 18:11:21 +02:00
marcoonthegit
7631dfb563 * Use memorystream as a kind of tstringbuilder for json escaping(StringToJSONString), fixes bug #39525 2022-04-27 17:10:59 +02:00
Ondrej Pokorny
fefb13da3b odbc: fix long string parameter bindings 2022-04-27 12:46:51 +00:00
Michaël Van Canneyt
96c6045023 * Patch from Alexey Torgashin for unquotechar issue 266. Fix issue #39696 2022-04-27 11:50:58 +02:00
Michaël Van Canneyt
ac95c20c5a * Add examples for syshelpers from Zeljko Avramovic. Fix issue #39541 2022-04-27 11:45:43 +02:00
Michaël Van Canneyt
a2a9db1e06 * Sync stored specifier names 2022-04-27 10:00:36 +02:00
Michaël Van Canneyt
045b938dfa * Add storage specifier for params 2022-04-26 17:48:03 +02:00
mattias
78fba07415 fcl-web: gitignore 2022-04-26 15:27:36 +02:00
mattias
3c5ad4eadf fcl-web: updated lpi 2022-04-26 15:27:36 +02:00
mattias
bf2d0853b6 fcl-web: fixed compile tcjwt 2022-04-26 15:27:36 +02:00
mattias
c2e9642b27 fcl-hash: gitignore testhash 2022-04-26 15:27:36 +02:00
marcoonthegit
d309b77b59 * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
marcoonthegit
476a4f0f91 * fix headers other packages up to (but not including) fcl-res (which are generated files) bug #39481 2022-04-26 11:17:54 +02:00
marcoonthegit
afcf3e5201 * Added headers (bug #39481) for fcl-db. 2022-04-26 11:17:54 +02:00
J. Gareth "Curious Kit" Moreton
bdd26766ed * Changed -1 to $FFFFFFFF on DWord writes to suppress range check errors 2022-04-24 16:57:43 +00:00
florian
876ae56158 * patch by Rika: fix for ... in iterator for TMap and TSet, resolves #39354 2022-04-23 21:51:26 +02:00
marcoonthegit
616538c251 * Improve Delphi compatibility of TEvent(object) constructors, while keeping also backwards compat by adding default parameters. 2022-04-23 17:56:19 +02:00
mattias
ee7cbb61a0 fcl-passrc: resolver: fixed call generic function with anonymous specialize function type 2022-04-21 23:08:19 +02:00
Bi0T1N
59672a6982 Add support for OpenSSL 3.0 2022-04-21 09:02:31 +00:00
Ondrej Pokorny
adb264a711 db odbcconn: error messages received through SQLGetDiagRec are ANSI - convert them to CP_ACP 2022-04-20 18:35:03 +00:00
florian
4c5fc2f958 * patch by Rika: avoid that capacity of TQueue grows to much for certain
usage patterns, resolves #39662
2022-04-12 17:36:42 +02:00
Michaël Van Canneyt
d1af2c7007 * Set listening port 2022-04-04 14:47:16 +02:00
Michaël Van Canneyt
85860f126f * New laz version 2022-04-04 14:47:16 +02:00
Michaël Van Canneyt
31f74f65b0 * CGI demo for css minimizer/classname extractor 2022-04-02 10:18:23 +02:00
Michaël Van Canneyt
14c4a6796b * Test for stringtoidentifier 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
aedb6dbacd * Remove debug statement 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
2b99abdd4d * Numeric chars allowed in identifier, no need to escape 2022-04-02 10:18:22 +02:00
Michaël Van Canneyt
56108f4799 * Remove debug statement 2022-04-02 10:18:22 +02:00