summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-07session doc: Fix typoDaniel Wagner1-1/+1
2011-11-07wifi: Handle erroneous disconnection after 4way-handshakeTomasz Bursztyka1-0/+35
2011-11-07gsupplicant: Add a function to enable or disable the selected networkTomasz Bursztyka2-0/+26
2011-11-07network: Check device pointer when doing IPv6 autoconfJukka Rissanen1-0/+3
2011-11-07network: Disconnect network properlyJukka Rissanen1-0/+2
2011-11-07inet: Cleanup the router solicitations handler properlyJukka Rissanen1-1/+5
2011-11-07inet: Fix file descriptor leak when comparing subnetsJukka Rissanen1-0/+3
2011-10-31device: Cancel pending trigger when device is removedDaniel Wagner1-5/+10
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