|
4c98fd4b87
|
doc update
|
2021-04-23 08:26:00 -07:00 |
|
|
125e54213e
|
update schema and add normalized fields
|
2021-04-23 08:13:53 -07:00 |
|
|
0152e0665f
|
initial working ufw-appinfo parser
|
2021-04-22 16:52:01 -07:00 |
|
|
0679bcbc56
|
fix ufw tests
|
2021-04-22 08:33:57 -07:00 |
|
|
5500648aa0
|
fix ufw docs for int conversions and service behavior
|
2021-04-22 08:33:45 -07:00 |
|
|
bb50caad4d
|
fix prefix int conversions. don't reset _transport if service is really a list of ports
|
2021-04-22 08:16:42 -07:00 |
|
|
7eef5d94d5
|
ufw doc update
|
2021-04-21 16:55:25 -07:00 |
|
|
74f623f8d6
|
add support for rule comments and LIMIT and REJECT actions
|
2021-04-21 16:55:14 -07:00 |
|
|
f638aca092
|
add deb package name fix
|
2021-04-21 10:10:36 -07:00 |
|
|
da35eaf80a
|
formatting
|
2021-04-21 09:10:10 -07:00 |
|
|
ade0e8e8fc
|
add ufw tests
|
2021-04-21 09:09:23 -07:00 |
|
|
90076090f0
|
fix int conversions if 'rules' key does not exist
|
2021-04-21 09:09:09 -07:00 |
|
|
23635def8b
|
add ufw to docs
|
2021-04-21 07:51:32 -07:00 |
|
|
4eeec087bd
|
add ufw example
|
2021-04-21 07:49:49 -07:00 |
|
|
7331961038
|
update docs with new examples that have to_service always existing.
|
2021-04-21 07:41:32 -07:00 |
|
|
e4acb3d5b7
|
always make to/from_service None if ports are assigned
|
2021-04-21 07:08:50 -07:00 |
|
|
c60549a994
|
change field name from to/from_subnet to to/from_ip_prefix
|
2021-04-20 22:08:12 -07:00 |
|
|
d46fc8bbfa
|
set to/from_transport to None if to/from_service is set
|
2021-04-20 21:58:52 -07:00 |
|
|
b133d1f90d
|
strip interface value
|
2021-04-20 21:52:39 -07:00 |
|
|
5be615a97e
|
add examples for docs
|
2021-04-20 21:45:13 -07:00 |
|
|
ea1d820f96
|
convert integer fields
|
2021-04-20 21:29:49 -07:00 |
|
|
47e262cf72
|
clean up fields
|
2021-04-20 21:21:42 -07:00 |
|
|
eec673be90
|
working raw parser
|
2021-04-20 20:32:59 -07:00 |
|
|
9a0fb2a7c8
|
parse major sections
|
2021-04-20 14:17:01 -07:00 |
|
|
b5145d6c14
|
version bump to v1.15.3
|
2021-04-20 13:39:12 -07:00 |
|
|
9747ca414d
|
minor optimization to convert_to_int(). No longer runs through convert_to_float(), but uses standard float() function.
|
2021-04-20 10:50:20 -07:00 |
|
|
312d465b61
|
update link
|
2021-04-19 14:18:12 -07:00 |
|
|
7dcf87d24a
|
formatting
|
2021-04-19 13:12:55 -07:00 |
|
|
cf3cfd16a9
|
rename tests
|
2021-04-19 09:59:58 -07:00 |
|
|
fcc7e52949
|
Merge pull request #123 from kellyjonbrazil/dev
Dev v1.15.2
v1.15.2
|
2021-04-18 17:28:27 -07:00 |
|
|
3ab9d48014
|
update changelog
|
2021-04-18 17:24:42 -07:00 |
|
|
7eddf41c5f
|
dont round up int conversions and fix tests
|
2021-04-18 17:21:08 -07:00 |
|
|
27a196c938
|
doc update
|
2021-04-18 16:42:42 -07:00 |
|
|
e4324f05fb
|
fix indentation in doc
|
2021-04-18 16:42:34 -07:00 |
|
|
d36b332bd7
|
use jc.utils for conversions
|
2021-04-18 16:33:47 -07:00 |
|
|
1f034826f6
|
use jc.utils for conversions
|
2021-04-18 13:01:25 -07:00 |
|
|
246c707c98
|
use jc.utils conversions
|
2021-04-18 11:46:42 -07:00 |
|
|
b5d8968144
|
add convert_to_int function
|
2021-04-17 17:22:59 -07:00 |
|
|
f7b9fbefdd
|
add query_size info for dig
|
2021-04-17 17:22:44 -07:00 |
|
|
b1fc453383
|
fix _IfconfigParser name
|
2021-04-17 17:22:30 -07:00 |
|
|
7581c8d0f4
|
add query_size field. handle user-specified dig output better - especially when querying dnssec
|
2021-04-17 17:07:20 -07:00 |
|
|
32bf8ad6f4
|
update dig docs
|
2021-04-17 15:02:45 -07:00 |
|
|
b083bcc10f
|
update man page
|
2021-04-16 16:30:17 -07:00 |
|
|
4f6fdd120d
|
use dig as example
|
2021-04-16 16:30:04 -07:00 |
|
|
eb0038be24
|
update dig examples
|
2021-04-16 16:29:44 -07:00 |
|
|
7ecdf819fa
|
remove dig example from readme,
|
2021-04-16 16:29:27 -07:00 |
|
|
c6aa4d0835
|
update docs with new dig parser examples
|
2021-04-16 16:19:20 -07:00 |
|
|
7c584b89a6
|
add additional section
|
2021-04-16 16:04:06 -07:00 |
|
|
c166c0bfda
|
add opt_pseudosection section to output and fix existing tests
|
2021-04-16 15:22:22 -07:00 |
|
|
a8dd3f7802
|
working dig axfr fixes
|
2021-04-16 13:11:02 -07:00 |
|