Commit Graph

6 Commits

Author SHA1 Message Date
Todd C. Miller
30797ab8ae Remove useless cast 2010-12-20 16:16:08 -05:00
Todd C. Miller
e4abd86c6b Avoid potential namespace issues with dlopen() emulation. 2010-10-12 10:32:47 -04:00
Todd C. Miller
070446bc33 Fix remaining syntax errors. 2010-10-11 21:10:34 -04:00
Todd C. Miller
de68538487 Actually call shl_load() 2010-10-11 15:19:00 -04:00
Todd C. Miller
86d3e4bf09 Quiet a compiler warning and fix sudo_preload_table external definition. 2010-10-11 09:11:46 -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