summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-22service: Add function to manipulate ignore flagJukka Rissanen2-0/+13
2013-02-22doc: Ethernet provisioning supportJukka Rissanen1-1/+44
2013-02-22gsupplicant: Set the scan callback in g_supplicant_interface_scanJulien Massot1-0/+3
2013-02-22iptables: Merge clear_tables_flags() and reset_xtables()Daniel Wagner1-25/+19
2013-02-22iptables: Free table pointerDaniel Wagner1-1/+3
2013-02-22iptables: Free match rulesDaniel Wagner1-0/+9
2013-02-22iptables: Reset pointer after freeingDaniel Wagner1-2/+6
2013-02-22iptables: Reinitialize global parser tableDaniel Wagner1-2/+16
2013-02-22iptables: Free xtables entry when removing one entry from the tableDaniel Wagner1-2/+3
2013-02-22test-iptables: Fix memory leakDaniel Wagner1-0/+2
2013-02-22test-iptables: Delete all rules in target0Daniel Wagner1-0/+14
2013-02-21client: Remove the now obsolete command parsing functionsPatrik Flykt3-48/+11
2013-02-21client: Remove unused functionsPatrik Flykt2-62/+0
2013-02-21client: Factor out monitor commandPatrik Flykt1-129/+30
2013-02-21client: Create monitor helper functionsPatrik Flykt2-0/+94
2013-02-21client: Factor out technology enable and disable commandsPatrik Flykt1-40/+48
2013-02-21client: Wait for a reply from Manager APIPatrik Flykt1-2/+10
2013-02-21client: Wait for a reply from Technology APIPatrik Flykt1-6/+10
2013-02-21client: Factor out scan commandPatrik Flykt1-12/+19
2013-02-21client: Reduce technology loggingPatrik Flykt1-8/+3
2013-02-21client: Factor out disconnect commandPatrik Flykt1-12/+13
2013-02-21client: Factor out connect commandPatrik Flykt1-12/+13
2013-02-21client: Don't look up service on connect or disconnectPatrik Flykt1-16/+7
2013-02-21client: Factor out technologies commandPatrik Flykt1-9/+4
2013-02-21client: Factor out state commandPatrik Flykt1-9/+4
2013-02-21client: Print out any errors on command executionPatrik Flykt1-2/+6
2013-02-21client: Factor out config commandPatrik Flykt1-110/+130
2013-02-21client: Wait for a reply when removing servicePatrik Flykt1-9/+10
2013-02-21client: Fix setting service propertiesPatrik Flykt1-8/+25
2013-02-21client: Quick fix for parsing IPv6.Configuration correctlyPatrik Flykt1-7/+26
2013-02-21client: Return number of arguments processed when setting propertiesPatrik Flykt1-3/+6
2013-02-21client: Return number of proxies addedPatrik Flykt1-3/+3
2013-02-21client: Return the number of proxy arguments discoveredPatrik Flykt1-3/+12
2013-02-21client: Return the number of added dict entriesPatrik Flykt1-3/+12
2013-02-21client: Return the number of added array entriesPatrik Flykt1-4/+9
2013-02-21client: Factor out services commandPatrik Flykt1-60/+45
2013-02-21client: Add boolean parsing helper functionPatrik Flykt2-0/+27
2013-02-21client: Fix up interactive option parsingPatrik Flykt1-42/+21
2013-02-21client: Make DBusConnection globalPatrik Flykt2-1/+3
2013-02-21client: Factor out help implementationPatrik Flykt2-71/+82
2013-02-21client: Create prototypes for all commandsPatrik Flykt4-11/+133
2013-02-19vpn-provider: SetProperty works with all propertiesJukka Rissanen1-2/+6
2013-02-19vpn-provider: ClearProperty works with all propertiesJukka Rissanen1-0/+2
2013-02-19vpn-provider: Allow use of Domain property nameJukka Rissanen1-3/+6
2013-02-19vpn-provider: Add GetProperties method implementationJukka Rissanen1-0/+42
2013-02-19vpn-provider: Do not send state property if state is not changedJukka Rissanen1-1/+5
2013-02-19vpn-provider: Setting VPN properties will send PropertyChanged signalJukka Rissanen1-31/+67
2013-02-19doc: Add description of GetProperties methodJukka Rissanen1-1/+8
2013-02-19test: Script for getting, setting and clearing VPN propertiesJukka Rissanen1-0/+66
2013-02-19vpn-provider: Set the state to FAILURE after auth errorJukka Rissanen1-0/+1