Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes segfault issues when using a non-builtin target without providing table name.
like: -A OUTPUT -j IDLETIMER (...)
will crash when: -t filter -A OUTPUT -j IDLETIMER (...) will success
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update g_web_request_get() and add WISPr route request debug
printouts.
|
|
|
|
Netfilter likes to have the address properly masked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The invert flag is specific to each option so it needs to be initialized
after each succesfully handled option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The _GNU_SOURCE needs to be defined so that O_CLOEXEC
symbols can be found in system header files.
The source does not compile without the patch in MeeGo 1.2
|
|
Make sure all file descriptor are closed.
|
|
Make sure all file descriptor are closed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|