Commit Graph

3 Commits

Author SHA1 Message Date
Todd C. Miller
e4abd86c6b Avoid potential namespace issues with dlopen() emulation. 2010-10-12 10:32:47 -04:00
Todd C. Miller
dc327471b7 Fix multiple inclusion guard in dlfcn.h and fix dlerror() prototype. 2010-10-11 09:11:20 -04:00
Todd C. Miller
f538ed4e35 Add dlopen() emulation for systems without it.
For HP-UX 10, emulate using shl_load().
For others, link sudoers plugin statically and use a lookup
table to emulate dlsym().
2010-09-26 17:41:35 -04:00