Commit graph

89 commits

Author SHA1 Message Date
9bcd608b86 tests: improve 2023-08-27 05:38:26 -03:00
01b54709cd README: fix build instructions 2023-08-27 02:14:01 -03:00
76687b636b Remove $(TESTBIN) (not used anymore) 2023-08-27 02:03:45 -03:00
4d25b52775 Move 'iscidraddr' to src/iscidraddr.c 2023-08-27 02:03:45 -03:00
0x1eef
fa580011e1
Merge pull request #2 from 0x1eef/iscidraddr
Add support for CIDR notation (iscidraddr).
2023-08-26 23:40:13 -03:00
f97b5906f4 Add iscidraddr 2023-08-26 23:38:15 -03:00
26a0cad2d1 examples: update 2023-08-26 18:35:27 -03:00
0845e8f07e v0.2.1 2023-08-26 00:35:14 -03:00
4118c4b573 Fix edgecase (4...4 is invalid) 2023-08-26 00:32:11 -03:00
b0d7141379 v0.2.0 2023-08-26 00:05:03 -03:00
14a5728824 Add linebreak 2023-08-26 00:04:54 -03:00
d6595f8cfd Clarity 2023-08-26 00:01:41 -03:00
8b166a7328 Add register_octet, register_digit, and minor improvements 2023-08-25 23:57:10 -03:00
687a02280e v0.1.2 2023-08-25 23:36:29 -03:00
c113259949 Add descriptive variable names 2023-08-25 23:35:38 -03:00
7dcf1f1e47 Move 'inrange' to the bottom of the file. 2023-08-25 23:20:05 -03:00
e3c927ec91 Call inrange when we have an integer above 99
Anything below three digits couldn't be out of bounds.
2023-08-25 21:31:04 -03:00
799b301af4 Avoid calling inrange when we don't have any integers in 'buf' 2023-08-25 21:13:06 -03:00
f861716608 Detect "...4" earlier. 2023-08-25 21:05:20 -03:00
83272cdb5a v0.1.1 2023-08-25 21:02:15 -03:00
e0dcac0c2c Handle additional edge cases as invalid
"192.168.2" is now caught as invalid, along with
"...4".
2023-08-25 21:01:34 -03:00
59f0c31c20 README: update 2023-08-25 20:46:43 -03:00
26b7492907 README: update 2023-08-25 20:43:31 -03:00
1ceccdb5db v0.1.0 2023-08-25 20:35:56 -03:00
47b7537edc Compile with -fstack-protector-all 2023-08-25 20:29:47 -03:00
de2f0d55e1 Handle edge case only when we have to 2023-08-25 20:25:44 -03:00
df4a6f0a88 Add testcases 2023-08-25 20:08:22 -03:00
9baa5f9fe4 Treat "123.45.67.891" as invalid 2023-08-25 20:05:43 -03:00
918d43e4e9 Small tweak 2023-08-25 18:58:59 -03:00
8d71ef6bd4 Avoid buffer overflow 2023-08-25 18:37:53 -03:00
74fef68c8d Stack smash test 2023-08-25 18:32:06 -03:00
d170a1c1ca Small tweak 2023-08-25 18:28:14 -03:00
24c3bfb681 Handle 'str' being NULL 2023-08-25 18:26:21 -03:00
ae64ca4671 tests: improve 2023-08-25 18:26:21 -03:00
0x1eef
2ba1f062a8
Merge pull request #1 from 0x1eef/github.action
Add GitHub action
2023-08-25 17:38:35 -03:00
8a5f4e170d Add GitHub action 2023-08-25 17:38:12 -03:00
59108cc615 Improve portability / performance
* `strtonum` is unique to OpenBSD - use `strtol` instead.
* Call `strnlen` once.
* Avoid int cast.
2023-08-25 17:14:33 -03:00
7e8e312e1b Fix example 2023-08-25 16:18:35 -03:00
7c02f425c5 First commit 2023-08-25 15:57:09 -03:00