framework/connectivity/connman.git
2011-11-15 Jukka Rissanenscripts: Report authentication error to connman
2011-11-15 Jukka Rissanenscripts: Compile libppp-plugin.so properly
2011-11-15 Jukka Rissanenpptp: Add pptp makefile and configure file
2011-11-15 Jukka Rissanenl2tp: Add l2tp makefile and configure file
2011-11-15 Mohamed Abbastest: Add test script support for pptp/l2tp
2011-11-15 Mohamed Abbasl2tp: Add l2tp vpn support
2011-11-15 Mohamed Abbaspptp: Add ppp plugin library
2011-11-15 Mohamed Abbaspptp: Add pptp vpn support
2011-11-15 Mohamed Abbastask: Allow vpn plugins to send reply
2011-11-15 Jukka Rissanenvpn: Add null checks
2011-11-15 Mohamed Abbasvpn: Add support to allow ppp tunnelling
2011-11-15 Patrik Flykttethering: Use already existing 'tether' bridge interface
2011-11-14 Tomasz Bursztykaiptables: Initiate defined table before working on it
2011-11-14 Tomasz Bursztykatools: Initiate defined table before working on it...
2011-11-12 Marcel Holtmannbuild: Create src/builtin.h via BUILT_SOURCES
2011-11-10 Yu A Wangnetwork: Fix failed to reconnect to 3G network when...
2011-11-10 Daniel Wagnerbluetooth: Cleanup if technology driver register fails
2011-11-10 Daniel Wagnerrfkill.h: Remove unused header file
2011-11-10 Daniel Wagnergdhcp: Use gcc atomics instead glib's ones
2011-11-10 Daniel Wagnergweb: Use gcc atomics instead glib's ones
2011-11-10 Daniel Wagnerplugins: Use gcc atomics instead glib's ones
2011-11-10 Daniel Wagnercore: Use gcc atomics instead glib's ones
2011-11-07 Samuel Ortizdoc: Remove outdate SetupRequired property
2011-11-07 Patrik Flykttest: Connecting a saved provider does not need all...
2011-11-07 Patrik Flyktvpnc: Save support for vpnc
2011-11-07 Patrik Flyktopenvpn: Save support for openvpn
2011-11-07 Patrik Flyktopenconnect: Save support for openconnect VPN
2011-11-07 Patrik Flyktvpn: Extend vpn driver struct with save support
2011-11-07 Patrik Flyktprovider: Helper function for fetching the keyfile...
2011-11-07 Patrik Flyktprovider: Define a save function for provider drivers
2011-11-07 Patrik Flyktprovider: Load and save provider data
2011-11-07 Patrik Flyktstorage: Load and save functions for providers
2011-11-07 Patrik Flyktstorage: Trivial change to free pathname in common...
2011-11-07 Patrik Flyktwifi: Only consider identifiers starting with 'wifi_'
2011-11-07 Patrik Flyktstorage: Don't list provider settings directories
2011-11-07 Tomasz Bursztykatest: Tiny typo fix in test-session python script
2011-11-07 Daniel Wagnersession doc: Document PeriodicConnect and IdleTimeout
2011-11-07 Daniel Wagnersession doc: Document state transitions
2011-11-07 Daniel Wagnersession doc: Fix typo
2011-11-07 Tomasz Bursztykawifi: Handle erroneous disconnection after 4way-handshake
2011-11-07 Tomasz Bursztykagsupplicant: Add a function to enable or disable the...
2011-11-07 Jukka Rissanennetwork: Check device pointer when doing IPv6 autoconf
2011-11-07 Jukka Rissanennetwork: Disconnect network properly
2011-11-07 Jukka Rissaneninet: Cleanup the router solicitations handler properly
2011-11-07 Jukka Rissaneninet: Fix file descriptor leak when comparing subnets
2011-10-31 Daniel Wagnerdevice: Cancel pending trigger when device is removed
2011-10-31 Patrik Flykttest: Use session.Destroy()
2011-10-31 Patrik Flyktdoc: Document that DestroySession will not send Release...
2011-10-31 Patrik Flyktsession: Implement Session API Destroy method call
2011-10-31 Tomasz Bursztykaiptables: Fix xtables API version issues
2011-10-31 Tomasz Bursztykatools: Fix xtables API version issues with iptables...
2011-10-28 Jukka Rissanengdhcp: Possible file descriptor leak
2011-10-28 Patrik Flyktsession: Add a list of pending connect/disconnect actions
2011-10-28 Tomasz Bursztykaiptables: Support builtin chain policies changes
2011-10-28 Tomasz Bursztykaiptables: Disable getopt unknown option display
2011-10-28 Tomasz Bursztykaiptables: Support for rule matches list
2011-10-28 Tomasz Bursztykaiptables: Finalize matches extensions setup
2011-10-28 Tomasz Bursztykaiptables: Add extensions options parsing for matches
2011-10-28 Tomasz Bursztykaiptables: Finalize target extensions setup
2011-10-28 Tomasz Bursztykaiptables: Add extensions options parsing for target
2011-10-28 Tomasz Bursztykaiptables: Add x6_options matches handling
2011-10-28 Tomasz Bursztykaiptables: Add x6_options target handling
2011-10-28 Tomasz Bursztykaiptables: Move target and matches preparation routines
2011-10-28 Tomasz Bursztykaiptables: Support matches rule list loading
2011-10-28 Tomasz Bursztykaiptables: Refactor matches preparation
2011-10-28 Tomasz Bursztykaiptables: Move target options merge to prepare_target
2011-10-28 Tomasz Bursztykaiptables: Code preparation for option handling
2011-10-28 Tomasz Bursztykatools: Add iptables_test builtin chain policy changes
2011-10-28 Tomasz Bursztykatools: Initialize the iptables_test invert flag properly
2011-10-28 Tomasz Bursztykatools: Disable getopt unknown option display in iptable...
2011-10-28 Tomasz Bursztykatools: Add support for rule matches list to iptables_test
2011-10-28 Tomasz Bursztykatools: Finalize matches extensions setup in iptables_test
2011-10-28 Tomasz Bursztykatools: Add extensions options parsing for matches to...
2011-10-28 Tomasz Bursztykatools: Finalize target extensions setup in iptables_test
2011-10-28 Tomasz Bursztykatools: Add extensions options parsing for target to...
2011-10-28 Tomasz Bursztykatools: Add x6_options matches handling to iptables...
2011-10-28 Tomasz Bursztykatools: Add x6_options target handling to iptables_test
2011-10-28 Tomasz Bursztykatools: Target and matches preparation function moves...
2011-10-28 Tomasz Bursztykatools: Add matches rule list loading support for iptabl...
2011-10-28 Tomasz Bursztykatools: Refactor iptables_test matches preparation
2011-10-28 Tomasz Bursztykatools: Move iptables_test target options merge in prepa...
2011-10-28 Tomasz Bursztykatools: Code preparation for iptable-test option handling
2011-10-28 Jukka Rissanenservice: Remove the gateways when removing the service
2011-10-26 Jukka Rissanentools: Fix compilation in MeeGo
2011-10-26 Jukka Rissanencore: Fix compilation in MeeGo
2011-10-26 Jukka Rissanenplugins: Fix compilation in MeeGo
2011-10-25 Daniel Wagnertools: Add SOCK_CLOEXEC to socket()
2011-10-25 Daniel Wagnercore: Add SOCK_CLOEXEC to socket()
2011-10-25 Daniel Wagnerplugins: Add SOCK_CLOEXEC to socket()
2011-10-25 Daniel Wagnergweb: Add SOCK_CLOEXEC to socket()
2011-10-25 Daniel Wagnergdhcp: Add SOCK_CLOEXEC to socket()
2011-10-25 Daniel Wagnercore: Add O_CLOEXEC to open()
2011-10-25 Daniel Wagnerplugins: Add O_CLOEXEC to open()
2011-10-25 Daniel Wagnertools: Add O_CLOEXEC to open()
2011-10-21 Jukka Rissanenservice: Activate loose mode routing
2011-10-21 Jukka Rissanenipconfig: Set/unset IPv4 rp_filter setting
2011-10-20 Jukka Rissanennetwork: Remove obsolete service lookup in disconnect
2011-10-20 Jukka Rissanenservice: Check NULL pointer
2011-10-20 Daniel Wagnersession: Do not select ongoing service again
2011-10-20 Tomasz Bursztykawispr: Reference count service properly according to...
next