index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-23
session: Add getter for session owner
Daniel Wagner
2
-0
/
+7
2012-11-23
session: Add destroy function for plugins
Daniel Wagner
2
-1
/
+9
2012-11-23
session: Add sessions config update function
Daniel Wagner
2
-0
/
+42
2012-11-23
dbus: Add SELinux support
Daniel Wagner
2
-0
/
+143
2012-11-23
inotify: Watch out for files moved to/from watched dirs
Daniel Wagner
1
-1
/
+2
2012-11-23
inotify: Move inotify code into its own file
Daniel Wagner
6
-122
/
+286
2012-11-23
config: Factor out config inotify handler
Daniel Wagner
1
-45
/
+52
2012-11-23
build: No FORTIFY flags when building without optimization
Daniel Wagner
1
-2
/
+2
2012-11-23
provider: Set the state properly when removing provider
Jukka Rissanen
1
-0
/
+3
2012-11-23
openvpn-script: Removed extra empty line
Jukka Rissanen
1
-1
/
+0
2012-11-23
doc: Clarify UserRoutes and ServerRoutes documentation
Jukka Rissanen
1
-2
/
+3
2012-11-23
openvpn: Set default options if user has not supplied a config file
Jukka Rissanen
1
-11
/
+17
2012-11-23
openvpn: Allow configuration via user supplied config file
Jukka Rissanen
1
-0
/
+1
2012-11-23
openvpn: Remove obsolete --tls-client option
Jukka Rissanen
1
-1
/
+0
2012-11-23
device: Include stdlib.h
Daniel Wagner
1
-0
/
+1
2012-11-23
vpn: Remove unused variable
Daniel Wagner
1
-2
/
+0
2012-11-23
ipconfig: Do not check device if interface name is not set
Jukka Rissanen
1
-0
/
+3
2012-11-23
selinux: Add Type Enforcement rule compilation
Jukka Rissanen
4
-0
/
+42
2012-11-23
main: Plugin and provider cleanup order fixed
Jukka Rissanen
1
-1
/
+1
2012-11-23
vpn: Go to failure state if vpn information cannot be found
Jukka Rissanen
1
-2
/
+12
2012-11-23
openconnect-script: Print errors to syslog instead of stderr
Jukka Rissanen
1
-11
/
+32
2012-11-23
openvpn-script: Print errors to syslog instead of stderr
Jukka Rissanen
1
-10
/
+32
2012-11-23
vpnd: Quit if no VPN configurations are found
Jukka Rissanen
1
-0
/
+2
2012-11-23
vpnd: Add function that quits vpnd if no VPN configurations are found
Jukka Rissanen
2
-0
/
+23
2012-11-23
vpn-plugin: Set state correctly if vpn client process cannot be started
Jukka Rissanen
1
-0
/
+2
2012-11-23
vpnd: Make sure provider is taken to ready state
Jukka Rissanen
1
-2
/
+17
2012-11-23
pptp: Remember the connection password
Jukka Rissanen
1
-0
/
+7
2012-11-23
l2tp: Remember the connection password
Jukka Rissanen
1
-0
/
+7
2012-11-23
vpn-provider: Remove vpn provider from storage when needed
Jukka Rissanen
1
-0
/
+2
2012-11-23
vpn-provider: Send ConnectionRemoved signal when needed
Jukka Rissanen
1
-1
/
+37
2012-11-23
provider: Do not remove the provider as it would remove it from storage
Jukka Rissanen
1
-15
/
+1
2012-11-23
storage: Add function to remove provider files
Jukka Rissanen
2
-0
/
+41
2012-11-23
provider: Add callback when creating vpn provider
Jukka Rissanen
3
-48
/
+166
2012-11-23
vpn-provider: Send ConnectionAdded signal when needed
Jukka Rissanen
1
-0
/
+21
2012-11-23
provider: Removed the connect part from the create() function
Jukka Rissanen
3
-35
/
+14
2012-11-23
vpn: Free allocated ipconfig struct
Jukka Rissanen
1
-0
/
+3
2012-11-23
ipconfig: Add ipconfig unref function
Jukka Rissanen
2
-0
/
+21
2012-11-23
manager: Deprecating connect/remove provider API
Jukka Rissanen
2
-3
/
+7
2012-11-23
vpn: Add preliminary agent support
Jukka Rissanen
3
-0
/
+50
2012-11-23
agent: Split agent code into generic and service specific parts
Jukka Rissanen
8
-693
/
+926
2012-11-23
vpn: Introduce config file for vpnd
Jukka Rissanen
1
-0
/
+82
2012-11-23
doc: Example configuration file for vpnd
Jukka Rissanen
1
-0
/
+8
2012-11-23
vpn: Hash provider data using the ident instead of path
Jukka Rissanen
1
-39
/
+79
2012-11-23
vpnd: Add -r option which enables route handling in vpnd
Jukka Rissanen
3
-8
/
+29
2012-11-23
vpn: Resolve vpn hostname if necessary
Jukka Rissanen
2
-2
/
+112
2012-11-23
provider: Refactor server and user route handling
Jukka Rissanen
5
-182
/
+987
2012-11-23
provider: Initially provider ipconfigs are now OFF
Jukka Rissanen
1
-2
/
+3
2012-11-23
plugin: Add VPN plugin that will interact with vpnd
Jukka Rissanen
2
-0
/
+1167
2012-11-23
provider: Support functions added
Jukka Rissanen
2
-0
/
+67
2012-11-23
provider: Remove functionality that is no longer used
Jukka Rissanen
2
-890
/
+71
[next]