summaryrefslogtreecommitdiff
path: root/src/ppp-manager/nm-ppp-manager.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-01libnm, core, cli, tui: fix the capitalization of various typesDan Winship1-7/+7
2014-08-01all: port everything to libnmDan Winship1-1/+1
2014-07-23ppp: add IPv6 supportDan Williams1-25/+129
2014-07-23core: fill in nm-types.h, clean out other headersDan Winship1-0/+1
2014-07-10core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller1-27/+2
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-4/+3
2014-05-09ppp: avoid pppd exiting when no traffic going throughAleksander Morgado1-0/+4
2014-04-14ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641)Dan Winship1-28/+60
2014-04-14ppp-manager: find pppd at build time, allow overridingDan Winship1-7/+8
2014-04-14ppp-manager: trivial: fix tabs/spacesDan Winship1-24/+24
2014-04-14ppp-manager: minor GObject boilerplate cleanupsDan Winship1-28/+11
2014-01-24core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams1-0/+1
2013-12-20logging: tweak logging-enabled functionsDan Winship1-2/+1
2013-12-02platform/core: add back support for PtP/peer addresses (rh #1018317)Dan Winship1-1/+1
2013-09-02trivial: remove trailing TABsJiří Klimeš1-1/+1
2013-09-02ppp: fix getting username/password for Bluetooth connections (bgo #701507)Jiří Klimeš1-14/+29
2013-07-20core: switch nm-ip4-config's NMIP[46]Address to NMPlatformIP[46]AddressPavel Šimerda1-9/+8
2013-05-20core: convert the DBus manager to a single-ref objectDan Williams1-17/+5
2013-05-08core: use non-recursive buildDan Winship1-1/+1
2013-05-08libnm-glib, core: use g_cclosure_marshal_genericDan Winship1-23/+19
2013-03-25ppp: ignore errors getting final PPP statsDan Williams1-1/+2
2012-06-26mobile: enable IPv6CPTore Anderson1-0/+4
2012-05-21core: unblock signals for child processes we spawn out of NM (rh #739836)Jiří Klimeš1-1/+8
2012-05-18adsl: talk ADSL ioctls directly and kill usage of br2684ctlDan Williams1-4/+1
2012-05-18adsl: initial PPPoE support for ADSL devicesPantelis Koukousoulas1-19/+30
2012-05-18adsl: carrier handling and PPPoA supportPantelis Koukousoulas1-1/+29
2012-03-28ppp: don't use struct ifpppstatsreq that was removed from linux/ip_ppp.hJiří Klimeš1-5/+7
2012-01-16ppp: change handling of lcp-echo-failure and lcp-echo-interval (bgo #663970)Jiří Klimeš1-7/+1
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-4/+4
2011-09-30core: Include <linux/if.h> instead of <net/if.h>Thomas Graf1-1/+1
2011-09-14ppp: pass novj through to pppdGerald1-0/+2
2011-05-19ppp: enable pppd debug logging when PPP log domain is enabled for debugginDan Williams1-2/+6
2011-04-19ppp: be more paranoid about cleaning PPP manager upDan Williams1-9/+24
2011-03-29core: add nm-secrets-flags.h for secret agent flags typedefDan Williams1-2/+2
2011-03-15trivial: let g_free and g_strdup handle NULL (bgo #644763)Kjartan Maraas1-2/+1
2011-02-25ppp: fix warning when PPP support is disabledDan Williams1-1/+4
2011-02-21build: allow disabling PPP support at build timeDan Williams1-0/+9
2011-01-27core: move secrets handling to NMSettingsConnectionDan Williams1-2/+2
2011-01-26agents: filter agents by UID for user-requested connectionsDan Williams1-1/+0
2011-01-18core: use GetSecrets flags everywhereDan Williams1-5/+9
2010-12-13core: simplify secrets handling during activationDan Williams1-96/+116
2010-10-08build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams1-0/+1
2010-07-21core: don't require PPP setting for PPPoE connections (bgo #623744)Dan Williams1-9/+23
2010-04-06ppp: update loggingDan Williams1-37/+37
2009-11-23ppp: increase PPPoE pppd timeout to 30 secondsDan Williams1-2/+2
2009-07-01ppp: wait 20 seconds (instead of 15) for PPP connections to come upDan Williams1-1/+1
2009-06-11everything: use libgudev instead of HAL; merge NM and nm-system-settingsDan Williams1-6/+6
2009-02-05ppp: don't require separate bus name for pppd plugin communicationDan Williams1-32/+3
2009-01-28ppp: always use 'noauth'Dan Williams1-2/+6
2009-01-26ppp: honor MTU from PPP settingDan Williams1-0/+10