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

LDAP protocol parser v6 #11513

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 16, 2024

  1. rust/ldap: implement types and filters

    This implementation adds types and filters specified in the LDAP RFC to
    work with the ldap_parser.
    Although using the parser directly would be
    best, strange behavior has been observed during transaction logging.
    It appears that C pointers are being overwritten, leading to incorrect
    output when LDAP fields are logged.
    glongo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    eafe5e5 View commit details
    Browse the repository at this point in the history
  2. rust/ldap: implement app-layer

    glongo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dd5534f View commit details
    Browse the repository at this point in the history
  3. rust/ldap: implement logger

    glongo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    967ca89 View commit details
    Browse the repository at this point in the history
  4. doc: add ldap protocol

    glongo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a8b0395 View commit details
    Browse the repository at this point in the history