summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: start glib-ifying NMSecretAgent APIsdanw/test-secret-agentDan Winship2014-09-056-170/+546
* libnm: add test-secret-agentDan Winship2014-09-054-3/+735
* libnm: NMSecretAgent shouldn't check peer UID on session busDan Winship2014-09-051-3/+17
* libnm: drop NMObject:dbus-connectionDan Winship2014-09-058-116/+43
* libnm: assert that dbus_connection_allocate_data_slot() doesn't failDan Winship2014-09-051-9/+5
* libnm-core: fix NMSettingDcbDan Winship2014-09-051-2/+2
* libnm: handle all-default settings in nm_setting_to_hash() properlyThomas Haller2014-09-052-7/+1
* examples: fix python GI examples to work after libnm changesJiří Klimeš2014-09-055-76/+56
* libnm: add missing (transfer) annotations for return valuesJiří Klimeš2014-09-052-13/+17
* utils: use gssize (signed) 'len' parameter in nm_ethernet_address_is_valid()Jiří Klimeš2014-09-052-8/+11
* dhcp: fix g_error_free() called with a bad argumentJiří Klimeš2014-09-051-1/+1
* Port non-libnm*-based code to GDBus (bgo #622927)Dan Winship2014-09-0418-986/+761
|\
| * examples: port dbus-glib-based examples to gdbusDan Winship2014-09-0414-628/+559
| * ppp-manager: port nm-pppd-plugin from dbus-glib to gdbusDan Winship2014-09-042-120/+107
| * dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbusDan Winship2014-09-042-238/+95
|/
* merge: handle IPv6 link-local addresses from userspace when possible (bgo #73...Dan Williams2014-09-045-12/+326
|\
| * core: take over IPv6LL address management if kernel supports it (bgo #734149)Dan Williams2014-09-041-11/+135
| * platform: add support for kernel IPv6LL address generation modesDan Williams2014-09-044-1/+191
|/
* merge: fix some nmtui password issues (bgo #733002)Dan Williams2014-09-042-2/+20
|\
| * tui: fix updating of NmtPasswordFields passwords (bgo #733002)Dan Williams2014-09-041-0/+4
| * tui: fix requesting and displaying secretsDan Williams2014-09-041-2/+16
|/
* libnm: simplify property types [bgo #734492]Dan Winship2014-09-0437-1054/+418
|\
| * libnm: fix NMIP4Config/NMIP6Config addresses/routes propertiesDan Winship2014-09-0413-206/+29
| * libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-09-049-248/+75
| * libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-0415-77/+55
| * libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-0416-224/+148
| * libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-0410-98/+36
| * libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-09-0410-177/+60
| * libnm: simplify NMDevice:state-reasonDan Winship2014-09-043-32/+23
|/
* libnm-core: add NMSetting property transforms, improve object property types ...Dan Winship2014-09-04128-4534/+4362
|\
| * libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-09-043-23/+79
| * libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-0440-729/+847
| * libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-0418-159/+224
| * libnm-core: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-09-0426-1239/+1274
| * libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-09-0411-89/+115
| * libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-09-0426-392/+295
| * libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-0471-1278/+867
| * libnm-core: add _nm_setting_class_transform_property()Dan Winship2014-09-042-5/+93
| * libnm-core: drop NMParamSpecSpecialized, add nm_property_compare()Dan Winship2014-09-0423-426/+311
| * libnm-core: fix up the new property-comparison test programDan Winship2014-09-044-62/+102
| * libnm-core: split the test program out of nm-param-spec-specialized.cDan Winship2014-09-042-335/+358
|/
* libnm-core: drop virtual setting :interface-name props [bgo #734492]Dan Winship2014-09-0472-1063/+650
|\
| * core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-0415-114/+68
| * libnm-core: drop :interface-name properties on virtual NMSetting typesDan Winship2014-09-0415-383/+203
| * libnm-core: simplify _nm_register_setting(), register error types tooDan Winship2014-09-0427-106/+32
| * libnm-core: add property overrides to NMSettingClassDan Winship2014-09-042-8/+78
| * libnm-core: add nm_connection_is_virtual()Dan Winship2014-09-045-88/+79
| * all: stop using virtual interface-name propertiesDan Winship2014-09-0424-238/+172
| * libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-0419-157/+49
|/
* libnm-core: replace deprecated settings props with "dbus-only" props [bgo #73...Dan Winship2014-09-0433-385/+630
|\