From: ian Date: Tue, 2 Mar 2004 23:09:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: debian_version_0_3~6 X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/commitdiff_plain/50689b023acafaf603c48439129910f8e36efe47 *** empty log message *** --- diff --git a/changelog b/changelog index eaceec7..592dc5d 100644 --- a/changelog +++ b/changelog @@ -8,6 +8,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low (Thanks to report from Ben Harris.) * groupmanage: configurable group name length limit. (Thanks to small patch from Ben Harris.) + * add HTTP_REFERER to ucgi. -- diff --git a/debian/changelog b/debian/changelog index eaceec7..592dc5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low (Thanks to report from Ben Harris.) * groupmanage: configurable group name length limit. (Thanks to small patch from Ben Harris.) + * add HTTP_REFERER to ucgi. -- diff --git a/www-cgi/ucgicommon.c b/www-cgi/ucgicommon.c index 653d5a6..7111170 100644 --- a/www-cgi/ucgicommon.c +++ b/www-cgi/ucgicommon.c @@ -37,6 +37,7 @@ const char *const envok[]= { "HTTP_HOST", "HTTP_NEGOTIATE", "HTTP_PRAGMA", + "HTTP_REFERER", "HTTP_USER_AGENT", "PATH_INFO", "PATH_TRANSLATED",