| Age | Commit message (Collapse) | Author |
|
- manual-means-online: If there are interfaces that are not managed by
NetworkManager because they have custom configuration in
/etc/network/interfaces, we assume to be online. This is obviously not
always correct. But reporting offline state for unmanaged devices is
causing major hassles as more and more apps rely on NM and go into
offline mode otherwise, even if there is a connection (established via
ifupdown). (Closes: #491826, #502371, #509006, #509829, #511712)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2742 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- NetworkManagerDispatcher uses the D-Bus system bus. Update the LSB
header accordingly to avoid breakages with insserv based systems.
(Closes: #500085)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2733 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2348 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2347 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Fix memory leak in src/nm-dbus-net.c. (Closes: #488604)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2346 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2189 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Add Build-Depends on pkg-config.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2187 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2161 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Add support for the "net.originating_device" key, which has replaced
the deprecated "net.physical_device" key in newer HAL versions.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2160 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Minimize downtime during upgrades. (Closes: #432322)
Restart the service in postinst instead of stop in prerm and start in
postinst.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2159 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2158 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- The pkg-config files have been fixed upstream and unnecessary
dependencies were removed. Update Depends: for libnm-glib-dev and
libnm-util-dev accordingly. (Closes: #469195)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2157 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Add support for DHCP domain-search option. (Closes: #465158)
Thanks to Bas Zoetekouw for the patch.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2156 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2155 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- NetworkManagerDispatcher.1.in has been renamed to
NetworkManagerDispatcher.8.in. Update the patch accordingly.
* debian/network-manager.manpages
- The NetworkManager and NetworkManagerDispatcher man pages have been
moved to section 8.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2154 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Ensure dbus errors are properly initialised. (Closes: #471317)
* Removed patches
- debian/patches/04-if_fix.patch (obsolete)
- debian/patches/11-man_page_sh_name.patch (merged upstream)
- debian/patches/12_readme_format.patch (merged upstream)
- debian/patches/20-stable_branch_updates_r2652.patch (merged upstream)
- debian/patches/21-endianess_fix_r2754.patch (merged upstream)
- debian/patches/22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch
(merged upstream)
- debian/patches/23-rfkill_return_type.patch (fixed upstream)
- debian/patches/24-get_mode_fix_r3122.patch (merged upstream)
- debian/patches/25-libnl_unique_pid_r3155.patch (merged upstream)
- debian/patches/26-libnl_1.0-pre8_r3206.patch (merged upstream)
- debian/patches/27-dont_repeat_errors.patch (merged upstream)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2153 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2060 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
debian/network-manager.network-manager-dispatcher.init
- Fix LSB init header. Use $remote_fs instead of $local_fs as the
daemon requires /usr to be mounted.
Remove S from Should-Stop. (Closes: #459480)
- Shorten retry-time to 5 secs on stop.
- Don't fail to start if daemon is already running.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2059 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Backported r3160 from upstream stable branch.
- Don't repeat killswitch errors too often. (Closes: #456363)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2058 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
functions.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2057 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
* debian/patches/24-get_mode_fix_r3122.patch
- Pull r3122 from upstream stable branch.
- Fix getting mode of device.
* debian/patches/25-libnl_unique_pid_r3155.patch
- Pull r3155 from stable branch.
- Ensures that the pid acquired by libnl is unique.
* debian/patches/26-libnl_1.0-pre8_r3206.patch
- Pull r3206 from upstream stable branch.
- Replaces 24-libnl1-pre8_fix.patch, which has been removed.
- Fixes a FTBFS on architectures using SIGTRAP in G_BREAKPOINT().
(Closes: #459740)
* debian/patches/13-validate_mac_addr.patch
- Drop APs with an invalid MAC address. (Closes: #461500)
Thanks to Sjoerd Simons for the patch.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2056 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2003 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Fix line break in README file. (Closes: #444038)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2001 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Set PHASE="post-up" for scripts in if-up.d and PHASE="pre-down" for
scripts in if-down.d to be compliant with ifupdown. (Closes: #452371)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@2000 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
* debian/network-manager.dirs
- Add /var/run/NetworkManager.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1964 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
* debian/patches/24-libnl1-pre8_fix.patch
- Backport support for libnl 1.0-pre8 from upstream SVN.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1963 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- The Vcs-* fields are now officially supported, so remove the XS- prefix.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1835 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- The return type of the GetPower() method from Device.Killswitch has
changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1824 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1750 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1748 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Patch from Ubuntu. Don't set the GNOME_DISABLE_DEPRECATED flag as
nm-vpn-properties requires gnome druid which has been deprecated in
GTK+ 2.12.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1747 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Use the new "Homepage:" field to specify the upstream URL.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1746 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
missing
* debian/network-manager.manpages
- Install nm-vpn-properties manpage.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1745 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Fixes a problem with ASCII passphrases on big-endian systems due to a missing
config.h include. (Closes: 391364)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1744 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1681 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Add support for at_console dbus access check. (Closes: #426462)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1679 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
remove libpanel-applet2-dev.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1678 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
+ Remove the copyright notices for files which are now in the nm-applet
source package.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1677 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Pull updates from the stable branch up until revision 2652.
- Fixes broken link detection and a couple of smaller issues.
- Adds support for the rfkill switch.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1676 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
longer build the network-manager-gnome binary package from this source
package.
- Removed files that are now part of the new nm-applet source package
+ debian/network-manager-gnome.README.Debian
+ debian/patches/10-po_fr.patch
+ debian/patches/14-po_de.patch
+ debian/patches/03-dbus_access_nm_applet.patch
+ debian/network-manager-gnome.manpages
+ debian/nm-applet.sgml
+ debian/network-manager.install
+ debian/network-manager-gnome.install
- debian/control
+ Remove the binary package network-manager-gnome.
+ Add Conflicts/Replaces: network-manager-gnome (<< 0.6.5-1) as
nm-vpn-properties is now part of the network-manager binary package.
+ Update Build-Depends. Add autotools-dev and libglib2.0-dev, remove
libpanel-applet2-dev.
- debian/rules
+ Do not build the nm-applet.1 manpage anymore.
+ Exclude nm-vpn-properties from dh_shlibdeps. This is a temporary
workaround until this binary has also been moved into the nm-applet
source package.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1675 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- debian/patches/11-man_page_sh_name.patch
- debian/patches/05-debian_backend.patch
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1674 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Do not parse /var/lib/dpkg/status directly but use dpkg-query instead.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1673 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Runs wpa_supplicant in less verbose mode. (Closes: #375302, #431562)
- Adds support for LEAP and phase two authentication.
(Closes: #420959, #402747)
* Removed patches that were merged upstream
- debian/patches/09_fix_bigendian_words.patch
- debian/patches/12_dbus1.0.patch
- debian/patches/13-wep_capabilities
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1672 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1438 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Rename the start script properly so they are picked up by dh_installinit
- Start them at S26, stop them at K14
- preinst,postinst,postrm:
Make sure, the old conffiles for NetworkManager(Dispatcher) are removed/renamed properly.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1434 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1393 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
Set Riccardo and myself as Uploaders.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1322 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
- Only call nscd -i hosts when nscd is installed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402436
- Set status variable to return code of ifup/ifdown
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415642
- Remove mDNSResponder restart. Obosoleted by Avahi which doesn't need that.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1321 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1320 ceb527fc-18e6-0310-9fe2-813c157c29e7
|
|
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414187
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1319 ceb527fc-18e6-0310-9fe2-813c157c29e7
|