summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-10rfkill.h: Remove unused header fileDaniel Wagner3-36/+1
2011-11-10gdhcp: Use gcc atomics instead glib's onesDaniel Wagner2-6/+6
2011-11-10gweb: Use gcc atomics instead glib's onesDaniel Wagner3-10/+10
2011-11-10plugins: Use gcc atomics instead glib's onesDaniel Wagner2-12/+22
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner9-118/+139
2011-11-07doc: Remove outdate SetupRequired propertySamuel Ortiz5-15/+3
2011-11-07test: Connecting a saved provider does not need all argumentsPatrik Flykt1-8/+15
2011-11-07vpnc: Save support for vpncPatrik Flykt1-0/+18
2011-11-07openvpn: Save support for openvpnPatrik Flykt1-0/+18
2011-11-07openconnect: Save support for openconnect VPNPatrik Flykt1-0/+26
2011-11-07vpn: Extend vpn driver struct with save supportPatrik Flykt2-0/+16
2011-11-07provider: Helper function for fetching the keyfile groupPatrik Flykt2-0/+6
2011-11-07provider: Define a save function for provider driversPatrik Flykt2-0/+5
2011-11-07provider: Load and save provider dataPatrik Flykt1-0/+66
2011-11-07storage: Load and save functions for providersPatrik Flykt2-0/+40
2011-11-07storage: Trivial change to free pathname in common part of the codePatrik Flykt1-5/+2
2011-11-07wifi: Only consider identifiers starting with 'wifi_'Patrik Flykt1-0/+3
2011-11-07storage: Don't list provider settings directoriesPatrik Flykt1-1/+2
2011-11-07test: Tiny typo fix in test-session python scriptTomasz Bursztyka1-1/+1
2011-11-07session doc: Document PeriodicConnect and IdleTimeoutDaniel Wagner1-0/+23
2011-11-07session doc: Document state transitionsDaniel Wagner1-0/+47
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