diff options
author | George Lebl <jirka@5z.com> | 2001-04-24 05:03:48 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-04-24 05:03:48 +0000 |
commit | bf2d3e2cd1f2972ff3fd3e750e94462f4c37fc0a (patch) | |
tree | c7600441c326f762c65ca9b15c5228b258594351 /configure.in | |
parent | 7a1cc0444fde0befb7155ba00086ab0ce4185093 (diff) | |
download | gdm-bf2d3e2cd1f2972ff3fd3e750e94462f4c37fc0a.tar.gz |
Fixup enviroment issues. Clear the environment before running a session
Mon Apr 23 22:04:24 2001 George Lebl <jirka@5z.com>
* configure.in, acconfig.h, daemon/auth.c, daemon/misc.[ch],
daemon/slave.c, daemon/verify.h,
daemon/verify-(pam|crypt|shadow).h: Fixup enviroment issues.
Clear the environment before running a session and before launching
the greeter (taking care to save the localisation vars). Also
don't set user env on the slave and leave it, if we set it it's
only temporary. Also fix one possible crash by strduping the
pam env since that will go away and putenv doesn't strdup.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d507ac73..95594866 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ ALL_LINGUAS="az ca cs da de el es et fi fr ga gl hu it ja ko lt nl nn no pl pt_B dnl AM_GNOME_GETTEXT AM_GNU_GETTEXT -AC_CHECK_FUNCS([setenv unsetenv]) +AC_CHECK_FUNCS([setenv unsetenv clearenv]) # TCP Wrappers for XDMCP access control AC_MSG_CHECKING("whether to use TCP wrappers") |