Edit

IABSD.fr/src/usr.bin/rdistd

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2018-09-21 19:13:49
    Hash : a6dbafc0
    Message : Use password/group cache functions and avoid stashing a pointer to the return value of getgrgid(3) or getgrnam(3) which relies on undefined behavior. The rdist server will now use getgroups(2) to determine group membership of the invoking user. In addition, there is now one implementation of tilde expansion instead of two. OK tb@ tim@