summaryrefslogtreecommitdiff
path: root/src/ppp
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0410-2217/+0
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-281-1/+1
* build/meson: cleanup meson files of coreThomas Haller2021-01-281-14/+10
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-281-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-059-9/+9
* ppp: drop unnecessary cast for return value of g_object_new() (manually)Thomas Haller2020-11-121-2/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-298-8/+8
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-8/+8
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-283-47/+47
* all: reformat all with new clang-format styleAntonio Cardace2020-09-288-1559/+1548
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+1
* license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-3/+3
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-2/+4
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* meson: Improve ppp build fileIñigo Martínez2019-10-011-12/+6
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-6/+2
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-1/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-018-16/+8
* core: extend nm_shutdown_wait_obj_*() to support notification via a GCancellableThomas Haller2019-09-221-2/+2
* 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