Imported Upstream version 1.40
[platform/upstream/connman.git] / vpn /
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2020-10-14 Nishant ChapranaImported Upstream version 1.38 91/245691/1 upstream/1.38
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-05-30 Patrik Flyktvpn-config: Log a warning if the provider ident already...
2013-05-30 Patrik Flyktvpn-config: Remove obsolete protected code
2013-04-03 Jukka Rissanenvpn-provider: Send domain name to connman when connecti...
2013-04-03 Jukka Rissanenopenvpn: Update domain name if received from OpenVPN...
2013-03-27 Jukka Rissanenvpn-provider: Nameservers were not sent to connmand...
2013-03-27 Jukka Rissanenopenvpn: Set the nameservers in correct order
2013-03-27 Jukka Rissanenvpn-provider: Fix uninitialized memory read
2013-03-08 Jukka Rissanenvpn-config: Ignore IN_CREATE as IN_MODIFY is called...
2013-03-08 Jukka Rissanenvpn-provider: Do not save or load provisioned VPN conne...
2013-03-08 Jukka Rissanenvpn-provider: SetProperty and ClearProperty do not...
2013-03-08 Jukka Rissanenvpn-provider: Introduce immutable flag to provider...
2013-03-08 Jukka Rissanenvpn-provider: Do not allow changes to settings that...
2013-03-08 Jukka Rissanenvpn-provider: Do not quit vpnd if there are no VPN...
2013-02-28 Jukka Rissanenvpn-provider: Parse user networks correctly
2013-02-19 Jukka Rissanenvpn-provider: SetProperty works with all properties
2013-02-19 Jukka Rissanenvpn-provider: ClearProperty works with all properties
2013-02-19 Jukka Rissanenvpn-provider: Allow use of Domain property name
2013-02-19 Jukka Rissanenvpn-provider: Add GetProperties method implementation
2013-02-19 Jukka Rissanenvpn-provider: Do not send state property if state is...
2013-02-19 Jukka Rissanenvpn-provider: Setting VPN properties will send Property...
2013-02-19 Jukka Rissanenvpn-provider: Set the state to FAILURE after auth error
2013-02-19 Jukka Rissanenvpn-provider: Go internally into IDLE after FAILURE
2013-02-19 Jukka Rissanenpptp: Set the username/password before starting daemon
2013-02-19 Jukka Rissanenl2tp: Set the username/password before starting daemon
2013-02-19 Jukka Rissanenvpn-provider: Make state debug print more useful
2013-02-19 Jukka Rissanenvpn-provider: Avoid printing password to log files
2013-02-19 Jukka Rissanenl2tp: Clear password if authentication fails
2013-02-19 Jukka Rissanenpptp: Clear password if authentication fails
2013-02-19 Jukka Rissanenmain: Create VPN_STORAGEDIR when starting up
2013-02-19 Jukka Rissanenvpn-provider: Add extra whitespace
2013-02-19 Jukka Rissanenvpn-provider: Add route support in vpn config file
2013-02-19 Jukka Rissanenvpn-provider: Remove unprovisioned providers at startup
2013-02-19 Jukka Rissanenvpn-provider: Type string in provider needs to be in...
2013-02-19 Jukka Rissanenvpn-config: Provision providers from .config file
2013-02-19 Jukka Rissanenvpn-provider: Initial .config file support
2013-02-19 Jukka Rissanenpptp: Use PPPD prefix for pppd specific options
2013-02-19 Jukka Rissanenl2tp: Use PPPD prefix for pppd specific options
2013-02-19 Jukka Rissanenl2tp: Add rx and tx bps pppd options
2013-02-19 Jukka Rissanenl2tp: Fixed the nodeflate pppd option name
2013-01-08 Patrik Flyktvpn-provider: Check if providers list is NULL before...
2012-12-14 Patrik Flyktvpn-provider: Report disconnect errors other than ...
2012-12-14 Patrik Flyktvpn-provider: Set state when connecting and disconnecting
2012-12-14 Patrik Flyktvpn-plugin: Send proper response to caller and connect...
2012-11-30 Jukka Rissanenpptp: Header file was missing
2012-11-30 Jukka Rissanenl2tp: Header file was missing
2012-11-30 Jukka Rissanenpptp: Clear password when disconnecting
2012-11-30 Jukka Rissanenl2tp: Clear password when disconnecting
2012-11-30 Jukka Rissanenvpn: Driver disconnect needs provider information
2012-11-30 Jukka Rissanenvpn-provider: Unregister provider from dbus when freed
2012-11-30 Jukka Rissanenvpn-provider: Register agent driver
2012-11-30 Jukka Rissanenpptp: Do not save the password
2012-11-30 Jukka Rissanenl2tp: Do not save the password
2012-11-30 Jukka Rissanenpptp: Ask username and password from agent
2012-11-30 Jukka Rissanenl2tp: Ask username and password from agent
2012-11-30 Jukka Rissanenvpn-agent: Routine to add username and password into...
2012-11-30 Jukka Rissanenopenconnect: Add support for --no-cert-check client...
2012-11-30 Jukka Rissanenopenconnect: Domain pointer was used incorrectly
2012-11-30 Jukka Rissanenopenconnect: Add asking cookie from agent
2012-11-30 Jukka Rissanenvpn-agent: Add generic functions to add information...
2012-11-30 Jukka Rissanenvpn: Make VPN plugin connection function async
2012-11-30 Jukka Rissanenvpn-provider: Add getter functions
2012-11-30 Jukka Rissanenvpn: Add initial support for async connect
2012-11-26 Jukka Rissanenvpn-provider: VPN driver pointer was not cleared
2012-11-26 Jukka Rissanenvpn-main: Plugin cleanup was not done
2012-11-23 Jukka Rissanenopenvpn: Set default options if user has not supplied...
2012-11-23 Jukka Rissanenopenvpn: Allow configuration via user supplied config...
2012-11-23 Jukka Rissanenopenvpn: Remove obsolete --tls-client option
2012-11-23 Jukka Rissanenselinux: Add Type Enforcement rule compilation
2012-11-23 Jukka Rissanenvpn: Go to failure state if vpn information cannot...
2012-11-23 Jukka Rissanenvpnd: Quit if no VPN configurations are found
2012-11-23 Jukka Rissanenvpnd: Add function that quits vpnd if no VPN configurat...
2012-11-23 Jukka Rissanenvpn-plugin: Set state correctly if vpn client process...
2012-11-23 Jukka Rissanenvpnd: Make sure provider is taken to ready state
2012-11-23 Jukka Rissanenpptp: Remember the connection password
2012-11-23 Jukka Rissanenl2tp: Remember the connection password
2012-11-23 Jukka Rissanenvpn-provider: Remove vpn provider from storage when...
2012-11-23 Jukka Rissanenvpn-provider: Send ConnectionRemoved signal when needed
2012-11-23 Jukka Rissanenvpn-provider: Send ConnectionAdded signal when needed
2012-11-23 Jukka Rissanenprovider: Removed the connect part from the create...
2012-11-23 Jukka Rissanenvpn: Free allocated ipconfig struct
2012-11-23 Jukka Rissanenipconfig: Add ipconfig unref function
2012-11-23 Jukka Rissanenvpn: Add preliminary agent support
2012-11-23 Jukka Rissanenvpn: Introduce config file for vpnd
2012-11-23 Jukka Rissanendoc: Example configuration file for vpnd
2012-11-23 Jukka Rissanenvpnd: Add -r option which enables route handling in...
2012-11-23 Jukka Rissanenvpn: Resolve vpn hostname if necessary
2012-11-23 Jukka Rissanenprovider: Refactor server and user route handling
2012-11-23 Jukka Rissanenvpn: New vpn daemon that handles vpn connections and...