summaryrefslogtreecommitdiff
path: root/src/ppp-manager
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppp: don't use struct ifpppstatsreq that was removed from linux/ip_ppp.hJiří Klimeš2012-03-281-5/+7
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-221-0/+2
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-3/+3
* ppp: change handling of lcp-echo-failure and lcp-echo-interval (bgo #663970)Jiří Klimeš2012-01-161-7/+1
* build: fix srcdir != builddirColin Walters2012-01-091-0/+1
* core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf2011-12-061-4/+4
* core: Include <linux/if.h> instead of <net/if.h>Thomas Graf2011-09-301-1/+1
* ppp: pass novj through to pppdGerald2011-09-141-0/+2
* ppp: enable pppd debug logging when PPP log domain is enabled for debugginDan Williams2011-05-191-2/+6
* ppp: make prototypes more validDan Williams2011-04-261-2/+2
* ppp: be more paranoid about cleaning PPP manager upDan Williams2011-04-192-11/+24
* core: add nm-secrets-flags.h for secret agent flags typedefDan Williams2011-03-291-2/+2
* ppp: remove unused fileMichael Biebl2011-03-211-14/+0
* trivial: let g_free and g_strdup handle NULL (bgo #644763)Kjartan Maraas2011-03-151-2/+1
* ppp: fix warning when PPP support is disabledDan Williams2011-02-251-1/+4
* build: allow disabling PPP support at build timeDan Williams2011-02-212-0/+13
* core: move secrets handling to NMSettingsConnectionDan Williams2011-01-271-2/+2
* agents: filter agents by UID for user-requested connectionsDan Williams2011-01-261-1/+0
* core: use GetSecrets flags everywhereDan Williams2011-01-181-5/+9
* core: simplify secrets handling during activationDan Williams2010-12-132-103/+117
* build: include <config.h> for kill(2), isblank(3), and isascii(3)Dan Williams2010-10-081-0/+1
* build: enable AM_SILENT_RULES (bgo #625263)Pablo Castellano2010-08-031-1/+1
* core: don't require PPP setting for PPPoE connections (bgo #623744)Dan Williams2010-07-211-9/+23
* logging: move logging into its own subdirDan Williams2010-04-061-0/+2
* ppp: update loggingDan Williams2010-04-061-37/+37
* ppp: plugin doesn't need to #include <nm-utils.h>Dan Williams2010-04-061-1/+0
* ppp: increase PPPoE pppd timeout to 30 secondsDan Williams2009-11-232-2/+3
* ppp: add minimal debugging output to the ppp pluginDan Williams2009-10-051-9/+32
* build: remove unused references to HALDan Williams2009-08-201-1/+0
* build: always link locally-built libraries first (bgo #580131)Dan Williams2009-08-201-4/+4
* ppp: wait 20 seconds (instead of 15) for PPP connections to come upDan Williams2009-07-011-1/+1