]> granicus.if.org Git - sudo/commit
o Convert environment handling to use lists instead of strings.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 11 Dec 2001 23:02:51 +0000 (23:02 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 11 Dec 2001 23:02:51 +0000 (23:02 +0000)
commit199a17436da5d2c639dd1590f9fb7714d1d99710
treed8ce8f5ad6b7ce73e36757141fa1f6143e5c5223
parent2f818e2c32dd6462bbcc35f6cf31fb41fafb4d73
 o Convert environment handling to use lists instead of strings.
   This greatly simplifies routines that need to do "foreach" type
   operations.
 o Add new init_envtables() function to set env_check and env_delete
   defaults based on initial_badenv_table and initial_checkenv_table
   (formerly sudo_badenv_table).
env.c