From: Todd C. Miller Date: Fri, 18 Jun 2010 21:23:37 +0000 (-0400) Subject: Do not call set_fqdn() until sudoers parses (where is gets run as a callback). X-Git-Tag: SUDO_1_7_3~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4299429e687525ce69289971ded19e98830c5478;p=sudo Do not call set_fqdn() until sudoers parses (where is gets run as a callback). --HG-- branch : 1.7 --- diff --git a/WHATSNEW b/WHATSNEW index 14d56df9f..99598b245 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -39,6 +39,10 @@ What's new in Sudo 1.7.3? specified as floating point numbers for more granular timeout values. + * Negating the fqdn option in sudoers now works correctly when sudo + is configured with the --with-fqdn option. In previous versions + of sudo the fqdn was set before sudoers was parsed. + What's new in Sudo 1.7.2? * A new #includedir directive is available in sudoers. This can be