From 0fac757efca41db062b2f65acc727963c5fb353c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 29 Feb 2020 12:25:41 -0800 Subject: [PATCH] add passwd and shadow parsers --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index 780bfdda..d328a869 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ jc changelog 20200227 v1.8.0 - Added blkid command parser - Added last and lastb command parser +- Added /etc/passwd file parser +- Added /etc/shadow file parser 20200227 v1.7.5 - Updated ls parser to support filenames with newline characters