summaryrefslogtreecommitdiff
path: root/src/ppp
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-108-112/+8
* core/pppd-plugin: wait to recover port settings before notifying deathAlfonso Sánchez-Beato2019-06-141-3/+18
* all: drop emacs file variables from source filesThomas Haller2019-06-118-8/+0
* core/pppd-plugin: use GDBusConnection in "nm-pppd-plugin.c"Thomas Haller2019-05-131-97/+109
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-2/+2
* all: cache errno in local variable before using itThomas Haller2019-02-121-9/+15
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-123-4/+0
* core: pass hints as strv to nm_act_request_get_secrets()Thomas Haller2019-02-051-5/+5
* ppp-manager: fix a typo in a debugging statementLubomir Rintel2019-01-271-2/+2
* build: meson: Add trailing commasIñigo Martínez2018-12-201-4/+4
* core: use streq() instead of strcmp() for comparing ip-config methodsThomas Haller2018-12-131-2/+2
* core: use addr-family argument for nm_utils_get_ip_config_method()Thomas Haller2018-12-131-2/+2
* ppp: replace NMCmdLine API with plain GPtrArray in create_pppd_cmd_line()Thomas Haller2018-12-031-146/+85
* ppp: check ppp status against correct typeSven Schwermer2018-10-221-1/+1
* ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-174-3/+41
* ppp: cleanup logging in impl_ppp_manager_set_ifindex()Thomas Haller2018-09-121-7/+6
* ppp: downgrade warning about repeated SetIfindex calls from ppp pluginThomas Haller2018-09-121-1/+4
* ppp: avoid strncpy() in ppp plugin nm_phasechange()Thomas Haller2018-09-121-1/+1
* ppp-manager: avoid crash with nonexisting link in impl_ppp_manager_set_ifindex()Thomas Haller2018-09-111-1/+5
* ppp-manager: fix pppd not exiting correctly on modem hangupFrederic Danis2018-09-111-1/+3
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-3/+3
* build/meson: fix meson build without pppdThomas Haller2018-07-091-0/+4
* ppp-manager: use configured pppd pathJan Tojnar2018-07-091-1/+1
* core: add and use NM_SHUTDOWN_TIMEOUT_MS as duration that we plan for shutdownThomas Haller2018-05-251-1/+2
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-255-137/+136
* ppp-manager/trivial: rename variables holding self pointersThomas Haller2018-05-251-64/+64
* ppp-manager: refactor killing pppd process by using _ppp_kill() functionThomas Haller2018-05-251-24/+25
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* core/dbus: rework creating numbered D-Bus export path by putting counter into...Thomas Haller2018-03-131-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-122-53/+135
* core: fix typo for parameter as "paramter"Thomas Haller2018-02-281-6/+6
* ppp/plugin: use g_strlcpy()Lubomir Rintel2018-02-121-15/+4
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-2/+0
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-7/+5
* ppp: update interface name in the plugin after NM changes itBeniamino Galvani2018-01-101-6/+18
* ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani2018-01-103-44/+100
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Use string variables extensivelyIñigo Martínez2018-01-101-2/+2
* meson: Improve dependency systemIñigo Martínez2018-01-101-11/+6
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-082-7/+10
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+0
* build: use template files for enum types' sources generationIñigo Martínez2017-12-181-1/+1
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+49
* core: refactor NMActRequestGetSecretsCallId typedef not to be a pointer to st...Thomas Haller2017-11-241-2/+2
* core: use nm_close()Beniamino Galvani2017-10-191-1/+1
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-105-14/+111
* core: ppp: use a different unit for each activationBeniamino Galvani2017-08-051-0/+10
* ppp: fix generation of IP config received from pppdBeniamino Galvani2017-07-281-15/+15