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

mdb iamproxy auth support #561

Merged
merged 30 commits into from
Feb 5, 2024
Merged

mdb iamproxy auth support #561

merged 30 commits into from
Feb 5, 2024

Commits on Jan 26, 2024

  1. add support of mdb-iamproxy authentication

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1b15efe View commit details
    Browse the repository at this point in the history
  2. remove some functions from mdb_iamproxy header file

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b55ca49 View commit details
    Browse the repository at this point in the history
  3. fix tabs in auth.c

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    326cbec View commit details
    Browse the repository at this point in the history
  4. fix tabs in auth.c (2)

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fbfc91d View commit details
    Browse the repository at this point in the history
  5. fix tabs in sources

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    21e6a8d View commit details
    Browse the repository at this point in the history
  6. remove tabs from auth.c

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1013886 View commit details
    Browse the repository at this point in the history
  7. do apply_fmt

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8235874 View commit details
    Browse the repository at this point in the history
  8. do apply_fmt

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c112585 View commit details
    Browse the repository at this point in the history
  9. update rule.h/c files

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    87805b7 View commit details
    Browse the repository at this point in the history
  10. make apply fmt for rules

    Andrey Ovchinnikov committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0de5418 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix issues + rewrite way to communicate with socket

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f13b86b View commit details
    Browse the repository at this point in the history
  2. make apply_fmt

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c3fa88f View commit details
    Browse the repository at this point in the history
  3. fix issues (x4m)

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ca7e086 View commit details
    Browse the repository at this point in the history
  4. fix issues (x4m)

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b54d8af View commit details
    Browse the repository at this point in the history
  5. make apply fmt

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e999899 View commit details
    Browse the repository at this point in the history
  6. fix include lib name climits.h -> limits.h

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ab786bd View commit details
    Browse the repository at this point in the history
  7. fix issue

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dd00b23 View commit details
    Browse the repository at this point in the history
  8. make apply_fmt

    Andrey Ovchinnikov committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c6802fa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. rewrite interaction with socket with machinarium library

    Andrey Ovchinnikov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b7d4853 View commit details
    Browse the repository at this point in the history
  2. make apply_fmt

    Andrey Ovchinnikov committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fcf5272 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. add more logging

    Andrey Ovchinnikov committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    56f0547 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. naming fix

    Andrey Ovchinnikov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d4a9a18 View commit details
    Browse the repository at this point in the history
  2. fix issues

    Andrey Ovchinnikov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    aa37f9b View commit details
    Browse the repository at this point in the history
  3. rewrite auth.c and add new rules

    Andrey Ovchinnikov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    cdb01da View commit details
    Browse the repository at this point in the history
  4. fix issues; add new field in od_client_t; remove no_delay and keep_al…

    …ive for socket
    Andrey Ovchinnikov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8797fbc View commit details
    Browse the repository at this point in the history
  5. make apply_fmt

    Andrey Ovchinnikov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4c52448 View commit details
    Browse the repository at this point in the history
  6. remove external_username field from od_client_t; and add more fileds …

    …in od_log at the end of mdb_iamproxy_authenticate_user
    Andrey Ovchinnikov committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    633b74e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. add logging subject_id

    Andrey Ovchinnikov committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5264358 View commit details
    Browse the repository at this point in the history
  2. fix in log format

    Andrey Ovchinnikov committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bf1f056 View commit details
    Browse the repository at this point in the history
  3. fix logging format

    Andrey Ovchinnikov committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7a6afd4 View commit details
    Browse the repository at this point in the history