summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-31test: Use session.Destroy()Patrik Flykt1-1/+1
2011-10-31doc: Document that DestroySession will not send Release to sessionsPatrik Flykt1-2/+1
2011-10-31session: Implement Session API Destroy method callPatrik Flykt1-0/+6
2011-10-31iptables: Fix xtables API version issuesTomasz Bursztyka1-4/+35
2011-10-31tools: Fix xtables API version issues with iptables-testTomasz Bursztyka1-4/+36
2011-10-28gdhcp: Possible file descriptor leakJukka Rissanen1-2/+2
2011-10-28session: Add a list of pending connect/disconnect actionsPatrik Flykt1-6/+76
2011-10-28iptables: Support builtin chain policies changesTomasz Bursztyka1-3/+50
2011-10-28iptables: Disable getopt unknown option displayTomasz Bursztyka1-0/+3
2011-10-28iptables: Support for rule matches listTomasz Bursztyka1-21/+23
2011-10-28iptables: Finalize matches extensions setupTomasz Bursztyka1-0/+4
2011-10-28iptables: Add extensions options parsing for matchesTomasz Bursztyka1-2/+24
2011-10-28iptables: Finalize target extensions setupTomasz Bursztyka1-0/+3
2011-10-28iptables: Add extensions options parsing for targetTomasz Bursztyka1-8/+9
2011-10-28iptables: Add x6_options matches handlingTomasz Bursztyka1-5/+17
2011-10-28iptables: Add x6_options target handlingTomasz Bursztyka1-2/+12
2011-10-28iptables: Move target and matches preparation routinesTomasz Bursztyka1-7/+8
2011-10-28iptables: Support matches rule list loadingTomasz Bursztyka1-3/+5
2011-10-28iptables: Refactor matches preparationTomasz Bursztyka1-26/+48
2011-10-28iptables: Move target options merge to prepare_targetTomasz Bursztyka1-11/+14
2011-10-28iptables: Code preparation for option handlingTomasz Bursztyka1-24/+24
2011-10-28tools: Add iptables_test builtin chain policy changesTomasz Bursztyka1-3/+50
2011-10-28tools: Initialize the iptables_test invert flag properlyTomasz Bursztyka1-0/+2
2011-10-28tools: Disable getopt unknown option display in iptables_testTomasz Bursztyka1-0/+3
2011-10-28tools: Add support for rule matches list to iptables_testTomasz Bursztyka1-21/+23
2011-10-28tools: Finalize matches extensions setup in iptables_testTomasz Bursztyka1-0/+4
2011-10-28tools: Add extensions options parsing for matches to iptables-testTomasz Bursztyka1-2/+24
2011-10-28tools: Finalize target extensions setup in iptables_testTomasz Bursztyka1-0/+3
2011-10-28tools: Add extensions options parsing for target to iptables_testTomasz Bursztyka1-8/+9
2011-10-28tools: Add x6_options matches handling to iptables-testTomasz Bursztyka1-5/+17
2011-10-28tools: Add x6_options target handling to iptables_testTomasz Bursztyka1-2/+12
2011-10-28tools: Target and matches preparation function moves in iptables_testTomasz Bursztyka1-10/+8
2011-10-28tools: Add matches rule list loading support for iptables_testTomasz Bursztyka1-3/+5
2011-10-28tools: Refactor iptables_test matches preparationTomasz Bursztyka1-25/+48
2011-10-28tools: Move iptables_test target options merge in prepare_targetTomasz Bursztyka1-11/+14
2011-10-28tools: Code preparation for iptable-test option handlingTomasz Bursztyka1-24/+24
2011-10-28service: Remove the gateways when removing the serviceJukka Rissanen1-0/+3
2011-10-26tools: Fix compilation in MeeGoJukka Rissanen3-0/+3
2011-10-26core: Fix compilation in MeeGoJukka Rissanen4-6/+4
2011-10-26plugins: Fix compilation in MeeGoJukka Rissanen2-0/+2
2011-10-25tools: Add SOCK_CLOEXEC to socket()Daniel Wagner3-3/+3
2011-10-25core: Add SOCK_CLOEXEC to socket()Daniel Wagner7-39/+39
2011-10-25plugins: Add SOCK_CLOEXEC to socket()Daniel Wagner2-2/+2
2011-10-25gweb: Add SOCK_CLOEXEC to socket()Daniel Wagner2-2/+4
2011-10-25gdhcp: Add SOCK_CLOEXEC to socket()Daniel Wagner4-10/+10
2011-10-25core: Add O_CLOEXEC to open()Daniel Wagner5-10/+10
2011-10-25plugins: Add O_CLOEXEC to open()Daniel Wagner2-4/+4
2011-10-25tools: Add O_CLOEXEC to open()Daniel Wagner4-4/+5
2011-10-21service: Activate loose mode routingJukka Rissanen1-2/+60
2011-10-21ipconfig: Set/unset IPv4 rp_filter settingJukka Rissanen2-0/+57