summaryrefslogtreecommitdiff
path: root/src/ppp-manager/nm-ppp-manager.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21build: rename "src/ppp-manager" to "src/ppp"Thomas Haller1-1257/+0
2016-11-02ppp: add counter to D-Bus object path for PPP manager instancesBeniamino Galvani1-1/+1
2016-10-14core: introduce default logging macrosBeniamino Galvani1-9/+2
2016-10-07wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams1-1/+5
2016-10-04core: refactor private data in "src"Thomas Haller1-171/+190
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-5/+5
2016-05-30all: fix the identfier typoLubomir Rintel1-1/+1
2016-04-28core/trivial: rename "source" field of addresses and routesThomas Haller1-1/+1
2016-04-11platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller1-1/+5
2016-04-08ppp-manager: refactor create temporary ppp setting in nm_ppp_manager_start()Thomas Haller1-12/+6
2016-04-08ppp-manager: don't modify the applied connectionBeniamino Galvani1-1/+7
2016-03-04ppp-manager: use logging helpersBeniamino Galvani1-20/+30
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-01-20core: use guint type for glib's source idsThomas Haller1-2/+2
2016-01-06core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani1-17/+4
2016-01-05ppp-manager: clear @ppp_watch_id upon pppd terminationBeniamino Galvani1-0/+1
2016-01-04ppp-manager: initialize MTU to zero when not specifiedBeniamino Galvani1-4/+5
2015-12-07core: use define for NMPPPManager's "state-changed" signal nameThomas Haller1-1/+1
2015-11-26ppp-manager: set 'export_on_construction' flagBeniamino Galvani1-9/+1
2015-11-02platform: properly handle IPv4 peer-addressesThomas Haller1-4/+5
2015-10-12ppp: do not pass NULL to g_variant_new ("(s)")Jiří Klimeš1-1/+1
2015-09-18core: separate active and applied connectionLubomir Rintel1-16/+19
2015-09-18agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller1-5/+7
2015-09-18settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller1-4/+4
2015-08-10ppp-manager: port to gdbusDan Winship1-79/+57
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-1/+0
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-9/+5
2015-07-24core: add an NMExportedObject base classDan Winship1-3/+3
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-07-24ppp-manager: trivial: move class_init functionDan Winship1-62/+62
2015-06-05core: add option to suppress error logging if nm_utils_modprobe() failsThomas Haller1-1/+1
2015-06-02ppp-manager: fix build with Linux 3.2.0 headersLubomir Rintel1-0/+1
2015-05-13Revert "ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641)"Dan Williams1-33/+12
2015-04-21platform: add self argument to platform functionsThomas Haller1-2/+2
2015-02-27core: pass ifindex as parameter to nm_ip6_config_new()Lubomir Rintel1-2/+1
2015-02-27core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams1-2/+1
2015-02-27ip6-config: keep track of ifindexLubomir Rintel1-0/+2
2015-02-27ip4-config: keep track of ifindexLubomir Rintel1-0/+1
2015-01-21ppp-manager: new async stop() method to request stop and wait for it to completeAleksander Morgado1-3/+108
2015-01-19core: use nm_utils_modprobe()Thomas Haller1-2/+1
2015-01-19core: add nm_utils_setpgid(), and use itDan Winship1-10/+2
2015-01-19core: use GUnixSignalWatchSource to simplify signal handlingDan Winship1-7/+0
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-10-28libnm-core: add nm-core-types.h, remove cross-includesDan Winship1-7/+1
2014-10-22core: drop all remaining core-internal error domainsDan Winship1-18/+4
2014-10-20core: track origin of MTULubomir Rintel1-1/+1
2014-10-20core: Move NMPlatformSource to nm-types.hLubomir Rintel1-1/+1
2014-09-11core: consolidate helper progam searching (bgo #734131)Dan Williams1-41/+5
2014-08-19libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller1-1/+1