summaryrefslogtreecommitdiff
path: root/src/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: pass NMDedupMultiIndex instance to NMIP4Config and otherThomas Haller2017-07-051-2/+4
* ppp: fix cancelling timeout when pppd process exitsThomas Haller2017-06-091-0/+1
* ppp: cleanup logging pppd exit reason in ppp_watch_cbThomas Haller2017-06-091-20/+16
* ppp: don't log newlinesThomas Haller2017-06-091-2/+2
* ppp: refactor ppp_exit_code() to split out error to string conversionThomas Haller2017-06-091-63/+26
* ppp/trivial: fix whitespaceThomas Haller2017-06-091-38/+38
* ppp: inline and drop trivial function remove_timeout_handler()Thomas Haller2017-06-091-10/+2
* ppp: unexport NMPPPManager instance on dispose()Thomas Haller2017-06-071-0/+4
* ppp: cast int argument for variadic g_signal_emit(NM_PPP_MANAGER_STATE_CHANGE...Thomas Haller2017-06-071-3/+3
* ppp: allow disabling IPv4 tooDan Williams2017-04-181-3/+28
* ppp: only request IPV6CP when IPv6 is enabled in the connectionDan Williams2017-03-221-4/+12
* modem: cleanup integer types for ppp-stats signalth/modem-signal-cleanupThomas Haller2017-02-231-3/+4
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-101-4/+5
* ppp: use defines for signal namesThomas Haller2017-01-162-5/+9