summaryrefslogtreecommitdiff
path: root/src/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* exported-object: use NM_EXPORT_PATH_NUMBERED() macroThomas Haller2017-01-031-1/+1
* act-request: allow omitting the @self argument in nm_act_request_cancel_secre...Thomas Haller2016-12-201-0/+1
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-2/+2
* ppp: split ppp manager into a pluginBeniamino Galvani2016-12-067-58/+305
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* build: rename "src/ppp-manager" to "src/ppp"Thomas Haller2016-11-215-0/+1809