aboutsummaryrefslogtreecommitdiffstats
path: root/epan/privileges.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-06Move the code to relinquish set-UID and set-GID privileges to a routineGuy Harris1-0/+5
in epan/privileges.c. svn path=/trunk/; revision=17181
2006-02-06Add code to check whether the app was started with special privilegesGuy Harris1-0/+34
(e.g., set-UID or set-GID), and don't load user plugs if it is. svn path=/trunk/; revision=17174