Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: slicer69/doas
base: 6.1p1
Choose a base ref
head repository: slicer69/doas
compare: 6.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 3, 2019

  1. fix the setusercontext(3) workaround

    Seeing this being used on even more system like Illumos with this ugly
    and security critical bug open makes me cringe every time I check if it
    was finally fixed.
    
    I reported it directly to the maintainer in 2017. I reported it to
    pkgsrc-security@netbsd.org without a response.
    Duncan Overbruck committed Sep 3, 2019
  2. Merge pull request #23 from Duncaen/setusercontext

    fix the setusercontext(3) workaround
    slicer69 committed Sep 3, 2019
  3. Added optimization to Makefile (can be set/overruled using OPT).

    Added flag to display all warnings during compiling.
    Added status checks when parsing user/group IDs for Linux.
    Make sure Linux drops original user's groups when running as another user.
    Jesse Smith committed Sep 3, 2019
  4. Removed unused login_style variable on Linux. Is only

    used when using BSD authorization.
    Jesse Smith committed Sep 3, 2019