summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: port to gdbus [WIP]danw/wip/libnmDan Winship2014-07-2286-4102/+2854
* libnm: drop libnm IP-address-array types, use G_TYPE_STRVDan Winship2014-07-227-243/+75
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-07-227-91/+31
* libnm: drop NM_TYPE_STRING_ARRAY, use G_TYPE_STRVDan Winship2014-07-228-175/+60
* libnm-core: change DCB DBUS_TYPE_G_UINT_ARRAY properties to G_TYPE_ARRAYDan Winship2014-07-223-29/+67
* libnm-core: change DBUS_G_TYPE_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-07-2238-618/+701
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-07-2217-156/+206
* libnm: improve NMSettingIP4Config / NMSettingIP6Config property typesDan Winship2014-07-2217-584/+951
* libnm-core: change map-of-string properties to G_TYPE_HASH_TABLEDan Winship2014-07-228-24/+46
* libnm-core: change list-of-string and array-of-string properties to G_TYPE_STRVDan Winship2014-07-2220-292/+266
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-07-2267-1133/+695
* libnm-core: rename NMParamSpecSpecialized to NMParamSpecDbusDan Winship2014-07-2222-696/+527
* core: update data types of some hwaddr propertiesDan Winship2014-07-2212-161/+148
* libnm-core, etc: add nm_utils_hwaddr_equal()Dan Winship2014-07-2227-133/+306
* libnm-core, etc: drop deprecated hwaddr funcs, port to new onesDan Winship2014-07-2271-281/+149
* all: remove use of struct ether_addrDan Winship2014-07-2229-155/+132
* libnm-util: remove NM_UTIL_PRIVATE_CALL, NMSettingIP4Config:address-labelsDan Winship2014-07-225-321/+16
* all: port everything to libnmDan Winship2014-07-22144-730/+445
* libnm: port NMRemoteSettings to NMObjectDan Winship2014-07-225-733/+263
* libnm: add NMRemoteConnection:visible propertyDan Winship2014-07-224-28/+68
* libnm: make test-remote-settings-service.py emit signalsDan Winship2014-07-221-2/+7
* libnm-glib: remove redundant NM name watching codeDan Winship2014-07-223-177/+69
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-07-2293-28/+336
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-07-2230-50/+49
* libnm: make the the use of GInitable mandatoryDan Winship2014-07-2232-521/+185
* libnm: add register_properties() virtual method to NMObjectDan Winship2014-07-2225-377/+307
* libnm: fix up class struct reserved slotsDan Winship2014-07-2257-284/+85
* libnm: remove _new functions from NMObject subclassesDan Winship2014-07-2245-572/+5
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-07-2226-247/+276
* libnm: fix the capitalization of various typesDan Winship2014-07-2223-486/+486
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-07-2262-578/+0
* libnm: remove all deprecated functions and propertiesDan Winship2014-07-2219-555/+13
* libnm: add libnm/libnm-core [PART 2] [TO BE SQUASHED]Dan Winship2014-07-2222-1337/+88
* libnm: add libnm/libnm-core [PART 1]Dan Winship2014-07-22167-0/+71066
* merge: DHCP client code cleanups and simplification (bgo #732965)Dan Williams2014-07-2214-2258/+1892
|\
| * dhcp: add client hardware address and priority accessorsDan Williams2014-07-222-0/+20
| * dhcp: allow clients to retrieve DUID after DHCPv6 startDan Williams2014-07-222-0/+10
| * dhcp: make DUID-to-string function available to subclassesDan Williams2014-07-223-25/+27
| * dhcp: pass IPv6 privacy preference to client classDan Williams2014-07-227-9/+22
| * dhcp: pass individual options to DHCP instead of NMSettingIPxConfigDan Williams2014-07-223-23/+18
| * dhcp: consolidate more state logic in nm_dhcp_client_set_state()Dan Williams2014-07-222-27/+23
| * dhcp: trivial: move state table and state string functions earlierDan Williams2014-07-221-40/+42
| * dhcp: pass DHCP options with BOUND state changeDan Williams2014-07-224-107/+95
| * dhcp: convert options testcases to g_assert()Dan Williams2014-07-221-257/+133
| * dhcp: filter DHCP options when setting themDan Williams2014-07-225-108/+102
| * dhcp: pass IP config in state signalDan Williams2014-07-224-75/+55
| * dhcp: consolidate and simplify DHCP options testsDan Williams2014-07-225-247/+84
| * dhcp: split out DHCP options processingDan Williams2014-07-224-644/+713
| * dhcp: find existing clients by ifindex, not interface nameDan Williams2014-07-221-8/+6
| * dhcp: remove the client REMOVE signalDan Williams2014-07-223-67/+14