Dan Williams
1862ab329f
build: don't build static libraries by default
2011-03-24 12:02:29 -05:00
Dan Williams
a1fac30e6b
release: bump version to 0.8.997 (0.9.0-beta3)
2011-03-19 13:59:28 -05:00
Dan Williams
3997cc77bf
build: enable WiMAX based on whether the SDK is present or not
...
Force enable/disable still overrides autodetection.
2011-03-18 10:29:06 -07:00
Dan Williams
6b4d1d70e0
build: glib 2.22 is fine
2011-03-18 10:10:13 -07:00
Javier Jardón
6fcd9fe8a9
build: use upstream gettext instead of glib one (bgo #644264 )
2011-03-14 10:58:58 -05:00
Javier Jardón
50da718c2e
build: update configure.ac autotools configuration
...
You'll need to re-run autogen.sh after this.
2011-03-14 01:24:08 -05:00
Michael Biebl
8119ecf6b0
core: depend on stable gudev API
2011-03-10 03:19:27 -06:00
Dan Williams
d7ee1af12e
release: bump version to 0.8.996 (0.9-beta2)
2011-03-10 02:05:15 -06:00
Dan Williams
580ee0fc27
build: relax glib version requirement to 2.24
...
We only need newer glib for G_DEFINE_BOXED_TYPE, which is only
required for introspection. If you don't want introspection, you
don't need that, so allow building on glib 2.24 without.
We may be compatible with even earlier glib versions too, if so
let me know and I'll downgrade the requirement further.
2011-03-07 10:39:08 -06:00
Dan Williams
8ce5459724
release: bump version to 0.8.995 (0.9-beta1)
2011-03-04 14:42:30 -06:00
Dan Williams
5c7edb67e2
build: fix bug tracker link
2011-03-02 23:34:25 -06:00
Dan Williams
1a590cce13
include: add NM_CHECK_VERSION define
2011-03-02 17:16:27 -06:00
Dan Williams
204d2fff3c
build: bump glib requirement to 2.26 for G_DEFINE_BOXED_TYPE
2011-02-25 18:18:18 -06:00
Craig Keogh
5dbaec5f84
build: don't munge ACLOCAL_AMFLAGS from configure.ac (bgo #641450 )
...
Since that's supposed to be handled in Makefile.am
2011-02-23 13:00:27 -06:00
Dan Williams
a096d3a676
build: allow disabling PPP support at build time
...
Pass --enable-ppp=no and pppd headers won't be required, and the
pppd plugin won't be built. Here's to you, Gentoo!
2011-02-21 17:48:08 -06:00
Dan Williams
a90a7f7dd2
docs: create new master NM documentation module
2011-02-16 16:24:16 -06:00
Dan Williams
5bcb0832e5
settings: move system-settings/plugins => src/settings/plugins
2011-02-15 11:55:34 -06:00
Dan Williams
57e928d4f8
release: bump version to 0.8.992
2011-02-12 23:25:04 -06:00
Giovanni Campagna
3ebecd2a29
introspection: add GObject introspection support (bgo #637032 )
...
Add the necessary annotations (the mininum required, that is those
on return values. NULL parameters or container types may require
more), and the Autotools stuff to get a NetworkManager GIR for
libnm-util and a NMClient for libnm-glib.
2011-01-21 14:46:09 -06:00
Dan Williams
f9ceafd4a1
Merge remote branch 'origin/master' into rm-userset
2011-01-12 15:46:37 -06:00
Dan Williams
5f1a102b11
build: require Intel WiMAX SDK v1.5.1 or greater for WiMAX support
2011-01-06 17:17:18 -06:00
Dan Williams
fa0fde8cbd
release: bump version to 0.8.991 for WiMAX support
2011-01-06 17:13:38 -06:00
Dan Williams
430151d6c2
build: make WiMAX support optional
2011-01-05 18:23:08 -06:00
Dan Williams
0587ef1179
Merge remote branch 'origin/master' into wimax
2011-01-02 17:24:23 -06:00
Dan Williams
ad80a58c15
libnm-glib: add testcases and testing infrastructure
...
Tests for addition and removal of connections.
2010-12-28 17:11:27 -06:00
Dan Williams
297e3c6463
dhclient: split out dhclient config merging and add testcases
2010-12-17 23:09:20 -06:00
Dan Williams
7e5ab41d13
build: remove random leftover bits of GConf stuff
2010-12-15 18:03:49 -06:00
Dan Williams
cfaa80b261
Merge remote branch 'origin/master' into rm-userset
2010-11-16 18:08:48 -06:00
Dan Williams
568f5e073b
release: bump version to 0.8.990
...
Bump master branch version way past stable branch version for
development purposes.
2010-11-16 17:57:57 -06:00
Dan Williams
fcf87d87ae
build: one more small fix for NSS detection + pkg-config stupidity
2010-11-08 09:06:47 -06:00
Dan Williams
846d92c737
build: work around pkg-config bug #29801
...
PKG_CHECK_MODULES() succeeds even if the module's dependencies
are not satisfied, leading to empty CFLAGS and LIBS.
2010-11-07 16:31:53 -06:00
Dan Williams
68e4d31629
build: get the right NSS cflags and libs
2010-11-07 15:02:11 -06:00
Wulf C. Krueger
3b4e9dd75e
backends: add Exherbo support (bgo #634058 )
2010-11-05 13:41:20 -05:00
Dan Williams
83ab4ec2ee
settings: system-settings -> settings
2010-10-27 20:22:14 -05:00
Dan Williams
edbf4a3ca2
core: allow ConsoleKit usage to be disabled
2010-10-26 15:57:03 -05:00
Alex Vogt
d40c81b06a
linexa: add basic Linexa support
2010-10-08 23:03:10 -05:00
Jiří Klimeš
9ee41307fc
examples: add example for adding a connection in C (using glib)
2010-09-30 21:09:01 +02:00
Dan Williams
7f4a7a62c4
keyfile: clean up directory structure
...
The IO library was in io/ because I was too lazy to find autotools'
SUBDIRS rules at the time and that you could use '.' for the current
directory. Fix that and use its own error defines instead of
the system settings service. Clean up a for more things for good
measure too (like KEYFILE_DIR, etc).
2010-09-16 17:39:06 -05:00
Dan Williams
9b2b809aae
core: rename NMNamedManager -> NMDnsManager
2010-09-07 22:08:18 -05:00
Wulf C. Krueger
623f09c586
build: don't install systemd files with --without-systemdsystemunitdir (bgo #628439 )
2010-09-01 17:25:25 -05:00
Mu Qiao
38f3e5ca61
ifnet: add Gentoo system settings plugin
2010-08-24 12:09:30 -05:00
Mathieu Trudel-Lapierre
78a827813e
dhcp: fix dhclient version handling (gentoo #332157 ) (gentoo #331547 )
2010-08-24 10:13:22 -05:00
Dan Williams
31d5d82cb0
core: really fix the polkit >= 0.97 build issue
...
The function we're looking for is in libpolkit-gobject-1, not
libpolkit-1.
2010-08-13 19:12:42 -05:00
Dan Williams
f0e8055cf9
core: fix builds with polkit >= 0.97
...
polkit_authority_get() is deprecated, should use
polkit_authority_get_sync() instead.
2010-08-13 13:18:58 -05:00
Dan Williams
4397f4463a
ifupdown: add ifparser testcases
...
ENI snippets from Peter Marschall <peter@adpm.de>
2010-08-12 22:35:13 -05:00
Mathieu Trudel-Lapierre
d39fda7722
dhcp: don't fail with dhclient v3
2010-08-12 17:52:20 -05:00
Dan Williams
4b44a2bd54
core: add systemd unit support
2010-08-12 11:15:26 -05:00
Dan Williams
92babdb658
core: work around dbus-glib property access bug (CVE-2010-1172) (rh #585394 )
...
More info:
https://bugzilla.redhat.com/show_bug.cgi?id=585394
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1172
dbus-glib was not properly enforcing the 'access' permissions on
object properties exported using its API. There were 2 specific bugs:
1) dbus-glib did not enforce the introspection read/write property
permissions, so if the GObject property definition allowed write
access (which is sometimes desirable), D-Bus clients could modify
that value even if the introspection said it was read-only
2) dbus-glib was not filtering out GObject properties that were
not listed in the introspection XML. Thus, if the GObject defined
more properties than were listed in the introspection XML (which is
also often useful, and NM uses this quite a bit) those properties
would also be exposed to D-Bus clients.
To fix this completely, you need to:
1) get dbus-glib master when the patch is commited, OR grab the
patch from https://bugzilla.redhat.com/show_bug.cgi?id=585394 and
build a new dbus-glib
2) rebuild NetworkManager against the new dbus-glib
2010-08-11 15:54:08 -05:00
Jiří Klimeš
759ad39c8c
man: add a manpage for nm-online
2010-08-06 13:51:41 +02:00
Mike Auty
91e90d9d54
build: fix dhcpcd client detection
2010-08-05 15:26:41 -05:00