summaryrefslogtreecommitdiff
path: root/src/ppp-manager
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-7/+1
* core: drop all remaining core-internal error domainsDan Winship2014-10-222-23/+4
* core: track origin of MTULubomir Rintel2014-10-201-1/+1
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-1/+1
* core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-111-41/+5
* ppp-manager: port nm-pppd-plugin from dbus-glib to gdbusDan Winship2014-09-042-120/+107
* libnm-core: fix crash in NMSettingAdsl:verify()Thomas Haller2014-08-191-1/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-162-6/+6
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-012-2/+2
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-011-2/+2
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-7/+7
* all: port everything to libnmDan Winship2014-08-012-3/+3
* ppp: add IPv6 supportDan Williams2014-07-235-36/+221
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+1
* build: more srcdir!=builddir fixesDan Winship2014-07-151-1/+0
* build: fix srcdir!=builddir build after previous mergeDan Winship2014-07-151-0/+1
* libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship2014-07-151-0/+1
* core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller2014-07-101-27/+2
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-4/+3
* all: g_type_init() has been deprecated in GLib 2.35.0Jiří Klimeš2014-05-271-0/+2
* ppp: avoid pppd exiting when no traffic going throughAleksander Morgado2014-05-091-0/+4
* all: fix various warnings detected with coverityThomas Haller2014-05-021-2/+3
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-231-0/+1
* ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641)Dan Winship2014-04-141-28/+60
* ppp-manager: find pppd at build time, allow overridingDan Winship2014-04-141-7/+8
* ppp-manager: trivial: fix tabs/spacesDan Winship2014-04-142-27/+27
* ppp-manager: minor GObject boilerplate cleanupsDan Winship2014-04-141-28/+11
* build: add some missing -DNM_VERSION_MAX_ALLOWEDDan Winship2014-04-071-0/+1
* core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-241-0/+1
* logging: tweak logging-enabled functionsDan Winship2013-12-201-2/+1
* platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship2013-12-021-1/+1
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-7/+6
* trivial: remove trailing TABsJiří Klimeš2013-09-021-1/+1
* ppp: fix getting username/password for Bluetooth connections (bgo #701507)Jiří Klimeš2013-09-021-14/+29
* build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happyDan Winship2013-08-221-6/+4
* core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda2013-07-201-9/+8
* core: convert the DBus manager to a single-ref objectDan Williams2013-05-201-17/+5
* core: use non-recursive buildDan Winship2013-05-082-44/+4
* libnm-glib, core: use g_cclosure_marshal_genericDan Winship2013-05-081-23/+19
* ppp: ignore errors getting final PPP statsDan Williams2013-03-251-1/+2
* build: remove G_DISABLE_DEPRECATEDColin Walters2012-10-311-1/+0
* build: fix up includes; prefer builddir over srcdirDan Williams2012-08-061-3/+3
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-271-1/+1
* mobile: enable IPv6CPTore Anderson2012-06-261-0/+4
* core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš2012-05-212-2/+11
* adsl: talk ADSL ioctls directly and kill usage of br2684ctlDan Williams2012-05-181-4/+1
* adsl: initial PPPoE support for ADSL devicesPantelis Koukousoulas2012-05-181-19/+30
* adsl: carrier handling and PPPoA supportPantelis Koukousoulas2012-05-181-1/+29