summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-28Release version 1.0.6-1 to unstableHEADdebian/1.0.6-1masterMichael Biebl1-2/+2
2015-08-28Fix command line parsing in nmcliMichael Biebl3-0/+36
Patch cherry-picked from upstream Git.
2015-08-28Use GnuTLS crypto API instead of gcryptMichael Biebl4-2/+580
Patch cherry-picked from upstream Git. Closes: #748675
2015-08-28Drop debian/patches/Mark-virtual-ethernet-interfaces-as-unmanaged.patchMichael Biebl3-70/+3
This patch is obsolete, since upstream provides a udev rules based mechanism now to mark virtual interfaces as unmanaged. Closes: #794083
2015-08-28Update symbols file for libnm0 and libnm-glib4.Michael Biebl3-0/+16
2015-08-28Refresh patches.Michael Biebl6-17/+18
2015-08-28New upstream release.Michael Biebl1-0/+6
2015-08-28Merge tag 'upstream/1.0.6'Michael Biebl181-1200/+5479
Upstream version 1.0.6
2015-08-28Imported Upstream version 1.0.6upstream/1.0.6upstreamMichael Biebl181-1200/+5479
2015-07-30Release version 1.0.4-1 to unstabledebian/1.0.4-1Michael Biebl1-2/+2
2015-07-14Use g_signal_handlers_disconnect_by_func() to simplify some codeMichael Biebl1-17/+15
2015-07-14Drop obsolete Breaks from pre-wheezy.Michael Biebl2-8/+2
2015-07-14Update symbols file for libnm0.Michael Biebl2-0/+4
2015-07-14Refresh patches.Michael Biebl10-64/+34
2015-07-14New upstream release.Michael Biebl1-0/+6
2015-07-14Merge tag 'upstream/1.0.4'Michael Biebl636-49592/+42203
Upstream version 1.0.4
2015-07-14Imported Upstream version 1.0.4upstream/1.0.4Michael Biebl636-49592/+42203
2015-05-07Release version 1.0.2-2 to unstabledebian/1.0.2-2Michael Biebl1-2/+2
2015-05-07Fix fallback paths when writing resolv.confMichael Biebl3-0/+37
Closes: #784587
2015-05-06Release version 1.0.2-1 to unstabledebian/1.0.2-1Michael Biebl1-2/+2
2015-05-06Fix path to the iscsiadm binary in the ibft pluginMichael Biebl3-0/+25
2015-05-06Enable and install the ibft pluginMichael Biebl3-0/+4
This plugin queries the 'iscsiadm' tool and generates connections based on the firmware configuration.
2015-05-06Rebase patches.Michael Biebl14-60/+38
2015-05-06Make no-patch-numbers the default for gbp pq to avoid unnecessary noise.Michael Biebl2-0/+3
2015-05-05New upstream release.Michael Biebl1-0/+6
2015-05-05Merge tag 'upstream/1.0.2'Michael Biebl652-89837/+110869
Upstream version 1.0.2
2015-05-05Imported Upstream version 1.0.2upstream/1.0.2Michael Biebl652-89837/+110869
2015-04-27Release version 1.0.0-5 to unstabledebian/1.0.0-5Michael Biebl1-0/+6
2015-04-27Update outdated comment about group netdevMichael Biebl1-1/+2
The netdev group is no longer used in the D-Bus policy but can be used via PolicyKit to grant access to org.freedesktop.NetworkManager.settings.modify.system
2015-04-27Switch debian-branch back to masterMichael Biebl1-1/+1
2015-03-31Release version 1.0.0-4 to experimentaldebian/1.0.0-4experimentalMichael Biebl1-2/+2
2015-03-31Bump version check in preinst for the cleanup routineMichael Biebl2-2/+4
to match the experimental version.
2015-03-31Merge changes from master branch.Michael Biebl5-0/+131
* Don't make NetworkManager D-Bus activatable. If the daemon has been stopped manually, we don't want it to be autostarted by client requests. (Closes: #760998) * Don't block network.target on NetworkManager-wait-online.service. While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Release version 0.9.10.0-7 to unstabledebian/0.9.10.0-7Michael Biebl1-2/+2
2015-03-31Don't block network.target on NetworkManager-wait-online.serviceMichael Biebl3-0/+61
While at it, add a few other minor fixes like the addition of Documentation or RemainAfterExit=yes.
2015-03-31Don't make NetworkManager D-Bus activatableMichael Biebl4-0/+55
If the daemon has been stopped manually, we don't want it to be autostarted by client requests. Closes: #760998
2015-02-09Release version 0.9.10.0-6 to unstabledebian/0.9.10.0-6Michael Biebl1-2/+2
2015-02-09Update changelogMichael Biebl1-0/+9
2015-02-09Do not assert when a device is enslaved externallyMichael Biebl2-0/+61
Fixes crash when running something like 'brctl addif br0 eth0'. Closes: #773216
2015-02-09Detect at runtime whether to start ModemManagerMichael Biebl2-0/+72
When not running under systemd, start ModemManager via dbus activation. Closes: #770871
2015-02-09Release version 1.0.0-3 to experimentaldebian/1.0.0-3Michael Biebl1-2/+2
2015-02-09Update changelogMichael Biebl1-1/+3
2015-02-09Don't install nm-settings-ifcfg-rh.5 man pageMichael Biebl2-0/+33
We don't enable the ifcfg-rh plugin in the Debian package.
2015-02-09Detect at runtime whether to start ModemManagerMichael Biebl2-0/+71
When not running under systemd, start ModemManager via dbus activation. Closes: #770871
2015-02-02Add strictly versioned Depends on libnm0 to libnm-dev.Michael Biebl2-0/+7
2015-02-02Release version 1.0.0-2 to experimentaldebian/1.0.0-2Michael Biebl1-2/+2
2015-01-28Update Vcs-Browser URL to use cgit and https.Michael Biebl2-1/+2
2015-01-23Enable polkit agent support for the CLI tools.Michael Biebl3-0/+3
2015-01-23Enable Bluez5 DUN support.Michael Biebl3-2/+10
2015-01-23Release version 1.0.0-1 to experimentaldebian/1.0.0-1Michael Biebl1-2/+2