summaryrefslogtreecommitdiff
path: root/src/ppp/nm-ppp-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-1458/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* 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-291-1/+1
* 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-281-35/+35
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-1083/+1066
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+1
* 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: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* core: extend nm_shutdown_wait_obj_*() to support notification via a GCancellableThomas Haller2019-09-221-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* 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-121-2/+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
* 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: make ppp-manager cancellable via GCancellableThomas Haller2018-10-171-2/+37
* 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-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
* 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-251-98/+106
* 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
* 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-121-52/+135
* core: fix typo for parameter as "paramter"Thomas Haller2018-02-281-6/+6
* ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani2018-01-101-44/+83
* 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-101-13/+81
* 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