Skip to content
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

Use database table for domain auditlog #608

Merged
merged 12 commits into from
Jul 11, 2019

Commits on Jul 5, 2019

  1. Add audit table to gravity.db schema

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    67b5ec4 View commit details
    Browse the repository at this point in the history
  2. Check audit database table instead of file in the API.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    09b8f91 View commit details
    Browse the repository at this point in the history
  3. Union FTLFileNamesStruct and logFileNamesStruct and define them in co…

    …nfig{.c/.h}
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    bddbc3e View commit details
    Browse the repository at this point in the history
  4. Fix failed auto-merge during cherry-pick.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ce8876a View commit details
    Browse the repository at this point in the history
  5. Fix incorrect INSERT statement in gravity.db test data.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ec595e5 View commit details
    Browse the repository at this point in the history
  6. Log when a domain was skipped in audit mode when the corresponding de…

    …bug flag is set.
    
    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    392589d View commit details
    Browse the repository at this point in the history
  7. Audit table name should be 'auditlog'

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    30357a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Table auditlist has been renamed to domain_auditlist.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    c944705 View commit details
    Browse the repository at this point in the history
  2. Add test for domain auditing.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    0c13693 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Merge branch 'new/modularize_headers' into new/use_audit_database_table

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    1ecc8dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new/modularize_headers' into new/use_audit_database_table

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    a5ea558 View commit details
    Browse the repository at this point in the history
  3. Audit table has been renamed to domain_audit.

    Signed-off-by: DL6ER <dl6er@dl6er.de>
    DL6ER committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    8e0016e View commit details
    Browse the repository at this point in the history