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

SO_PEERCRED/SO_PASSCRED porting + allow NULL bytes in the UDS name #277

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2019

  1. Account for abstract namespace names

    From lua_tostring to lua_tolstring since the names can start with null for namespaces.
    Someguynamedpie authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    e92c152 View commit details
    Browse the repository at this point in the history
  2. Update options.c

    SO_PASSCRED by @sathieu
    Someguynamedpie authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6435dec View commit details
    Browse the repository at this point in the history
  3. Update unixstream.c

    SO_PEERCRED, cont'd.
    Someguynamedpie authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    d72ba15 View commit details
    Browse the repository at this point in the history
  4. Update options.h

    SO_PEERCRED, cont'd.
    Someguynamedpie authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    5eacaa8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Update options.c

    Someguynamedpie authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e2540ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c1a1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb67179 View commit details
    Browse the repository at this point in the history