Chun-wei Fan
8fc27ea12c
autotools builds: Enable Windows builds
...
We now check for whether the build is done on Windows, so that:
-We link to -lws2_32, which is necessary for the networking functions
on Windows.
-We default to using libicu on Windows for the runtime and builtins,
as the code using libidn and libidn2 use stuff from langinfo.h, which
is not available on Windows.
-We do not build and run the tests under fuzz/ as Windows does not have
fmemopen().
This enables the code to be built on Windows via MinGW.
2018-04-19 16:24:14 +08:00
Chun-wei Fan
a2243d7d3c
libpsl.h.in: Decorate public symbols for export
...
Introduce a macro, PSL_API, which is used by the compiler to instruct the
linker to export the public symbols, such as __declspec (dllexport) on
Visual Studio.
2018-04-19 11:22:30 +08:00
Chun-wei Fan
3fa3731ca6
src/psl.c: Make code compilable on native Windows
...
Include the Windows/Winsock2 counterparts of the networking headers on
Windows and avoid including *NIX-specific headers on Windows.
Also remove the small bits of C99isms from the code.
2018-04-18 13:48:30 +08:00
Tim Rühsen
84536ee21d
Merge pull request #96 from ebassi/non-srcdir-build
...
Fix non-srcdir builds
2018-04-06 18:22:59 +00:00
Emmanuele Bassi
c9a550e93c
Fix non-srcdir builds
...
We need to modify the various paths we reference to include the build
directory, in the case when the build directory is not the source
directory.
2018-04-06 18:26:07 +01:00
Tim Rühsen
8aba48aa27
Merge pull request #94 from dkg/speling
...
fix spelling errors
2018-03-23 13:31:26 +00:00
Daniel Kahn Gillmor
2c66c15a99
fix spelling errors
2018-03-23 11:33:55 +00:00
Tim Rühsen
fe2042fea8
Fix make distcheck without enabled docs
2018-03-06 10:21:45 +01:00
Tim Rühsen
32f3861216
Don't require xsltproc when not building man pages
2018-03-06 09:40:11 +01:00
Tim Rühsen
f7e0d9441a
Fix --disable-builtin configure option
2018-03-05 11:25:06 +01:00
Tim Rühsen
6220e02ebd
Release V0.20.1
2018-02-26 11:47:27 +01:00
Tim Rühsen
e0c1ed0e7a
Improve docs for PSL_TYPE_NO_STAR_RULE
2018-02-26 11:45:57 +01:00
Tim Rühsen
a9ccf7ab23
Add man page text about effect of --no-star-rule
2018-02-26 11:35:18 +01:00
Tim Rühsen
337e189979
Add --no-star-rule to psl utility
2018-02-26 11:23:01 +01:00
Tim Rühsen
35d96246e7
Release v0.20.1
2018-02-23 14:50:55 +01:00
Tim Rühsen
8fd480584e
Fix PSL_TYPE_NO_STAR_RULE and improve test suite
...
Reported-by: Daniel Kahn Gillmor
2018-02-23 12:09:07 +01:00
Tim Rühsen
9542813a8f
Release v0.20.0
2018-02-22 10:04:00 +01:00
Tim Rühsen
43ec750b40
Update copyrights
2018-02-22 10:04:00 +01:00
Tim Rühsen
2e15e597ca
Update fuzzer to use PSL_TYPE_NO_STAR_RULE
2018-02-22 09:54:50 +01:00
Tim Rühsen
53326dc098
Update PSL submodule
2018-02-21 20:51:29 +01:00
Tim Rühsen
aaacdae977
Add TLDs to (DAFSA) data to allow skipping the star rule
2018-02-21 20:49:26 +01:00
Claudio Saavedra
49707dc3b3
Add tests for PSL_TYPE_NO_STAR_RULE
2018-02-21 20:48:05 +01:00
Claudio Saavedra
9e9341f5b9
psl_is_public_suffix2(): allow checking for suffixes not in the list
...
Add a PSL_TYPE_NO_STAR_RULE type to check for suffixes without the '*'
rule. This allows checking for suffixes that are not in the PSL.
2018-02-21 17:11:01 +02:00
Tim Rühsen
819486edd1
Remove C99 loop construct
2018-02-21 15:56:58 +01:00
Tim Rühsen
179ca703b2
Limit CPU wasting on large inputs
...
Large inputs on psl_registrable_domain() and psl_unregistrable_domain()
suffer from a O(N^2) behavior. This change limits N to avoid excessive
CPU usage.
At the same time we limit the fuzz corpora size to 64k which is far more
then we expect any real life domain to be.
Reported-by: OSS-Fuzz
2018-02-13 15:42:17 +01:00
Dagobert Michelsen
27614b6b35
Remove unconditional setting of GCC-specific flag
2018-01-16 15:56:24 +01:00
Tim Rühsen
f9f256dbcc
Update PSL submodule
2018-01-16 15:32:12 +01:00
Jeffrey Walton
8b9f5c204d
Expand defintion of PSL; add ICANN reference
2018-01-05 10:16:11 +01:00
Tim Rühsen
4491895e6c
Add missing include alloca.h in fuzz/main.c
2017-11-11 15:18:37 +01:00
Tim Rühsen
cb5933d981
Fix printf warnings in fuzz/main.c
2017-11-11 15:10:25 +01:00
Tim Rühsen
9bd2c6ad37
Release v0.19.1
2017-11-09 15:37:26 +01:00
Tim Rühsen
1c44781718
Fix unsigned integer overflow in _mem_is_ascii()
...
Found by OSS-Fuzz. It has no impact.
2017-11-03 12:10:05 +01:00
Tim Rühsen
16bf63a6bf
Update corpora from oss-fuzz
2017-09-15 17:49:19 +02:00
Tim Rühsen
4e51142022
psl_*_count() return -1 if information is not available
2017-09-15 17:14:32 +02:00
Tim Rühsen
192b3f06d2
Add psl_free_string to libpsl-sections.txt
2017-09-15 17:14:32 +02:00
Tim Rühsen
c7a48a0bf8
Amend start of comments in lookup_string_in_fixed_set.c
2017-09-15 17:14:32 +02:00
Tim Rühsen
a12bd1d2a6
Fix input encoding for python3
2017-09-14 20:25:59 +02:00
Tim Rühsen
964e90a43e
Merge pull request #79 from darnir/free_string
...
Add new function psl_free_string()
2017-08-30 12:23:28 +02:00
Darshit Shah
4d5982ed98
Add new function psl_free_string()
...
When writing a wrapper around LibPSL in a different language it is
important that libpsl provide functions to free any memory that it
allocates. Without this, it is impossible to correctly free the memory
allocated by psl_str_to_utf8lower() function since in other languages
one may not have access to the same free() call from libc.
2017-08-30 11:07:04 +02:00
Tim Rühsen
d6c1051b37
Add m4/ax_check_compile_flag.m4
2017-07-27 11:55:29 +02:00
Tim Rühsen
0ff626f6b6
Update corpora from oss-fuzz
2017-07-27 11:36:18 +02:00
Tim Rühsen
4abb701b2c
Improve fuzz/get_all_corpora
2017-07-27 11:29:29 +02:00
Tim Rühsen
c1bf52dbc3
Add -fsanitize-address-use-after-scope to --enable-asan if available
2017-07-27 11:29:02 +02:00
Tim Rühsen
c10ef083d6
Cleanup .travis_coveralls.sh
2017-07-27 11:07:00 +02:00
Tim Rühsen
05d957ffae
Update .travis_coveralls.sh
2017-07-20 16:40:40 +02:00
Tim Rühsen
0d2649684f
Release v0.18.0
2017-07-20 14:48:12 +02:00
Tim Rühsen
0e0ddc4cec
Update contrib/check-hard
2017-07-20 14:46:55 +02:00
Tim Rühsen
659ee4391e
Remove compiler warnings
2017-07-20 11:36:13 +02:00
Tim Rühsen
9ec54644d0
Update PSL submodule
2017-07-19 16:54:35 +02:00
Tim Rühsen
280c130f73
Add fuzz/git_all_corpora
2017-07-19 15:02:03 +02:00