1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
5023e5be4c Dev v1.23.3 (#426)
* make certificate search more robust to different line endings

* use license_files instead of license_file which is deprecated

* version bump

* parsing extra options -e, -o, -p

* fix for extra opts and different field length at option -[aeop]

* test integration for extra opts -e -o -p

* formatting and use ast.literal_eval instead of eval

* doc update

* doc update

* Add a parser to parse mounted encrypted veracrypt volumes (fixes #403)

* update compatibility warning message

* netstat windows parser

* tests

* Windows route parser

* tests

* id should be a string

* add veracrypt parser and docs

* formatting

* doc update

* lsattr parser

* Update test_lsattr.py

* changed keys to lowercase

* changed info

* support missing data for stat

* doc update

* doc update

* doc update

* ensure compatibility warning prints even with no data

* improve compatibility message

* add support for dig +nsid option

* New parser: srt (#415)

* srt parser

* changed the parser to support more complex cases

* doc updates

* Adding certificate request parser (#416)

* Adding certificate request parser

* Adding the CSR type for Windows-style CSR

---------

Co-authored-by: Stg22 <stephane.for.test@gmail.com>

* doc update

* add csr tests

* Last -x (#422)

* Refactored the parser

* last -x support

* doc update

* fix for ping on linux with missing hostname

* allow less strict email decoding with a warning.

* doc update

* use explicit ascii decode with backslashreplace

* doc update

* use jc warning function instead of print for warning message

* last -x shutdown fix (#423)

* inject quiet setting into asn1crypto library

* Parse appearance and modalias lines for mouse devices (fixes #419) (#425)

The bluetoothctl device parser is implemented so that it aborts the parsing
process immediately returning what it has collected so far. This is because
the parser should work in hydrid way to support outputs comming from bluetoothctl
devices and bluetoothctl info calls.

* doc update

* doc update

---------

Co-authored-by: gerd <gerd.augstein@gmail.com>
Co-authored-by: Jake Ob <iakopap@gmail.com>
Co-authored-by: Mevaser <mevaser.rotner@gmail.com>
Co-authored-by: M.R <69431152+YeahItsMeAgain@users.noreply.github.com>
Co-authored-by: Stg22 <46686290+Stg22@users.noreply.github.com>
Co-authored-by: Stg22 <stephane.for.test@gmail.com>
2023-06-21 15:48:23 -07:00
c8720b259c optimize tests 2022-09-23 14:02:27 -07:00
7fa5391b66 change alpine ping6 to ping 2021-11-04 10:13:44 -07:00
9b53ba5714 support alpine linux ping 2021-11-04 13:42:48 +02:00
f2ffb93eea formatting 2021-05-10 10:43:40 -07:00
966978f17e add more unparsable line ping tests 2021-05-10 10:39:51 -07:00
3c51b2d83d add tests for unparsable lines on linux 2021-05-07 13:50:28 -07:00
fb14f5439f fix and tests for unknown or unparsable errors 2021-05-05 08:03:27 -07:00
8ce155d843 add support for error replies in v4 ping on osx and bsd 2021-05-03 15:16:33 -07:00
5c538816cf ping parser fix for raspberry pi 2020-08-04 17:36:35 -07:00
69c95adc8d add osx ipv6 ping dup test 2020-07-22 09:06:11 -07:00
2b0e0d8f5c add ipv6 dup test 2020-07-21 17:34:30 -07:00
7e1b041016 add duplicate replies tests 2020-07-21 15:12:43 -07:00
d6dc7f5e65 add osx ping tests 2020-07-20 16:11:18 -07:00
c203664eb5 freebsd ping tests 2020-07-20 15:46:27 -07:00
19ecf1fa19 add Fedora32 tests 2020-07-20 14:35:41 -07:00
b8deb0426c add ubuntu ping tests 2020-07-20 13:51:39 -07:00
3b8371f020 add centos ping tests 2020-07-20 12:49:05 -07:00