summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all: use G_VALUE_INIT to initialize GValue variablesJiří Klimeš2013-03-258-10/+10
* ifcfg-rh: ensure missing STP property is interpreted as "off" (rh #922702)Dan Williams2013-03-224-2/+58
* dhcp: fix up testcase for "also request static-routes;"Dan Williams2013-03-211-0/+5
* dhcp: look harder for machine-id, and generate random DUID if it doesn't exis...Dan Williams2013-03-201-22/+27
* dhcp: we don't always have an NMSettingIP6Config for the DHCP hostnameDan Williams2013-03-201-1/+2
* dbus: reinstall property filter on dbus connection changes (rh #918273)Dan Williams2013-03-201-0/+26
* dbus: allow talking to the NetworkManager-SSH VPN pluginDan Fruehauf2013-03-201-0/+1
* dhclient: also request 'static-routes' option from DHCP server (rh #922558)Jiří Klimeš2013-03-201-0/+1
* core: don't fail IPv6 if otherconf/info-only DHCPv6 failsDan Williams2013-03-141-1/+17
* keyfile: fix reading unmanaged-devices for interface nameJiří Klimeš2013-03-142-2/+2
* Revert "trivial: remove nm-netlink-monitor.h from main"Pavel Šimerda2013-03-131-0/+1
* trivial: remove nm-netlink-monitor.h from mainPavel Šimerda2013-03-131-1/+0
* main: don't activate nm-netlink-monitorPavel Šimerda2013-03-131-4/+0
* netlink: don't ref/unref the singletonPavel Šimerda2013-03-135-19/+1
* core: document some NMDevice methodsDan Winship2013-03-131-0/+72
* core: allow marking a device unmanaged by its interface nameDan Winship2013-03-138-56/+90
* core: make nm_device_check_connection_compatible() check interface-nameDan Winship2013-03-1312-3/+54
* settings: read/write NMSettingConnection:interface-nameDan Winship2013-03-135-3/+20
* core: simplify nm_device_get_best_auto_connection()Dan Winship2013-03-1318-423/+108
* core: simplify/rename nm_device_connection_match_config()Dan Winship2013-03-1310-245/+51
* core: simplify nm_device_spec_match_list()Dan Winship2013-03-137-85/+22
* core: fix NMDeviceEthernet matchingDan Winship2013-03-131-7/+4
* device: do not call nm_system_iface_set_up() with invalid index (rh #920145)Jiří Klimeš2013-03-131-1/+4
* modem: it is not a problem to flush IPv6 global routesPavel Šimerda2013-03-121-2/+1
* core: fix find_vlan_parent() to return proper device (bgo #695362)Jiří Klimeš2013-03-121-1/+1
* trivial: remove extra semicolonsJiří Klimeš2013-03-121-2/+2
* config: rename fill_from_file() to read_config()Dan Williams2013-03-111-6/+5
* core: use Config object for connectivity checking parametersDan Williams2013-03-115-19/+12
* config: fix bounds of connectivity_interval valuesDan Williams2013-03-111-3/+7
* config: honor CLI arguments when config file is not foundJonh Wendell2013-03-111-37/+33
* trivial: move NMConfig GObject functions to the bottomDan Williams2013-03-111-73/+76
* config: convert NMConfig to objectThomas Bechtold2013-03-113-63/+148
* ifcfg-rh: save bridge STP disabled setting (bgo #694841)Dan Williams2013-03-081-1/+1
* wifi: optimize AvailableConnections updating on device disableDan Williams2013-03-081-9/+13
* core: fix leak of StateReason structDan Williams2013-03-081-2/+1
* core: fix use-after-freeDan Williams2013-03-081-1/+1
* trivial: remove unused defineDan Williams2013-03-071-2/+1
* keyfile: handle NetworkManager.conf not existingColin Walters2013-03-071-9/+27
* keyfile: Use "goto out" style error handlingColin Walters2013-03-071-63/+80
* all: remove redundant return-if-fail checksDan Winship2013-03-0721-105/+0
* cleanup: remove unnecessary headers from nm-netlink-monitor.hPavel Šimerda2013-03-063-95/+44
* cleanup: remove nm-netlink-compatPavel Šimerda2013-03-057-126/+0
* netlink: replace libnl 1.x functionsPavel Šimerda2013-03-051-6/+16
* ip6: replace libnl 1.x functionsPavel Šimerda2013-03-051-9/+23
* ip6: use delayed execution to avoid duplicate eventsPavel Šimerda2013-03-051-8/+32
* ip6: replace timed polling with event-based callPavel Šimerda2013-03-051-19/+4
* ip6: don't subscribe for RTM_PREFIX messagesPavel Šimerda2013-03-051-1/+0
* ip6: fix rtnl_route_alloc_cache() callPavel Šimerda2013-03-051-1/+1
* ip6: use assert for fatal errors during initializationPavel Šimerda2013-03-051-2/+4
* ip6: clean up and improve debuggingPavel Šimerda2013-03-051-21/+6