-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bsmconv #9
base: master
Are you sure you want to change the base?
Commits on Jun 23, 2016
-
- Implement the reallocation of the buffer within which I will store an unparsed event. - Add some notes on how I am going to parse a Linux Audit event.
Configuration menu - View commit details
-
Copy full SHA for e34d263 - Browse repository at this point
Copy the full SHA e34d263View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5cc74c - Browse repository at this point
Copy the full SHA b5cc74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f9d68 - Browse repository at this point
Copy the full SHA 70f9d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811868c - Browse repository at this point
Copy the full SHA 811868cView commit details
Commits on Jun 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 18ec943 - Browse repository at this point
Copy the full SHA 18ec943View commit details -
I can now extract seperate records from the input stream.
Configuration menu - View commit details
-
Copy full SHA for 0315ba3 - Browse repository at this point
Copy the full SHA 0315ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6dccb - Browse repository at this point
Copy the full SHA ad6dccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3fc69 - Browse repository at this point
Copy the full SHA ed3fc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d5e7a - Browse repository at this point
Copy the full SHA d6d5e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2519c65 - Browse repository at this point
Copy the full SHA 2519c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebe626 - Browse repository at this point
Copy the full SHA 9ebe626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f97767 - Browse repository at this point
Copy the full SHA 8f97767View commit details -
Configuration menu - View commit details
-
Copy full SHA for eafe62b - Browse repository at this point
Copy the full SHA eafe62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c99d145 - Browse repository at this point
Copy the full SHA c99d145View commit details -
Configuration menu - View commit details
-
Copy full SHA for b867a86 - Browse repository at this point
Copy the full SHA b867a86View commit details
Commits on Jun 25, 2016
-
Some records are still missing from the eventbuf.
Configuration menu - View commit details
-
Copy full SHA for 5a7426e - Browse repository at this point
Copy the full SHA 5a7426eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e435018 - Browse repository at this point
Copy the full SHA e435018View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8f1d4 - Browse repository at this point
Copy the full SHA ce8f1d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf30c0 - Browse repository at this point
Copy the full SHA bbf30c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8046f1b - Browse repository at this point
Copy the full SHA 8046f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5db626 - Browse repository at this point
Copy the full SHA c5db626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d5c90 - Browse repository at this point
Copy the full SHA 49d5c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6db7e - Browse repository at this point
Copy the full SHA ae6db7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7201580 - Browse repository at this point
Copy the full SHA 7201580View commit details -
Configuration menu - View commit details
-
Copy full SHA for b05edf2 - Browse repository at this point
Copy the full SHA b05edf2View commit details -
Add a pragma to pjdlog.h to ignore not-so-ANSI variadic macros.
Otherwise, `clang -ansi -Werror -Wall ...` refuses to complie due to `-Wvariadic-macros`.
Configuration menu - View commit details
-
Copy full SHA for 0157567 - Browse repository at this point
Copy the full SHA 0157567View commit details -
Configuration menu - View commit details
-
Copy full SHA for b39f36e - Browse repository at this point
Copy the full SHA b39f36eView commit details -
Move makefiles to /usr.bin/bsmconv.
- Remove old Makefile. - Remove old scripts. - Remove pragma from pjdlog.h. - Remove README.
Configuration menu - View commit details
-
Copy full SHA for 4429571 - Browse repository at this point
Copy the full SHA 4429571View commit details -
Merge pull request #12 from 0mp/makefile-to-usrbin
Move makefiles to /usr.bin/bsmconv.
Configuration menu - View commit details
-
Copy full SHA for fe54da8 - Browse repository at this point
Copy the full SHA fe54da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e1067 - Browse repository at this point
Copy the full SHA 22e1067View commit details -
Configuration menu - View commit details
-
Copy full SHA for e468070 - Browse repository at this point
Copy the full SHA e468070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446b58f - Browse repository at this point
Copy the full SHA 446b58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad432ca - Browse repository at this point
Copy the full SHA ad432caView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd86d2 - Browse repository at this point
Copy the full SHA bbd86d2View commit details -
Fix minor issues and improve tests.
Time to reimplement records and events using TAILQ.
Configuration menu - View commit details
-
Copy full SHA for fe017ae - Browse repository at this point
Copy the full SHA fe017aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d9a04 - Browse repository at this point
Copy the full SHA f7d9a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0aa5dd - Browse repository at this point
Copy the full SHA a0aa5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 084db43 - Browse repository at this point
Copy the full SHA 084db43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a11fd - Browse repository at this point
Copy the full SHA 87a11fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e49904d - Browse repository at this point
Copy the full SHA e49904dView commit details
Commits on Jun 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4f6d2e5 - Browse repository at this point
Copy the full SHA 4f6d2e5View commit details -
Parse timestamp and id. Clean up before parsing fields.
Some tests are still failling.
Configuration menu - View commit details
-
Copy full SHA for e755a63 - Browse repository at this point
Copy the full SHA e755a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43552c6 - Browse repository at this point
Copy the full SHA 43552c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f2128 - Browse repository at this point
Copy the full SHA 99f2128View commit details -
Parse record fields. (In progress.)
- Perform s/pjdlog_notice/pjdlog_debug/g.
Configuration menu - View commit details
-
Copy full SHA for dbb8617 - Browse repository at this point
Copy the full SHA dbb8617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad6236 - Browse repository at this point
Copy the full SHA 1ad6236View commit details -
Remove commas from tests. Add a negative comma test.
There should be no commas between records' fields for the time being.
Configuration menu - View commit details
-
Copy full SHA for d1fb920 - Browse repository at this point
Copy the full SHA d1fb920View commit details -
Improve debug logging. It is possible to control debug level now.
As you normally run `fu t` to run tests you can now run `fu tv -vvv` to run tests with the debug level of 3.
Configuration menu - View commit details
-
Copy full SHA for e2cef7f - Browse repository at this point
Copy the full SHA e2cef7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 649faef - Browse repository at this point
Copy the full SHA 649faefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4f57d - Browse repository at this point
Copy the full SHA 4a4f57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3907e1 - Browse repository at this point
Copy the full SHA f3907e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d27c2 - Browse repository at this point
Copy the full SHA c0d27c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe70ea - Browse repository at this point
Copy the full SHA 1fe70eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f54a1b8 - Browse repository at this point
Copy the full SHA f54a1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a2b1c - Browse repository at this point
Copy the full SHA 11a2b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4780ad6 - Browse repository at this point
Copy the full SHA 4780ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190709e - Browse repository at this point
Copy the full SHA 190709eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4294bb6 - Browse repository at this point
Copy the full SHA 4294bb6View commit details -
I've added a lot of minor changes apart from that.
Configuration menu - View commit details
-
Copy full SHA for f6bb9e1 - Browse repository at this point
Copy the full SHA f6bb9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 695151e - Browse repository at this point
Copy the full SHA 695151eView commit details
Commits on Jun 27, 2016
-
- Incorporate the PJDLOG_VERIFY function. - Review the correctness of the usage of the PJDLOG_ASSERT function. Since asserts can be turned off so use PJDLOG_VERIFY instead of PJDLOG_ASSERT if you call any significant functions within the macro.
Configuration menu - View commit details
-
Copy full SHA for f618eae - Browse repository at this point
Copy the full SHA f618eaeView commit details -
Use PJDLOG_VERIFY instead of PJDLOG_ASSERT.
Previously, I checked (bytesread != 1) using an assert which might result in an uncaught read(2) error.
Configuration menu - View commit details
-
Copy full SHA for 1430733 - Browse repository at this point
Copy the full SHA 1430733View commit details
Commits on Jun 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1db5797 - Browse repository at this point
Copy the full SHA 1db5797View commit details -
Also: - Change some debug messages. - Reenable the negative test set.
Configuration menu - View commit details
-
Copy full SHA for 1e41ef4 - Browse repository at this point
Copy the full SHA 1e41ef4View commit details -
Merge pull request #16 from 0mp/tailq
<strike>TAILQ kicks in.</strike> The idea for the implementation has changed.
Configuration menu - View commit details
-
Copy full SHA for cd77f82 - Browse repository at this point
Copy the full SHA cd77f82View commit details
Commits on Jun 29, 2016
-
* Implement a beta version of parsing. - You can print parsed Linux Audit logs. - There might be some bugs. - The code needs to be refactored.
Configuration menu - View commit details
-
Copy full SHA for e07ae4e - Browse repository at this point
Copy the full SHA e07ae4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f445dd - Browse repository at this point
Copy the full SHA 7f445ddView commit details -
Parse record's type, id and nsecs.
- I've got to implement the parsing of the record's fields.
Configuration menu - View commit details
-
Copy full SHA for d6a1ea7 - Browse repository at this point
Copy the full SHA d6a1ea7View commit details
Commits on Jun 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 82697e6 - Browse repository at this point
Copy the full SHA 82697e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b513687 - Browse repository at this point
Copy the full SHA b513687View commit details -
- The program compiles and passes the tests. - Refactoring is badly needed.
Configuration menu - View commit details
-
Copy full SHA for 4d394e3 - Browse repository at this point
Copy the full SHA 4d394e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bccaba1 - Browse repository at this point
Copy the full SHA bccaba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b88d739 - Browse repository at this point
Copy the full SHA b88d739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59c3e32 - Browse repository at this point
Copy the full SHA 59c3e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4846a62 - Browse repository at this point
Copy the full SHA 4846a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f9c7d - Browse repository at this point
Copy the full SHA 39f9c7dView commit details
Commits on Jul 1, 2016
-
Improve the linau_field interface.
Specifically: - Fix typedefs. - Remove some copy-paste code.
Configuration menu - View commit details
-
Copy full SHA for 9cdfe89 - Browse repository at this point
Copy the full SHA 9cdfe89View commit details -
There is a bug in the 452 line of the linau_record when the linau_record_generate_key tries to get a key.
Configuration menu - View commit details
-
Copy full SHA for 4613021 - Browse repository at this point
Copy the full SHA 4613021View commit details -
Fix a bug in linau_record_generate.
I am about to change the way the key is generated. At the moment the key is a timestamp contactenated with an id. This is a bad key obviously.
Configuration menu - View commit details
-
Copy full SHA for 3a77ddd - Browse repository at this point
Copy the full SHA 3a77dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d63a26d - Browse repository at this point
Copy the full SHA d63a26dView commit details
Commits on Jul 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d8d8277 - Browse repository at this point
Copy the full SHA d8d8277View commit details
Commits on Jul 3, 2016
-
Mainly: - Update tests. - Improve interfaces. - Add more abstract functions to linau_impl.*.
Configuration menu - View commit details
-
Copy full SHA for dbf0c29 - Browse repository at this point
Copy the full SHA dbf0c29View commit details -
Generally, the parsing works. There are still some minor issues.
Configuration menu - View commit details
-
Copy full SHA for 30290b3 - Browse repository at this point
Copy the full SHA 30290b3View commit details -
Implement parser beta version.
Now its time to implement the comma parsing. Add README with some basic information about the testing script. Add a test based on read logs. Fix some minor bugs.
Configuration menu - View commit details
-
Copy full SHA for 4cb5043 - Browse repository at this point
Copy the full SHA 4cb5043View commit details -
Configuration menu - View commit details
-
Copy full SHA for d368953 - Browse repository at this point
Copy the full SHA d368953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30df4fb - Browse repository at this point
Copy the full SHA 30df4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fcdf84 - Browse repository at this point
Copy the full SHA 6fcdf84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80653a7 - Browse repository at this point
Copy the full SHA 80653a7View commit details
Commits on Jul 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for db92470 - Browse repository at this point
Copy the full SHA db92470View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac73f2 - Browse repository at this point
Copy the full SHA cac73f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107bd17 - Browse repository at this point
Copy the full SHA 107bd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for adda611 - Browse repository at this point
Copy the full SHA adda611View commit details -
Begin to implement linau_event to token conversion.
- Update Makefile. - Create some basic data structures. - Add an outline of the linau_event_to_tokenlist function.
Configuration menu - View commit details
-
Copy full SHA for 1dc2b5d - Browse repository at this point
Copy the full SHA 1dc2b5dView commit details
Commits on Jul 6, 2016
-
Add a not working version of conversion.
There are still some bugs and the programs doesn't print bytes which would be understandable to praudit.
Configuration menu - View commit details
-
Copy full SHA for dccb0ce - Browse repository at this point
Copy the full SHA dccb0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5544fb - Browse repository at this point
Copy the full SHA e5544fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff4135 - Browse repository at this point
Copy the full SHA 7ff4135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ccbcb - Browse repository at this point
Copy the full SHA 39ccbcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9679dbb - Browse repository at this point
Copy the full SHA 9679dbbView commit details -
I need a function like au_close_buffer which takes a timeval structure and creates header tokens with the time value I provide instead of using the system time.
Configuration menu - View commit details
-
Copy full SHA for 9618a81 - Browse repository at this point
Copy the full SHA 9618a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbadd6a - Browse repository at this point
Copy the full SHA dbadd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8a55e - Browse repository at this point
Copy the full SHA 8a8a55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844d7ce - Browse repository at this point
Copy the full SHA 844d7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32637bf - Browse repository at this point
Copy the full SHA 32637bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b0e9c - Browse repository at this point
Copy the full SHA d3b0e9cView commit details
Commits on Jul 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ab7ba57 - Browse repository at this point
Copy the full SHA ab7ba57View commit details -
- Move defintions to another file. - Create a function where conversion takes place. - Delete old functions from linau_record.c.
Configuration menu - View commit details
-
Copy full SHA for 4b274a7 - Browse repository at this point
Copy the full SHA 4b274a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7aeb7 - Browse repository at this point
Copy the full SHA 9c7aeb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fcf6ef - Browse repository at this point
Copy the full SHA 4fcf6efView commit details -
Update tests. Remove newlines from parsed records.
Additionally, move unhandled tests to .test/.
Configuration menu - View commit details
-
Copy full SHA for 631784d - Browse repository at this point
Copy the full SHA 631784dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e6149 - Browse repository at this point
Copy the full SHA c4e6149View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd185fa - Browse repository at this point
Copy the full SHA dd185faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 088927f - Browse repository at this point
Copy the full SHA 088927fView commit details -
Modify libbsm/bsm_audit.c and fix bsmconv.c.
Now it is possible to give a custom date to the header token.
Configuration menu - View commit details
-
Copy full SHA for e58ce26 - Browse repository at this point
Copy the full SHA e58ce26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0dafb - Browse repository at this point
Copy the full SHA 5a0dafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5203f - Browse repository at this point
Copy the full SHA 0f5203fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab93b15 - Browse repository at this point
Copy the full SHA ab93b15View commit details
Commits on Jul 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1a9031f - Browse repository at this point
Copy the full SHA 1a9031fView commit details -
Merge pull request #35 from 0mp/expand-libbsm-interace
Expand the libbsm interface.
Configuration menu - View commit details
-
Copy full SHA for 3382986 - Browse repository at this point
Copy the full SHA 3382986View commit details -
Merge pull request #33 from 0mp/linux-conversion
Linux Audit to BSM conversion (work in progress).
Configuration menu - View commit details
-
Copy full SHA for ce963f3 - Browse repository at this point
Copy the full SHA ce963f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 092b8cb - Browse repository at this point
Copy the full SHA 092b8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9c3f4 - Browse repository at this point
Copy the full SHA 0e9c3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f908d - Browse repository at this point
Copy the full SHA 48f908dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6d08e - Browse repository at this point
Copy the full SHA 5e6d08eView commit details
Commits on Jul 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 80f09db - Browse repository at this point
Copy the full SHA 80f09dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5453f8f - Browse repository at this point
Copy the full SHA 5453f8fView commit details -
Additionally, I implemented a function which checks if a record has desired fields.
Configuration menu - View commit details
-
Copy full SHA for 405a7b7 - Browse repository at this point
Copy the full SHA 405a7b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdde4d8 - Browse repository at this point
Copy the full SHA cdde4d8View commit details -
Add a macro to manage token creation.
Additionally: - Remove mpjdlog. (The problem was with the loglevel changing when you called a function inside a function.) - Add some functions related to conversion. - The program fails an assertion now. I'll fix it tomorrow.
Configuration menu - View commit details
-
Copy full SHA for ca4ef00 - Browse repository at this point
Copy the full SHA ca4ef00View commit details
Commits on Jul 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 859820f - Browse repository at this point
Copy the full SHA 859820fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 816cd8f - Browse repository at this point
Copy the full SHA 816cd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057a437 - Browse repository at this point
Copy the full SHA 057a437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a98d75 - Browse repository at this point
Copy the full SHA 0a98d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca5643 - Browse repository at this point
Copy the full SHA 0ca5643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9a834 - Browse repository at this point
Copy the full SHA 3c9a834View commit details
Commits on Jul 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 76b19bc - Browse repository at this point
Copy the full SHA 76b19bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3d3b5 - Browse repository at this point
Copy the full SHA cc3d3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f3f64 - Browse repository at this point
Copy the full SHA e2f3f64View commit details
Commits on Jul 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5f84400 - Browse repository at this point
Copy the full SHA 5f84400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e38fe - Browse repository at this point
Copy the full SHA 04e38feView commit details
Commits on Jul 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7180aee - Browse repository at this point
Copy the full SHA 7180aeeView commit details -
Merge pull request #43 from 0mp/improve-linau-conv-api
Improve the Linux Audit to BSM conversion API/framework
Configuration menu - View commit details
-
Copy full SHA for e136658 - Browse repository at this point
Copy the full SHA e136658View commit details
Commits on Jul 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 229d161 - Browse repository at this point
Copy the full SHA 229d161View commit details
Commits on Jul 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 160a0e0 - Browse repository at this point
Copy the full SHA 160a0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825d959 - Browse repository at this point
Copy the full SHA 825d959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f3b28 - Browse repository at this point
Copy the full SHA 96f3b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993ed96 - Browse repository at this point
Copy the full SHA 993ed96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21d336 - Browse repository at this point
Copy the full SHA f21d336View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd497bb - Browse repository at this point
Copy the full SHA cd497bbView commit details
Commits on Jul 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4660efb - Browse repository at this point
Copy the full SHA 4660efbView commit details -
- Fix a bug in functions generating text tokens. - Add defines to make defining linau_conv_tokens easier.
Configuration menu - View commit details
-
Copy full SHA for 35daedd - Browse repository at this point
Copy the full SHA 35daeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8f5c3 - Browse repository at this point
Copy the full SHA 3c8f5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f45379 - Browse repository at this point
Copy the full SHA 3f45379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01855db - Browse repository at this point
Copy the full SHA 01855dbView commit details
Commits on Jul 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 45df36d - Browse repository at this point
Copy the full SHA 45df36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b325e52 - Browse repository at this point
Copy the full SHA b325e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73f261 - Browse repository at this point
Copy the full SHA f73f261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93af1f0 - Browse repository at this point
Copy the full SHA 93af1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5cac7 - Browse repository at this point
Copy the full SHA bd5cac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c2ddb - Browse repository at this point
Copy the full SHA 11c2ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b49695e - Browse repository at this point
Copy the full SHA b49695eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc9fbb - Browse repository at this point
Copy the full SHA cbc9fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbbc2d0 - Browse repository at this point
Copy the full SHA dbbc2d0View commit details
Commits on Jul 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c97424c - Browse repository at this point
Copy the full SHA c97424cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88964c2 - Browse repository at this point
Copy the full SHA 88964c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115f489 - Browse repository at this point
Copy the full SHA 115f489View commit details
Commits on Jul 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8b686f6 - Browse repository at this point
Copy the full SHA 8b686f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318c264 - Browse repository at this point
Copy the full SHA 318c264View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4f7bb - Browse repository at this point
Copy the full SHA de4f7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e845b - Browse repository at this point
Copy the full SHA 71e845bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b7544 - Browse repository at this point
Copy the full SHA 05b7544View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f1c6e - Browse repository at this point
Copy the full SHA b6f1c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 043ddb5 - Browse repository at this point
Copy the full SHA 043ddb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f99f5 - Browse repository at this point
Copy the full SHA d0f99f5View commit details -
* Rename process_an_id_field to process_id_field. The further adjustments have to wait until a major adjustments of the static functions' names. * Improve the name of the linau_conv_write_text_from_field function.
Configuration menu - View commit details
-
Copy full SHA for e5e74a0 - Browse repository at this point
Copy the full SHA e5e74a0View commit details
Commits on Jul 28, 2016
-
* Add the help message. * Refactor the code a little bit. * Make the progress bar shirnk if you run fu tsv. * Add colors. * Extend fu with the ability to generate test cases.
Configuration menu - View commit details
-
Copy full SHA for 19d15b5 - Browse repository at this point
Copy the full SHA 19d15b5View commit details -
Add support for every record type in the log files so far.
Additionally: - Update docs. - Add a todo. - Add an additional test for USER_AUTH.
Configuration menu - View commit details
-
Copy full SHA for 4e58944 - Browse repository at this point
Copy the full SHA 4e58944View commit details
Commits on Jul 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a9c55ab - Browse repository at this point
Copy the full SHA a9c55abView commit details
Commits on Aug 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 83af40e - Browse repository at this point
Copy the full SHA 83af40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1515d6c - Browse repository at this point
Copy the full SHA 1515d6cView commit details -
Now the the fileds are printed in the desired manner. Lctokens can only write desired tokens - they do not care about invalid fields. It means that lctokens are not in charge of writing invalid and unprocessed tokens to the audit record descriptor.
Configuration menu - View commit details
-
Copy full SHA for f1c0eb2 - Browse repository at this point
Copy the full SHA f1c0eb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccbf3e2 - Browse repository at this point
Copy the full SHA ccbf3e2View commit details
Commits on Aug 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e62bc68 - Browse repository at this point
Copy the full SHA e62bc68View commit details
Commits on Aug 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a1a4ead - Browse repository at this point
Copy the full SHA a1a4eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1584b14 - Browse repository at this point
Copy the full SHA 1584b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde17f4 - Browse repository at this point
Copy the full SHA cde17f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a737c - Browse repository at this point
Copy the full SHA 44a737cView commit details -
Configuration menu - View commit details
-
Copy full SHA for abd20c1 - Browse repository at this point
Copy the full SHA abd20c1View commit details
Commits on Aug 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c2ab5a0 - Browse repository at this point
Copy the full SHA c2ab5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a2222 - Browse repository at this point
Copy the full SHA 78a2222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba3802 - Browse repository at this point
Copy the full SHA 3ba3802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9fdb0 - Browse repository at this point
Copy the full SHA 0d9fdb0View commit details
Commits on Aug 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 77742d2 - Browse repository at this point
Copy the full SHA 77742d2View commit details
Commits on Aug 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d6dada5 - Browse repository at this point
Copy the full SHA d6dada5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67d1d6 - Browse repository at this point
Copy the full SHA a67d1d6View commit details
Commits on Aug 12, 2016
-
Extend the linau_conv_field interface.
Now there is a union inside the linau_conv_field structure. It could be a lcf_validate function like before or a lcf_match function which returns an nvlist of matching fields. The point is that it allows us to detect and handle regex fields. A regex field is a field the name of which is not predefined as it is defined with a regex. A regex field is not "a0" while a regex field is "a4" for example.
Configuration menu - View commit details
-
Copy full SHA for 21d10f9 - Browse repository at this point
Copy the full SHA 21d10f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77a1ce - Browse repository at this point
Copy the full SHA e77a1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1e74f - Browse repository at this point
Copy the full SHA bf1e74fView commit details
Commits on Aug 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fdaba71 - Browse repository at this point
Copy the full SHA fdaba71View commit details -
Replace string_to_uint32() with an abstraction.
string_to_uint32 wasn't a good function to use on different systems. I introduced a new function instead.
Configuration menu - View commit details
-
Copy full SHA for 7b1207a - Browse repository at this point
Copy the full SHA 7b1207aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0d8f4 - Browse repository at this point
Copy the full SHA ac0d8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775d3d6 - Browse repository at this point
Copy the full SHA 775d3d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b153c9c - Browse repository at this point
Copy the full SHA b153c9cView commit details -
I misunderstood the fact that a0, a1, a2 and a3 are SYSCALL only fields while a5[2]-like fields are for EXECVE.
Configuration menu - View commit details
-
Copy full SHA for e044c76 - Browse repository at this point
Copy the full SHA e044c76View commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c5b192e - Browse repository at this point
Copy the full SHA c5b192eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a25ef - Browse repository at this point
Copy the full SHA 37a25efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301c116 - Browse repository at this point
Copy the full SHA 301c116View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c3025 - Browse repository at this point
Copy the full SHA a5c3025View commit details -
Improve conversion, comment on event indentifiers.
- Add a few tokens to some types. - Comment on the indentifiers issue (the au_event_type_from_linux_event unimplemented function in linux_event.c.
Configuration menu - View commit details
-
Copy full SHA for e18edcd - Browse repository at this point
Copy the full SHA e18edcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 564a10c - Browse repository at this point
Copy the full SHA 564a10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9d167 - Browse repository at this point
Copy the full SHA bc9d167View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc2911c - Browse repository at this point
Copy the full SHA dc2911cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9452e3c - Browse repository at this point
Copy the full SHA 9452e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eaf17 - Browse repository at this point
Copy the full SHA 81eaf17View commit details
Commits on Aug 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d94c3a9 - Browse repository at this point
Copy the full SHA d94c3a9View commit details
Commits on Aug 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c784358 - Browse repository at this point
Copy the full SHA c784358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a7fc2 - Browse repository at this point
Copy the full SHA 39a7fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73345f6 - Browse repository at this point
Copy the full SHA 73345f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4d2bf - Browse repository at this point
Copy the full SHA bc4d2bfView commit details
Commits on Feb 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5cc8edf - Browse repository at this point
Copy the full SHA 5cc8edfView commit details