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

add CheckSigningTable config option #228

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Commits on Sep 15, 2024

  1. add CheckSigningTable config option

    When CheckSigningTable is set to no, the keys in KeyTable are no
    longer verified when config is loaded. This helps with large
    databases. This commit only adds support for USE_ODBX.
    r-a-z-v-a-n committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    552aba7 View commit details
    Browse the repository at this point in the history
  2. conf_checksigningtable changed ==TRUE with !=FALSE

    when comparing if (conf->conf_checksigningtable == TRUE)
    and CheckSigningTable no in the config, no acts as TRUE.
    Therefore, it is better to use != FALSE.
    r-a-z-v-a-n committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    cd0a7f4 View commit details
    Browse the repository at this point in the history
  3. CheckSigningTable improve documentation

    As advised by futatuki, specify SigningTable instead of the
    "database" in the description.
    r-a-z-v-a-n committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    906a8b4 View commit details
    Browse the repository at this point in the history
  4. CheckSigningTable option as -C argument

    Allow the use of -C to disable CheckSigningTable (or set to no).
    r-a-z-v-a-n committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    898f6ec View commit details
    Browse the repository at this point in the history
  5. CheckSigningTable make option always available

    Allow disabling of CheckSigningTable for other databases such as
    LDAP. This option disables the walking of SigningTable to look
    for missing keys in KeyTable when the config gets loaded.
    r-a-z-v-a-n committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    35f13b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. CheckSigningTable use arg -g instead of -C

    As requested by futatuki, I will use -g for CheckSigningTable
    and reserve -C for future option to check the database tables.
    r-a-z-v-a-n committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ee40b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc8cb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    3dabd5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d845b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. remove extra line

    r-a-z-v-a-n committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6bea2fa View commit details
    Browse the repository at this point in the history