Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
133f011c
Commit
133f011c
authored
Jul 07, 2008
by
Nick Mathewson
🎨
Browse files
Patch from coderman: detect transparent proxy header correctly on some linux versions.
svn:r15726
parent
0e3efc11
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
133f011c
...
...
@@ -18,6 +18,9 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx
- When opening /dev/null in finish_daemonize(), do not pass the
O_CREAT flag. Fortify was complaining, and correctly so. Fixes
bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19.
- Correctly detect transparent proxy support on Linux hosts that
require in.h to be included before netfilter_ipv4.h. Patch from
coderman.
Changes in version 0.2.1.2-alpha - 2008-06-20
...
...
configure.in
View file @
133f011c
...
...
@@ -349,6 +349,9 @@ AC_CHECK_HEADERS(linux/netfilter_ipv4.h,
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif])
if test x$transparent = xtrue ; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment