summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: refactor reapply_connection()lr/reapplyThomas Haller2016-01-102-237/+195
* audit: allow passing GDBusMethodInvocation context to audit methodsThomas Haller2016-01-102-16/+28
* device: apply the firewall zone and metered state on Reapply()Lubomir Rintel2016-01-101-30/+63
* device: add possibility to reapply the ipv6 settingsLubomir Rintel2016-01-101-0/+53
* device: add possibility to reapply the ipv4 settingsLubomir Rintel2016-01-101-10/+66
* cli: add nmcli d reapplyLubomir Rintel2016-01-103-3/+138
* libnm: add nm_device_reapply()Lubomir Rintel2016-01-103-0/+140
* device: add O.FD.NM.Device.Reapply() callLubomir Rintel2016-01-102-0/+191
* device: refactor the ip cleanupLubomir Rintel2016-01-101-21/+40
* trivial: fix whitespaceThomas Haller2016-01-081-4/+4
* ca: update Catalan (ca) translation (bgo #760147)Jordi Mas2016-01-081-1760/+3026
* contrib/rpm: install pre-up dispatcher script "10-ifcfg-rh-routes.sh" as no-waitThomas Haller2016-01-082-1/+6
* manager: get rid of unused definesBeniamino Galvani2016-01-071-2/+0
* gitignore: ignore "include/" directoryThomas Haller2016-01-071-0/+1
* build: minor change creating symlinks in install-exec-hook for nmtuiThomas Haller2016-01-071-2/+2
* build: use symlinks for nmtuiMichael Biebl2016-01-072-1/+3
* core: merge branch 'bg/device-zero-mac-fix-rh1288110'Beniamino Galvani2016-01-074-47/+77
|\
| * device: wait for valid MAC before making ethernet devices availableBeniamino Galvani2016-01-073-5/+45
| * device/trivial: split out nm_device_update_initial_hw_address()Beniamino Galvani2016-01-071-21/+29
| * core: simplify generation of default connection for new devicesBeniamino Galvani2016-01-072-23/+5
|/
* wifi: merge branch 'th/wifi-device-creation-bgo760154'Thomas Haller2016-01-064-70/+66
|\
| * wifi: refactor creation of NMDeviceWifi/NMDeviceOlpcMesh to initialize in con...Thomas Haller2016-01-062-34/+13
| * wifi: don't fail construction of NMDeviceWifi in constructorThomas Haller2016-01-064-33/+40
| * wifi-olpc: refactor NMDeviceOlpcMesh to hold pointer to NMManagerThomas Haller2016-01-061-5/+15
| * wifi: use "bool" members instead of gboolean in NMDeviceWifiPrivate structThomas Haller2016-01-061-2/+2
|/
* merge: branch 'bg/helper-macros-bgo760149'Beniamino Galvani2016-01-0640-289/+128
|\
| * core: cache pointer to private-data in NMIP{4,6}Config structureBeniamino Galvani2016-01-064-12/+32
| * core: use NM_PLATFORM_GET instead of nm_platform_get() in function callsBeniamino Galvani2016-01-065-10/+10
| * core: use nm_clear_g_signal_handler() where possibleBeniamino Galvani2016-01-065-46/+11
| * core: always use gulong to store signal handler idsBeniamino Galvani2016-01-0615-28/+28
| * core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-0622-193/+47
| * core: fix signedness of NMPolicyPrivate.reset_retries_idBeniamino Galvani2016-01-061-1/+1
|/
* ifcfg-rh: fix utils_detect_ifcfg_path() argumentBeniamino Galvani2016-01-061-1/+1
* ifcfg-rh: only accept ifcfg base paths in impl_ifcfgrh_get_ifcfg_details()Thomas Haller2016-01-061-1/+11
* device/infiniband: take interface down to set transport modeBeniamino Galvani2016-01-051-1/+4
* core: merge branch 'bg/ppp-device-fixes-rh1268617'Beniamino Galvani2016-01-052-3/+5
|\
| * device: update @ip_iface only if IP interface existsBeniamino Galvani2016-01-051-3/+4
| * ppp-manager: clear @ppp_watch_id upon pppd terminationBeniamino Galvani2016-01-051-0/+1
|/
* platform: ensure _nl_send_auto_with_seq() returns 0 on successThomas Haller2016-01-041-2/+3
* platform/trivial: remove extra indention in constructed()Thomas Haller2016-01-041-30/+28
* ppp-manager: initialize MTU to zero when not specifiedBeniamino Galvani2016-01-041-4/+5
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-0475-537/+1076
|\
| * systemd: update code from upstreamThomas Haller2016-01-0470-426/+1057
* | platform/tests: avoid test failure in test_ip6_address_general()Thomas Haller2016-01-041-0/+3
* | device: reset the capabilities to class defaults when reseting themLubomir Rintel2016-01-041-0/+2
* | vlan: make connection available if the device is not realLubomir Rintel2016-01-041-0/+13
* | libnm: merge branch 'th/libnm-test-invalid-connection'Thomas Haller2015-12-2669-683/+1459
|\ \
| * | libnm/tests: add tests for libnm handling invalid connectionsThomas Haller2015-12-262-0/+498
| * | libnm-glib: avoid use-after-free when replace_settings() failsThomas Haller2015-12-261-0/+7
| * | libnm/tests: add test code driving python test serviceThomas Haller2015-12-262-0/+179