summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-18test-iptables: Move file to tools and rename it to iptables-unitDaniel Wagner2-5/+5
2013-03-14doc: Information about activating debugging in ConnManJukka Rissanen1-0/+43
2013-03-14service: User cannot modify immutable serviceJukka Rissanen1-0/+15
2013-03-08vpn: Make sure vpn connection really exists before removing itJukka Rissanen1-1/+6
2013-03-08vpn: Check whether we have already removed the providerJukka Rissanen1-0/+8
2013-03-08vpn: Add debug information when vpn state changesJukka Rissanen1-0/+2
2013-03-08vpn: Remove VPN provider from service list when destroying itJukka Rissanen1-1/+1
2013-03-08provider: New provider removal function callable from vpn pluginJukka Rissanen2-0/+14
2013-03-08provider: Change the name of provider remove functionJukka Rissanen3-3/+3
2013-03-08vpn-config: Ignore IN_CREATE as IN_MODIFY is called anywayJukka Rissanen1-8/+20
2013-03-08vpn: Clear the data pointer from provider when destroyingJukka Rissanen1-0/+2
2013-03-08vpn-provider: Do not save or load provisioned VPN connectionsJukka Rissanen1-3/+13
2013-03-08vpn-provider: SetProperty and ClearProperty do not work if immutableJukka Rissanen1-0/+6
2013-03-08vpn-provider: Introduce immutable flag to provider dataJukka Rissanen1-0/+5
2013-03-08vpn-provider: Do not allow changes to settings that are immutableJukka Rissanen2-5/+26
2013-03-08service: Send signal only if immutable flag value changesJukka Rissanen1-0/+4
2013-03-08vpn: Set immutable flag of the VPN serviceJukka Rissanen1-0/+1
2013-03-08provider: Function to set the immutable flagJukka Rissanen2-0/+15
2013-03-08vpn: Remember the immutable flag from vpndJukka Rissanen1-0/+3
2013-03-08test: Pretty print the error when trying to set/unset VPN propertyJukka Rissanen1-2/+8
2013-03-08doc: Describe immutable flag for VPN connectionJukka Rissanen1-0/+8
2013-03-08vpn-provider: Do not quit vpnd if there are no VPN configurationsJukka Rissanen3-27/+0
2013-03-08doc: Typo fixes in the documentationJukka Rissanen3-4/+4
2013-03-07device: Check positive device filter correctlyJukka Rissanen1-4/+10
2013-03-07iptables: Fix rule appendingDaniel Wagner1-9/+6
2013-03-07iptables: Valid policies are only ACCEPT and DROPDaniel Wagner1-1/+6
2013-03-07iptables: Fix setting policyDaniel Wagner1-1/+6
2013-03-07iptables: Always update options tableDaniel Wagner1-4/+0
2013-03-07iptables: Do not flush in the wrong orderDaniel Wagner1-0/+8
2013-03-07iptables: Fix and refactor iterate_entries()Daniel Wagner1-25/+46
2013-03-07iptables: Fix is_fallthrough() checkDaniel Wagner1-2/+6
2013-03-06build: vpn-property test script was missing from buildJukka Rissanen1-1/+1
2013-03-06service: Restart wispr on nameserver changeForest Bond1-0/+10
2013-03-05wifi: Preliminary fix for autoscanning known hidden SSIDsTomasz Bursztyka1-16/+15
2013-02-28vpn-provider: Parse user networks correctlyJukka Rissanen1-1/+5
2013-02-27neard: Use a timeout instead of DBUS_TIMEOUT_USE_DEFAULT for compatibilityTomasz Bursztyka1-1/+3
2013-02-26Release 1.12upstream/1.121.12Marcel Holtmann2-1/+13
2013-02-26doc: Fix the path to VPN config filesJukka Rissanen1-2/+2
2013-02-26doc: Update overview-api.txtTomasz Bursztyka1-4/+22
2013-02-26dundee: Increase timeout to 60 secondsPatrik Flykt1-1/+1
2013-02-26bluetooth_legacy: Increase Bluez 4 plugin timeout to 60 secondsPatrik Flykt1-1/+1
2013-02-26gsupplicant: Increase D-Bus timeout to 30 secondsPatrik Flykt1-1/+1
2013-02-26neard: Add partial support for wifi provisionning via NFCTomasz Bursztyka1-16/+257
2013-02-26config: Add a function to provision mutable serviceTomasz Bursztyka2-2/+104
2013-02-26config: Make load service from each keyfile group as a functionTomasz Bursztyka1-17/+24
2013-02-26config: Remove superfluous error codeTomasz Bursztyka1-22/+14
2013-02-26neard: Add neard plugin with tethering info sharing supportTomasz Bursztyka3-0/+391
2013-02-26technology: Provide a function to get WiFi tethering informationTomasz Bursztyka2-16/+42
2013-02-25gsupplicant: Remove pointless timeout constantMarcel Holtmann1-2/+0
2013-02-23gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka1-2/+3